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)
2023-01-06T05:35:14.648Z||main|||||INFO|500||The following profiles are active: basic
2023-01-06T05:35:26.998Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-06T05:35:27.003Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-06T05:35:27.132Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-06T05:35:31.079Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-06T05:35:31.518Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-06T05:35:32.032Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-06T05:35:32.050Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-06T05:35:32.172Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-06T05:35:32.374Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-06T05:35:32.934Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-06T05:35:34.988Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-06T05:35:37.745Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-06T05:35:37.816Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-06T05:35:38.557Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-06T05:35:39.093Z||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.
2023-01-06T05:35:40.755Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-06T05:35:42.215Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-06T05:35:42.242Z||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$$af915e9a.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)
2023-01-06T05:35:42.243Z||main|||||WARN|500||The sdc end point is not alive
2023-01-06T05:35:45.745Z||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
2023-01-06T05:35:48.888Z||main|||||WARN|500||---
2023-01-06T05:35:48.888Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-06T05:35:48.888Z||main|||||WARN|500||---
2023-01-06T05:35:49.525Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-06T05:35:54.977Z||main|||||INFO|500||Started Application in 43.617 seconds (JVM running for 45.848)
2023-01-06T05:35:55.024Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-06T05:35:55.038Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-06T05:35:55.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-06T05:35:55.111Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-06T05:35:55.178Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3466aa4a-155d-42fd-96f8-6999fa4990a7 url= /sdc/v1/artifactTypes
2023-01-06T05:35:55.178Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-06T05:35:55.505Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-06T05:35:55.539Z||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
2023-01-06T05:35:55.562Z||scheduling-1|||||DEBUG|500||create keys
2023-01-06T05:35:55.572Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-06T05:35:55.626Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:35:55.643Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c1d11c5c-094c-4e76-ba17-2d2606afb9fc url= /sdc/v1/registerForDistribution
2023-01-06T05:35:55.743Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c1d11c5c-094c-4e76-ba17-2d2606afb9fc url= /sdc/v1/registerForDistribution
2023-01-06T05:35:55.744Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-06T05:35:55.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:35:55.771Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:35:55.775Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-06T05:35:55.776Z||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.
2023-01-06T05:35:55.777Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:35:55.776Z||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.
2023-01-06T05:35:55.781Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:36:06.120Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:36:06.121Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:36:55.755Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:36:55.756Z||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.
2023-01-06T05:36:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:36:55.759Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:36:55.760Z||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.
2023-01-06T05:36:55.760Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:37:05.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:37:05.313Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:37:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:37:55.754Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T05:37:55.754Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T05:37:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:37:55.758Z||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.
2023-01-06T05:37:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:38:05.299Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:38:05.309Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:38:55.753Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:38:55.754Z||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.
2023-01-06T05:38:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:38:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:38:55.758Z||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.
2023-01-06T05:38:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:39:05.301Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:39:05.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:39:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:39:55.754Z||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.
2023-01-06T05:39:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:39:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:39:55.758Z||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.
2023-01-06T05:39:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:40:05.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:40:05.311Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:40:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:40:55.755Z||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.
2023-01-06T05:40:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:40:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:40:55.758Z||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.
2023-01-06T05:40:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:41:05.305Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:41:05.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:41:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:41:55.760Z||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.
2023-01-06T05:41:55.761Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:41:55.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:41:55.762Z||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.
2023-01-06T05:41:55.762Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:42:05.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:42:05.317Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:42:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:42:55.754Z||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.
2023-01-06T05:42:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:42:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:42:55.760Z||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.
2023-01-06T05:42:55.760Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:43:05.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:43:05.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:43:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:43:55.754Z||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.
2023-01-06T05:43:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:43:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:43:55.758Z||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.
2023-01-06T05:43:55.759Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:44:05.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:44:05.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:44:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:44:55.754Z||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.
2023-01-06T05:44:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:44:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:44:55.758Z||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.
2023-01-06T05:44:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:45:05.328Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:45:05.335Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:45:34.113Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-06T05:45:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:45:55.754Z||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.
2023-01-06T05:45:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:45:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:45:55.758Z||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.
2023-01-06T05:45:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:46:05.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:46:05.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:46:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:46:55.754Z||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.
2023-01-06T05:46:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:46:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:46:55.758Z||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.
2023-01-06T05:46:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:47:05.311Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:47:05.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:47:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:47:55.754Z||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.
2023-01-06T05:47:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:47:55.758Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:47:55.758Z||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.
2023-01-06T05:47:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:48:05.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:48:05.308Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:48:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:48:55.754Z||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.
2023-01-06T05:48:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:48:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:48:55.758Z||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.
2023-01-06T05:48:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:49:05.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:49:05.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:49:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:49:55.756Z||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.
2023-01-06T05:49:55.756Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:49:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:49:55.758Z||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.
2023-01-06T05:49:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:50:05.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:50:05.301Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:50:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:50:55.754Z||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.
2023-01-06T05:50:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:50:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:50:55.758Z||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.
2023-01-06T05:50:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:51:05.307Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:51:05.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:51:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:51:55.754Z||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.
2023-01-06T05:51:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:51:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:51:55.758Z||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.
2023-01-06T05:51:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:52:05.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:52:05.318Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:52:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:52:55.754Z||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.
2023-01-06T05:52:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:52:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:52:55.758Z||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.
2023-01-06T05:52:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:53:05.297Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:53:05.305Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:53:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:53:55.754Z||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.
2023-01-06T05:53:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:53:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:53:55.758Z||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.
2023-01-06T05:53:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:54:05.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:54:05.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:54:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:54:55.754Z||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.
2023-01-06T05:54:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:54:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:54:55.758Z||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.
2023-01-06T05:54:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:55:05.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:55:05.308Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:55:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:55:55.754Z||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.
2023-01-06T05:55:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:55:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:55:55.758Z||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.
2023-01-06T05:55:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:56:05.296Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:56:05.298Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:56:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:56:55.754Z||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.
2023-01-06T05:56:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:56:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:56:55.757Z||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.
2023-01-06T05:56:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:57:05.298Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:57:05.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:57:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:57:55.754Z||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.
2023-01-06T05:57:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:57:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:57:55.758Z||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.
2023-01-06T05:57:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:58:05.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:58:05.303Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:58:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:58:55.756Z||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.
2023-01-06T05:58:55.756Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:58:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:58:55.758Z||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.
2023-01-06T05:58:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:59:05.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:59:05.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T05:59:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:59:55.754Z||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.
2023-01-06T05:59:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:59:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:59:55.758Z||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.
2023-01-06T05:59:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:00:05.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:00:05.318Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:00:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:00:55.754Z||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.
2023-01-06T06:00:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:00:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:00:55.758Z||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.
2023-01-06T06:00:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:01:05.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:01:05.299Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:01:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:01:55.754Z||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.
2023-01-06T06:01:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:01:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:01:55.758Z||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.
2023-01-06T06:01:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:02:05.313Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:02:05.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:02:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:02:55.754Z||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.
2023-01-06T06:02:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:02:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:02:55.758Z||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.
2023-01-06T06:02:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:03:05.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:03:05.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:03:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:03:55.754Z||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.
2023-01-06T06:03:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:03:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:03:55.758Z||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.
2023-01-06T06:03:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:04:05.306Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:04:05.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:04:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:04:55.754Z||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.
2023-01-06T06:04:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:04:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:04:55.758Z||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.
2023-01-06T06:04:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:05:05.309Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:05:05.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:05:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:05:55.753Z||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.
2023-01-06T06:05:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:05:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:05:55.758Z||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.
2023-01-06T06:05:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:06:05.305Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:06:05.309Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:06:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:06:55.754Z||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.
2023-01-06T06:06:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:06:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:06:55.757Z||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.
2023-01-06T06:06:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:07:05.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:07:05.296Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:07:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:07:55.754Z||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.
2023-01-06T06:07:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:07:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:07:55.758Z||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.
2023-01-06T06:07:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:08:05.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:08:05.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:08:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:08:55.757Z||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.
2023-01-06T06:08:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:08:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:08:55.758Z||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.
2023-01-06T06:08:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:09:05.307Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:09:05.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:09:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:09:55.754Z||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.
2023-01-06T06:09:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:09:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:09:55.757Z||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.
2023-01-06T06:09:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:10:05.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:10:05.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:10:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:10:55.753Z||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.
2023-01-06T06:10:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:10:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:10:55.758Z||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.
2023-01-06T06:10:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:11:05.319Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:11:05.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:11:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:11:55.754Z||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.
2023-01-06T06:11:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:11:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:11:55.758Z||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.
2023-01-06T06:11:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:12:05.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:12:05.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:12:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:12:55.753Z||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.
2023-01-06T06:12:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:12:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:12:55.758Z||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.
2023-01-06T06:12:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:13:05.298Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:13:05.299Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:13:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:13:55.754Z||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.
2023-01-06T06:13:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:13:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:13:55.757Z||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.
2023-01-06T06:13:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:14:05.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:14:05.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:14:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:14:55.754Z||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.
2023-01-06T06:14:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:14:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:14:55.758Z||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.
2023-01-06T06:14:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:15:05.313Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:15:05.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:15:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:15:55.754Z||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.
2023-01-06T06:15:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:15:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:15:55.757Z||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.
2023-01-06T06:15:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:16:05.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:16:05.313Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:16:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:16:55.753Z||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.
2023-01-06T06:16:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:16:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:16:55.758Z||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.
2023-01-06T06:16:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:17:05.310Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:17:05.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:17:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:17:55.754Z||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.
2023-01-06T06:17:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:17:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:17:55.758Z||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.
2023-01-06T06:17:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:18:05.309Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:18:05.309Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:18:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:18:55.757Z||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.
2023-01-06T06:18:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:18:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:18:55.758Z||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.
2023-01-06T06:18:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:19:05.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:19:05.308Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:19:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:19:55.754Z||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.
2023-01-06T06:19:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:19:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:19:55.758Z||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.
2023-01-06T06:19:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:20:05.307Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:20:05.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:20:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:20:55.754Z||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.
2023-01-06T06:20:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:20:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:20:55.758Z||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.
2023-01-06T06:20:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:21:05.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:21:05.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:21:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:21:55.754Z||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.
2023-01-06T06:21:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:21:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:21:55.758Z||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.
2023-01-06T06:21:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:22:05.318Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:22:05.320Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:22:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:22:55.754Z||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.
2023-01-06T06:22:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:22:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:22:55.757Z||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.
2023-01-06T06:22:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:23:05.321Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:23:05.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:23:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:23:55.754Z||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.
2023-01-06T06:23:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:23:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:23:55.758Z||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.
2023-01-06T06:23:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:24:05.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:24:05.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:24:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:24:55.754Z||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.
2023-01-06T06:24:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:24:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:24:55.758Z||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.
2023-01-06T06:24:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:25:05.307Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:25:05.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:25:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:25:55.754Z||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.
2023-01-06T06:25:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:25:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:25:55.758Z||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.
2023-01-06T06:25:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:26:05.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:26:05.314Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:26:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:26:55.754Z||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.
2023-01-06T06:26:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:26:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:26:55.757Z||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.
2023-01-06T06:26:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:27:05.325Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:27:05.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:27:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:27:55.753Z||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.
2023-01-06T06:27:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:27:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:27:55.757Z||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.
2023-01-06T06:27:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:28:05.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:28:05.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:28:55.753Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:28:55.754Z||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.
2023-01-06T06:28:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:28:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:28:55.758Z||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.
2023-01-06T06:28:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:29:05.307Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:29:05.309Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:29:55.754Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:29:55.756Z||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.
2023-01-06T06:29:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:29:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:29:55.757Z||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.
2023-01-06T06:29:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:30:05.309Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:30:05.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:30:55.753Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:30:55.754Z||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.
2023-01-06T06:30:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:30:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:30:55.758Z||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.
2023-01-06T06:30:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:31:05.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:31:05.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:31:55.753Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:31:55.754Z||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.
2023-01-06T06:31:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:31:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:31:55.758Z||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.
2023-01-06T06:31:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:32:05.309Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:32:05.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:32:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:32:55.754Z||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.
2023-01-06T06:32:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:32:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:32:55.757Z||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.
2023-01-06T06:32:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:33:05.334Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:33:05.335Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:33:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:33:55.754Z||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.
2023-01-06T06:33:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:33:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:33:55.757Z||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.
2023-01-06T06:33:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:34:05.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:34:05.310Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:34:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:34:55.754Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:34:55.754Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:34:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:34:55.757Z||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.
2023-01-06T06:34:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:35:05.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:35:05.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:35:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:35:55.754Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:35:55.754Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:35:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:35:55.757Z||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.
2023-01-06T06:35:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:36:05.336Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:36:05.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:36:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:36:55.753Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:36:55.754Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:36:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:36:55.758Z||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.
2023-01-06T06:36:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:37:05.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:37:05.316Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:37:55.753Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:37:55.754Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:37:55.754Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:37:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:37:55.758Z||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.
2023-01-06T06:37:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:38:05.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:38:05.318Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:38:55.753Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:38:55.754Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:38:55.754Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:38:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:38:55.758Z||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.
2023-01-06T06:38:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:39:05.318Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:39:05.318Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:39:55.753Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:39:55.754Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:39:55.754Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:39:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:39:55.758Z||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.
2023-01-06T06:39:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:40:05.346Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:40:05.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:40:55.753Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:40:55.754Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:40:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:40:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:40:55.758Z||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.
2023-01-06T06:40:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:40:56.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:40:56.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d505fbb-741f-4b6e-8f5f-683e9eba0a37","serviceName":"vFW 2023-01-06 06-39-07","serviceVersion":"1.0","serviceUUID":"9ed58b03-3e0a-453a-8432-2fb2c9d85e69","serviceDescription":"catalog service description","serviceInvariantUUID":"b64fb872-a8e6-48f9-98a9-96691b13f008","resources":[{"resourceInstanceName":"vFW d64b710a-7dd5 0","resourceName":"vFW d64b710a-7dd5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cbed80db-edbe-44ad-8186-cce08fb93fbb","resourceInvariantUUID":"11786c59-8559-4bef-af1d-239371bcdd60","resourceCustomizationUUID":"d71afab1-0cb9-446c-8f69-19a6ffc7a9f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml","artifactChecksum":"ZGMwNGZlMjFiMGRmZDkxNjY0ZjRmNzBhZTViN2JmZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c797f6d-4a80-463a-8ffe-10d454383590","artifactVersion":"1"},{"artifactName":"vfwd64b710a7dd50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json","artifactChecksum":"OTY2MGYyNDAyZjA5YzJmZDJhY2Y3YjFmYzIwZTliZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45fe9c46-a6cd-4902-b119-8d694f9c29e3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml","artifactChecksum":"NDU5YzIyNDNlMDY5ZTdhMmM0MWI5MzYyODY0MjI5MWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9649443e-bada-4831-859a-7bf90056d652","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e83035e-d250-4c54-a339-ed835329a358","artifactVersion":"2","generatedFromUUID":"aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230106063907-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml","artifactChecksum":"NWE1YTU5NmI4NzdmODBkY2ZiN2NjMTFiY2NlYWVlM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b1c71c2-1744-4fe8-99ca-f68d28fc7910","artifactVersion":"1"},{"artifactName":"service-Vfw20230106063907-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar","artifactChecksum":"MTI0ZjFmOTIzNWQyMDRlMTk3NjVjMTMyZjgyN2VkM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"503b1454-9b21-4057-b412-28c1f60576f3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T06:40:56.393Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:40:56.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987179285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.406Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:40:56.412Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:40:56.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987219462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987218840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.424Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:40:56.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.425Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987218840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987219462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "NOTIFIED"
}
2023-01-06T06:40:56.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987179285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "aai-model-loader",
"timestamp": 1672987224855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987218840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987179285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987219462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-06T06:40:56.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987224831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "aai-model-loader",
"timestamp": 1672987224855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987218840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987179285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987219462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987224831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "aai-model-loader",
"timestamp": 1672987224855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987219462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-06T06:40:56.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987218840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987179285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987224831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "aai-model-loader",
"timestamp": 1672987224855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987218840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987179285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987219462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987224831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "aai-model-loader",
"timestamp": 1672987224855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987219462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:40:56.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987218840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987179285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:40:56.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987224831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "aai-model-loader",
"timestamp": 1672987224855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987224831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987230676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987231615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "aai-model-loader",
"timestamp": 1672987224855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:40:56.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987224831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:40:56.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:40:56.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987232637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-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=?
2023-01-06T06:40:56.525Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-06T06:40:56.529Z||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.
2023-01-06T06:40:56.529Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:40:56.541Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:40:56.542Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-06T06:40:56.631Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
2023-01-06T06:40:56.650Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 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 (?, ?, ?, ?, ?)
2023-01-06T06:40:56.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987231787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "aai-model-loader",
"timestamp": 1672987232157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987232714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987232856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987233979,
"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=?
2023-01-06T06:40:56.693Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
2023-01-06T06:40:56.694Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 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 (?, ?, ?, ?, ?)
2023-01-06T06:40:56.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987234982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T06:40:56.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987238223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:40:56.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987239227,
"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=?
2023-01-06T06:40:56.712Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
2023-01-06T06:40:56.712Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 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 (?, ?, ?, ?, ?)
2023-01-06T06:40:56.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "aai-model-loader",
"timestamp": 1672987250941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:40:56.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "aai-model-loader",
"timestamp": 1672987251945,
"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=?
2023-01-06T06:40:56.730Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
2023-01-06T06:40:56.730Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 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 (?, ?, ?, ?, ?)
2023-01-06T06:40:57.432Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:40:57.432Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:40:57.434Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:40:57.434Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "NOTIFIED"
}
2023-01-06T06:40:57.534Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:40:57.536Z||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.
2023-01-06T06:40:57.536Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:40:57.547Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:40:57.548Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:40:58.435Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:40:58.436Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:40:58.459Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:40:58.459Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-06T06:40:58.538Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2023-01-06T06:40:58.540Z||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.
2023-01-06T06:40:58.540Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:40:58.551Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:40:58.552Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:40:59.460Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:40:59.461Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:40:59.463Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:40:59.463Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:40:59.565Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T06:40:59.567Z||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.
2023-01-06T06:40:59.567Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:40:59.581Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:40:59.581Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:00.464Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:41:00.465Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:00.467Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:00.467Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-06T06:41:00.567Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:00.568Z||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.
2023-01-06T06:41:00.569Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:00.581Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:00.582Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:01.468Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:41:01.468Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:01.470Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:01.470Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:41:01.570Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T06:41:01.571Z||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.
2023-01-06T06:41:01.572Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:01.593Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:01.594Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:02.471Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:41:02.471Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:02.474Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:02.474Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:41:02.574Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:02.576Z||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.
2023-01-06T06:41:02.577Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:02.588Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:02.589Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:03.476Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"serviceName": "vFW 2023-01-06 06-39-07",
"serviceVersion": "1.0",
"serviceUUID": "9ed58b03-3e0a-453a-8432-2fb2c9d85e69",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b64fb872-a8e6-48f9-98a9-96691b13f008",
"resources": [
{
"resourceInstanceName": "vFW d64b710a-7dd5 0",
"resourceCustomizationUUID": "d71afab1-0cb9-446c-8f69-19a6ffc7a9f5",
"resourceName": "vFW d64b710a-7dd5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cbed80db-edbe-44ad-8186-cce08fb93fbb",
"resourceInvariantUUID": "11786c59-8559-4bef-af1d-239371bcdd60",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd64b710a7dd50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"artifactChecksum": "OTY2MGYyNDAyZjA5YzJmZDJhY2Y3YjFmYzIwZTliZGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "45fe9c46-a6cd-4902-b119-8d694f9c29e3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0e83035e-d250-4c54-a339-ed835329a358",
"generatedFromUUID": "aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0e83035e-d250-4c54-a339-ed835329a358",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230106063907-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"artifactChecksum": "MTI0ZjFmOTIzNWQyMDRlMTk3NjVjMTMyZjgyN2VkM2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "503b1454-9b21-4057-b412-28c1f60576f3"
}
],
"workloadContext": "Production"
}
2023-01-06T06:41:03.477Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T06:41:03.478Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ed58b03-3e0a-453a-8432-2fb2c9d85e69 ASDC
2023-01-06T06:41:03.588Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1d505fbb-741f-4b6e-8f5f-683e9eba0a37
ServiceName:vFW 2023-01-06 06-39-07
ServiceVersion:1.0
ServiceUUID:9ed58b03-3e0a-453a-8432-2fb2c9d85e69
ServiceInvariantUUID:b64fb872-a8e6-48f9-98a9-96691b13f008
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230106063907-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar
ArtifactUUID:503b1454-9b21-4057-b412-28c1f60576f3
ArtifactChecksum:MTI0ZjFmOTIzNWQyMDRlMTk3NjVjMTMyZjgyN2VkM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d64b710a-7dd5 0
ResourceCustomizationUUID:d71afab1-0cb9-446c-8f69-19a6ffc7a9f5
ResourceInvariantUUID:11786c59-8559-4bef-af1d-239371bcdd60
ResourceName:vFW d64b710a-7dd5
ResourceType:VF
ResourceUUID:cbed80db-edbe-44ad-8186-cce08fb93fbb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd64b710a7dd50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json
ArtifactUUID:45fe9c46-a6cd-4902-b119-8d694f9c29e3
ArtifactChecksum:OTY2MGYyNDAyZjA5YzJmZDJhY2Y3YjFmYzIwZTliZGE=
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/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml
ArtifactUUID:aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3
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/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
ArtifactUUID:0e83035e-d250-4c54-a339-ed835329a358
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/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
ArtifactUUID:0e83035e-d250-4c54-a339-ed835329a358
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-06T06:41:03.589Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ed58b03-3e0a-453a-8432-2fb2c9d85e69 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=?
2023-01-06T06:41:03.648Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:41:03.650Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:41:03.652Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:41:03.652Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 503b1454-9b21-4057-b412-28c1f60576f3 from URL: /sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:03.652Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:41:03.654Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:03.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:41:03.848Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar 503b1454-9b21-4057-b412-28c1f60576f3 101503
2023-01-06T06:41:03.850Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar ASDC sendASDCNotification
2023-01-06T06:41:03.851Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:03.852Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:41:03.853Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:03.855Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:03.855Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987263849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:41:03.955Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:03.956Z||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.
2023-01-06T06:41:03.956Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:03.969Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:03.969Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:41:04.859Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:41:04.865Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:41:04.866Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 503b1454-9b21-4057-b412-28c1f60576f3, URL: /sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar to file: /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:04.867Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230106063907-csar.csar
2023-01-06T06:41:04.944Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:04.944Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:05.760Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14314581362862644809/Definitions/service-Vfw20230106063907-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
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
2023-01-06T06:41:08.792Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T06:41:08.797Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T06:41:08.797Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.797Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d64b710a-7dd5 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-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T06:41:08.806Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.808Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.812Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:08.812Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T06:41:08.814Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:41:08.816Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.816Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.817Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:08.817Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T06:41:08.817Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:41:08.817Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.817Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.821Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.822Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:08.822Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:08.822Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T06:41:08.822Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T06:41:08.824Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.824Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.824Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T06:41:08.824Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.824Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T06:41:08.825Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.825Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T06:41:08.825Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.825Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T06:41:08.827Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.827Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:08.827Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:08.827Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.828Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:08.828Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:08.828Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.828Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:08.828Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:08.829Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.829Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:08.829Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:08.829Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-06T06:41:08.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:08.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T06:41:08.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T06:41:08.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.831Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T06:41:08.831Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.831Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T06:41:08.831Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.831Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11c8f104-5c39-44d6-895a-62209d48481d
2023-01-06T06:41:08.832Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.832Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:08.832Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:08.832Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-06T06:41:08.834Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T06:41:08.834Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.834Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T06:41:08.834Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.834Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7a2981ce-aa4d-41a0-838f-7e2cca800720
2023-01-06T06:41:08.835Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.835Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:08.835Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:08.835Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T06:41:08.837Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T06:41:08.837Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.837Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.837Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-06T06:41:08.837Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=05de7b75-1eae-464f-a707-2d2223597b13
2023-01-06T06:41:08.838Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.838Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.838Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.838Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.838Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.839Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.839Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:08.839Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.839Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-06 06-39-07
Description:catalog service description
Model UUID:9ed58b03-3e0a-453a-8432-2fb2c9d85e69
Model Version:NULL
Model InvariantUuid:b64fb872-a8e6-48f9-98a9-96691b13f008
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d64b710a-7dd5
Model UUID:1a98beb0-6ded-469b-9c5c-02af7960688f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:11786c59-8559-4bef-af1d-239371bcdd60
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d71afab1-0cb9-446c-8f69-19a6ffc7a9f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b83a06a7-12a7-4d9a-be79-1913b871ebcf
ModelName:VfwD64b710a7dd5..base_vfw..module-0
ModelUuid:8b8cc986-8e54-4692-8e07-8bf205adca3f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:11c8f104-5c39-44d6-895a-62209d48481d
ModelInvariantUuid:e6bb9eda-9569-4504-a92d-39c5f532d054
ModelName:vFW d64b710a-7dd5-nodes.vfwCvfc
ModelUuid:af7d8a3b-f1ad-44f3-aa37-d5da037b2f32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:85ac9664-a62c-4a2f-90c5-f9eb8f62e740
ModelInvariantUuid:e86ea326-1195-422b-be34-1272c1e90131
ModelName:VfwD64b710a7dd5.compute.nodes.heat.vfw
ModelUuid:326b5e56-4a5a-43a7-b948-67912b7c0c5e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7a2981ce-aa4d-41a0-838f-7e2cca800720
ModelInvariantUuid:d2b2bc47-824c-470c-a64b-501438ba6488
ModelName:vFW d64b710a-7dd5-nodes.vsnCvfc
ModelUuid:4dd37422-fca1-4db4-8b87-bb717e5066df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:86b3afcd-ad42-4101-a40e-c8969b205ee6
ModelInvariantUuid:01d43060-402f-41c5-bd8e-a3fd51be7a1e
ModelName:VfwD64b710a7dd5.compute.nodes.heat.vsn
ModelUuid:04f70ec2-8cc7-49c1-9356-9b5db8ef7a42
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:05de7b75-1eae-464f-a707-2d2223597b13
ModelInvariantUuid:27ed7f77-8444-4420-ba4e-23a3490de163
ModelName:vFW d64b710a-7dd5-nodes.vpgCvfc
ModelUuid:de60e82d-e2b7-499c-bb98-705efa5a2f38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:49e0f9ae-230f-427e-be90-a59d93816ff5
ModelInvariantUuid:ef6015e5-a880-4f33-a35a-53ad401c6de9
ModelName:VfwD64b710a7dd5.compute.nodes.heat.vpg
ModelUuid:9ed405a0-634b-41c4-b562-1b2286737b0c
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=?
2023-01-06T06:41:08.850Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: cbed80db-edbe-44ad-8186-cce08fb93fbb
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=?
2023-01-06T06:41:08.937Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||vFW d64b710a-7dd5 0
2023-01-06T06:41:08.945Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cbed80db-edbe-44ad-8186-cce08fb93fbb
2023-01-06T06:41:08.945Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 45fe9c46-a6cd-4902-b119-8d694f9c29e3 from URL: /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json
2023-01-06T06:41:08.945Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:41:08.945Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json
2023-01-06T06:41:09.007Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:41:09.008Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json 45fe9c46-a6cd-4902-b119-8d694f9c29e3 785
2023-01-06T06:41:09.008Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json ASDC sendASDCNotification
2023-01-06T06:41:09.009Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json
2023-01-06T06:41:09.009Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:41:09.009Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:09.012Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:09.012Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987269008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:41:09.113Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:09.115Z||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.
2023-01-06T06:41:09.115Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:09.127Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:09.127Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:41:10.014Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD64b710a7dd5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b83a06a7-12a7-4d9a-be79-1913b871ebcf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8b8cc986-8e54-4692-8e07-8bf205adca3f",
"vfModuleModelCustomizationUUID": "72f2c151-0842-45bd-861c-1986dd75a7b4",
"isBase": true,
"artifacts": [
"aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3",
"0e83035e-d250-4c54-a339-ed835329a358"
],
"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": ""
}
}
]
2023-01-06T06:41:10.031Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD64b710a7dd5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b8cc986-8e54-4692-8e07-8bf205adca3f
VfModuleModelInvariantUUID:b83a06a7-12a7-4d9a-be79-1913b871ebcf
VfModuleModelDescription:NULL
Artifacts UUID List:{
aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3
,
0e83035e-d250-4c54-a339-ed835329a358
}
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
}
2023-01-06T06:41:10.034Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD64b710a7dd5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b83a06a7-12a7-4d9a-be79-1913b871ebcf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8b8cc986-8e54-4692-8e07-8bf205adca3f",
"vfModuleModelCustomizationUUID": "72f2c151-0842-45bd-861c-1986dd75a7b4",
"isBase": true,
"artifacts": [
"aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3",
"0e83035e-d250-4c54-a339-ed835329a358"
],
"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": ""
}
}
]
2023-01-06T06:41:10.034Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD64b710a7dd5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b8cc986-8e54-4692-8e07-8bf205adca3f
VfModuleModelInvariantUUID:b83a06a7-12a7-4d9a-be79-1913b871ebcf
VfModuleModelDescription:NULL
Artifacts UUID List:{
aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3
,
0e83035e-d250-4c54-a339-ed835329a358
}
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
}
2023-01-06T06:41:10.034Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3 from URL: /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml
2023-01-06T06:41:10.035Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:41:10.035Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml
2023-01-06T06:41:10.115Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:41:10.117Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3 20368
2023-01-06T06:41:10.117Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-06T06:41:10.117Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml
2023-01-06T06:41:10.117Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:41:10.118Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:10.120Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:10.120Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987270117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:41:10.220Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:10.222Z||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.
2023-01-06T06:41:10.222Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:10.235Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:10.236Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:11.121Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0e83035e-d250-4c54-a339-ed835329a358 from URL: /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
2023-01-06T06:41:11.122Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:41:11.122Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
2023-01-06T06:41:11.218Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:41:11.219Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env 0e83035e-d250-4c54-a339-ed835329a358 2098
2023-01-06T06:41:11.219Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-06T06:41:11.219Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
2023-01-06T06:41:11.219Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:41:11.219Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:11.222Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:11.222Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987271219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:41:11.322Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:11.324Z||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.
2023-01-06T06:41:11.325Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:11.359Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:11.360Z||pool-13-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:12.223Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9ed58b03-3e0a-453a-8432-2fb2c9d85e69
2023-01-06T06:41:12.224Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d64b710a-7dd5 0 cbed80db-edbe-44ad-8186-cce08fb93fbb 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=?
2023-01-06T06:41:12.260Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@192f19d0, org.onap.sdc.toscaparser.api.parameters.Input@55ba442, org.onap.sdc.toscaparser.api.parameters.Input@56d4d8d5, org.onap.sdc.toscaparser.api.parameters.Input@3410b129, org.onap.sdc.toscaparser.api.parameters.Input@5590dfe2]
2023-01-06T06:41:12.264Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.264Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.264Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2023-01-06T06:41:12.264Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d71afab1-0cb9-446c-8f69-19a6ffc7a9f5
2023-01-06T06:41:12.265Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d71afab1-0cb9-446c-8f69-19a6ffc7a9f5 matches Tosca VF Customization UUID: d71afab1-0cb9-446c-8f69-19a6ffc7a9f5
2023-01-06T06:41:12.265Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d71afab1-0cb9-446c-8f69-19a6ffc7a9f5 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=?
2023-01-06T06:41:12.272Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.272Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.273Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d71afab1-0cb9-446c-8f69-19a6ffc7a9f5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T06:41:12.273Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f5ab5f2
2023-01-06T06:41:12.274Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.274Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T06:41:12.274Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 72f2c151-0842-45bd-861c-1986dd75a7b4
2023-01-06T06:41:12.275Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 72f2c151-0842-45bd-861c-1986dd75a7b4
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=?
2023-01-06T06:41:12.281Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.281Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.282Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:12.282Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.283Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.283Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:12.283Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.283Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:12.283Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.285Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T06:41:12.285Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.285Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T06:41:12.285Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.285Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11c8f104-5c39-44d6-895a-62209d48481d
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=?
2023-01-06T06:41:12.297Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.297Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.297Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.299Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.299Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T06:41:12.299Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:12.299Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-06T06:41:12.299Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T06:41:12.300Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.300Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T06:41:12.300Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.300Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7a2981ce-aa4d-41a0-838f-7e2cca800720
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=?
2023-01-06T06:41:12.302Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.302Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.302Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:12.305Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.305Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:12.305Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:12.307Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T06:41:12.307Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T06:41:12.307Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.307Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.307Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-06T06:41:12.308Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=05de7b75-1eae-464f-a707-2d2223597b13
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=?
2023-01-06T06:41:12.310Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.310Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.310Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:12.311Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.311Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.311Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=d71afab1-0cb9-446c-8f69-19a6ffc7a9f5
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=?
2023-01-06T06:41:12.313Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.313Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.313Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9ed58b03-3e0a-453a-8432-2fb2c9d85e69: vFW d64b710a-7dd5
2023-01-06T06:41:12.314Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.314Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.314Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.314Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.314Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.315Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.315Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.315Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.315Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:41:12.315Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.316Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-01-06 06-39-07
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 (?, ?, ?, ?, ?)
2023-01-06T06:41:12.569Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d64b710a-7dd5 cbed80db-edbe-44ad-8186-cce08fb93fbb 1 ASDC deployResourceStructure
2023-01-06T06:41:12.570Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json ASDC sendASDCNotification
2023-01-06T06:41:12.570Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json
2023-01-06T06:41:12.570Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:41:12.570Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:12.572Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:12.572Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987272570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T06:41:12.672Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:12.673Z||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.
2023-01-06T06:41:12.674Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:12.691Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:12.691Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:13.573Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-06T06:41:13.574Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml
2023-01-06T06:41:13.574Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:41:13.574Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:13.576Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:13.576Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987273573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-06T06:41:13.676Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:13.677Z||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.
2023-01-06T06:41:13.678Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:13.708Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:13.708Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:41:14.577Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-06T06:41:14.578Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
2023-01-06T06:41:14.578Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:41:14.578Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:14.580Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:14.580Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987274577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-06T06:41:14.680Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:14.681Z||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.
2023-01-06T06:41:14.681Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:14.704Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:14.705Z||pool-16-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:41:15.581Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar ASDC sendASDCNotification
2023-01-06T06:41:15.582Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:15.582Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:41:15.582Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:15.584Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:15.584Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987275581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:41:15.685Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:15.686Z||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.
2023-01-06T06:41:15.686Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:15.697Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:15.697Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:41:16.585Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
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=?
2023-01-06T06:41:16.603Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
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=?
2023-01-06T06:41:16.607Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:41:16.607Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:41:16.607Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T06:41:16.607Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T06:41:16.607Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:41:16.608Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:41:16.608Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:41:16.608Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:41:16.608Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:41:16.608Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T06:41:16.623Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T06:41:46.624Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 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=?
2023-01-06T06:41:46.649Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 and serviceModelVersionId: 9ed58b03-3e0a-453a-8432-2fb2c9d85e69
2023-01-06T06:41:46.650Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b64fb872-a8e6-48f9-98a9-96691b13f008
2023-01-06T06:41:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:41:55.758Z||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.
2023-01-06T06:41:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:41:55.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:41:55.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:41:55.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:41:55.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:00.967Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0
2023-01-06T06:42:01.109Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T06:42:01.647Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0|INFO|500||Invoke
2023-01-06T06:42:01.656Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1d505fbb-741f-4b6e-8f5f-683e9eba0a37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23642f52-7fc8-4a86-a4ea-5b6acf56f0cd], X-ECOMP-RequestID=[1d505fbb-741f-4b6e-8f5f-683e9eba0a37], X-TransactionId=[], X-ONAP-RequestID=[1d505fbb-741f-4b6e-8f5f-683e9eba0a37], Content-Type=[application/merge-patch+json]}
2023-01-06T06:42:01.772Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-06T06:42:01.992Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?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/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 06:42:02 GMT], content-length=[0], vertex-id=[114728], x-aai-txid=[0-aai-resources-230106-06:42:02:386-88362], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T06:42:01.994Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T06:42:01.995Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0|INFO|500||InvokeReturn
2023-01-06T06:42:01.998Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T06:42:01.998Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T06:42:02.004Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T06:42:02.005Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T06:42:02.005Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T06:42:02.006Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:02.008Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:02.008Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987322005,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T06:42:02.108Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:02.109Z||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.
2023-01-06T06:42:02.110Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:02.122Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:02.122Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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=?
2023-01-06T06:42:03.023Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:42:03.024Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|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.
2023-01-06T06:42:03.024Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|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 AvoILjfnxntRJjOk) ...
2023-01-06T06:42:03.656Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:03.657Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T06:42:03.657Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"07ab42d8-7ce8-4b05-a7f0-48c0a4841d37","serviceName":"basic_onboard_mhEPkO","serviceVersion":"1.0","serviceUUID":"eeebe825-6a52-45b8-8f03-8e8463a71171","serviceDescription":"service","serviceInvariantUUID":"7db17584-c068-47d8-88ec-c0ec700c5a70","resources":[{"resourceInstanceName":"basic_onboard_mhEPkO 0","resourceName":"basic_onboard_mhEPkO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69eaba7b-dcc5-4e78-92bc-cc49ef035a5b","resourceInvariantUUID":"94a8146f-8437-4087-88d9-b94a5493976b","resourceCustomizationUUID":"a4cbf610-98f9-466d-8126-4dd296be0b07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml","artifactChecksum":"OTc0MDVhYzU3ZWI2ODYwYTlhN2EzNDRjZWVkM2YwYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0ae5084-6206-4075-b2ba-8e86a769acdf","artifactVersion":"1"},{"artifactName":"basic_onboard_mhepko0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json","artifactChecksum":"YWQ1MDVlOGM2YjE2NzQyMTcxMjNmNDVhMWYwMzY5ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd9020b7-9628-40e3-8218-b166630cae4b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84835712-5c8d-48ed-b4af-90079452bb28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e675fd43-ebbd-42e0-96f4-100bb2e2fb6a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c71e1c06-73b2-483f-8eac-22a6f4b797b4","artifactVersion":"2","generatedFromUUID":"84835712-5c8d-48ed-b4af-90079452bb28"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMhepko-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml","artifactChecksum":"ZGMxODU0MjkyODlkZGRjMzlmMWFmZjk3YjQ2NDAyMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"803986d5-96f8-45ef-9603-48bff1e36396","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMhepko-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar","artifactChecksum":"N2YyNjI0NjhjYzM0MTNkM2M3ZTliZTYwNzk2YzUyZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a34572ff-3fcf-452c-ab4b-a236b6067b60","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T06:42:03.662Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:03.663Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:03.666Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:03.666Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:03.766Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:03.767Z||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.
2023-01-06T06:42:03.767Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:03.782Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:03.782Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:04.666Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:04.667Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:04.669Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:04.669Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "NOTIFIED"
}
2023-01-06T06:42:04.770Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:04.771Z||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.
2023-01-06T06:42:04.771Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:04.788Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:04.789Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:05.670Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:05.671Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:05.673Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:05.673Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-06T06:42:05.773Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:05.774Z||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.
2023-01-06T06:42:05.774Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:05.809Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:05.810Z||pool-21-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:06.674Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:06.675Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:06.677Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:06.677Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:06.777Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:06.778Z||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.
2023-01-06T06:42:06.778Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:06.799Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:06.800Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:07.678Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:07.679Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:07.681Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:07.681Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-06T06:42:07.781Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:07.782Z||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.
2023-01-06T06:42:07.782Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:07.793Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:07.793Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:42:08.681Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:08.682Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:08.684Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:08.684Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:08.785Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:08.786Z||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.
2023-01-06T06:42:08.786Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:08.805Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:08.805Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:42:09.685Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:09.686Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:09.688Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:09.688Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:42:09.788Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:09.789Z||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.
2023-01-06T06:42:09.790Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:09.803Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:09.804Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:10.690Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"serviceName": "basic_onboard_mhEPkO",
"serviceVersion": "1.0",
"serviceUUID": "eeebe825-6a52-45b8-8f03-8e8463a71171",
"serviceDescription": "service",
"serviceInvariantUUID": "7db17584-c068-47d8-88ec-c0ec700c5a70",
"resources": [
{
"resourceInstanceName": "basic_onboard_mhEPkO 0",
"resourceCustomizationUUID": "a4cbf610-98f9-466d-8126-4dd296be0b07",
"resourceName": "basic_onboard_mhEPkO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "69eaba7b-dcc5-4e78-92bc-cc49ef035a5b",
"resourceInvariantUUID": "94a8146f-8437-4087-88d9-b94a5493976b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mhepko0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"artifactChecksum": "YWQ1MDVlOGM2YjE2NzQyMTcxMjNmNDVhMWYwMzY5ZmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fd9020b7-9628-40e3-8218-b166630cae4b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "84835712-5c8d-48ed-b4af-90079452bb28",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c71e1c06-73b2-483f-8eac-22a6f4b797b4",
"generatedFromUUID": "84835712-5c8d-48ed-b4af-90079452bb28"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c71e1c06-73b2-483f-8eac-22a6f4b797b4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMhepko-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"artifactChecksum": "N2YyNjI0NjhjYzM0MTNkM2M3ZTliZTYwNzk2YzUyZmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a34572ff-3fcf-452c-ab4b-a236b6067b60"
}
],
"workloadContext": "Production"
}
2023-01-06T06:42:10.691Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T06:42:10.691Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eeebe825-6a52-45b8-8f03-8e8463a71171 ASDC
2023-01-06T06:42:10.692Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
ServiceName:basic_onboard_mhEPkO
ServiceVersion:1.0
ServiceUUID:eeebe825-6a52-45b8-8f03-8e8463a71171
ServiceInvariantUUID:7db17584-c068-47d8-88ec-c0ec700c5a70
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMhepko-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar
ArtifactUUID:a34572ff-3fcf-452c-ab4b-a236b6067b60
ArtifactChecksum:N2YyNjI0NjhjYzM0MTNkM2M3ZTliZTYwNzk2YzUyZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mhEPkO 0
ResourceCustomizationUUID:a4cbf610-98f9-466d-8126-4dd296be0b07
ResourceInvariantUUID:94a8146f-8437-4087-88d9-b94a5493976b
ResourceName:basic_onboard_mhEPkO
ResourceType:VF
ResourceUUID:69eaba7b-dcc5-4e78-92bc-cc49ef035a5b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mhepko0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json
ArtifactUUID:fd9020b7-9628-40e3-8218-b166630cae4b
ArtifactChecksum:YWQ1MDVlOGM2YjE2NzQyMTcxMjNmNDVhMWYwMzY5ZmI=
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/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml
ArtifactUUID:84835712-5c8d-48ed-b4af-90079452bb28
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/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
ArtifactUUID:c71e1c06-73b2-483f-8eac-22a6f4b797b4
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/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
ArtifactUUID:c71e1c06-73b2-483f-8eac-22a6f4b797b4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-06T06:42:10.692Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eeebe825-6a52-45b8-8f03-8e8463a71171 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 (?, ?, ?, ?, ?)
2023-01-06T06:42:10.747Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:42:10.748Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:42:10.749Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:42:10.749Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a34572ff-3fcf-452c-ab4b-a236b6067b60 from URL: /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:10.749Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:42:10.749Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:10.839Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:42:10.845Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar a34572ff-3fcf-452c-ab4b-a236b6067b60 75678
2023-01-06T06:42:10.845Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar ASDC sendASDCNotification
2023-01-06T06:42:10.846Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:10.846Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:42:10.847Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:10.849Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:10.849Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987330845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:10.951Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T06:42:10.952Z||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.
2023-01-06T06:42:10.952Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:10.965Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:10.965Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:11.850Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:42:11.851Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:42:11.852Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a34572ff-3fcf-452c-ab4b-a236b6067b60, URL: /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar to file: /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:11.852Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:11.853Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:11.853Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:11.962Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14363108923963713110/Definitions/service-BasicOnboardMhepko-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
2023-01-06T06:42:13.211Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T06:42:13.211Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T06:42:13.211Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.211Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mhEPkO 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-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.213Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.213Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:13.213Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T06:42:13.213Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is not matching search criteria
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T06:42:13.216Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.216Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T06:42:13.216Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.216Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:13.216Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:13.217Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.217Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:13.217Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:13.217Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.217Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:13.218Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:13.218Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.218Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is not matching search criteria
2023-01-06T06:42:13.218Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=99e31ec8-b29b-482d-b382-83e046137646
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.220Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.220Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.220Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:13.220Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.220Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_mhEPkO
Description:service
Model UUID:eeebe825-6a52-45b8-8f03-8e8463a71171
Model Version:NULL
Model InvariantUuid:7db17584-c068-47d8-88ec-c0ec700c5a70
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_mhEPkO
Model UUID:e8b3623a-2065-4f9a-a244-ba7b784b8d79
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:94a8146f-8437-4087-88d9-b94a5493976b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a4cbf610-98f9-466d-8126-4dd296be0b07
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:58d98ea7-4782-4482-bad8-08736c844bf7
ModelName:BasicOnboardMhepko..base_ubuntu18..module-0
ModelUuid:2ee8910d-77c6-4ca9-a60b-31c88ff8bb21
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:99e31ec8-b29b-482d-b382-83e046137646
ModelInvariantUuid:4c34b8c6-292b-480e-ada5-c8e7d44ebc3f
ModelName:basic_onboard_mhEPkO-nodes.ubuntu18Cvfc
ModelUuid:fd85f969-b665-4ae8-aefc-4345e1bbad3e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:be9693aa-28b1-4e57-9fff-e678909ac256
ModelInvariantUuid:37eacc58-2699-4d54-bfc3-28926bfdad5d
ModelName:BasicOnboardMhepko.compute.nodes.heat.ubuntu18
ModelUuid:68481214-ebaf-49ee-9490-3051d7482b2d
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=?
2023-01-06T06:42:13.227Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 69eaba7b-dcc5-4e78-92bc-cc49ef035a5b
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=?
2023-01-06T06:42:13.230Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||basic_onboard_mhEPkO 0
2023-01-06T06:42:13.230Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69eaba7b-dcc5-4e78-92bc-cc49ef035a5b
2023-01-06T06:42:13.230Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fd9020b7-9628-40e3-8218-b166630cae4b from URL: /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json
2023-01-06T06:42:13.230Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:42:13.230Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json
2023-01-06T06:42:13.290Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:42:13.291Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json fd9020b7-9628-40e3-8218-b166630cae4b 798
2023-01-06T06:42:13.291Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json ASDC sendASDCNotification
2023-01-06T06:42:13.291Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json
2023-01-06T06:42:13.291Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:42:13.291Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:13.293Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:13.293Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987333291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:13.394Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:13.394Z||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.
2023-01-06T06:42:13.394Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:13.407Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:13.407Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:14.294Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMhepko..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "58d98ea7-4782-4482-bad8-08736c844bf7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ee8910d-77c6-4ca9-a60b-31c88ff8bb21",
"vfModuleModelCustomizationUUID": "a1acda35-df20-4bc2-a718-84e165955395",
"isBase": true,
"artifacts": [
"84835712-5c8d-48ed-b4af-90079452bb28",
"c71e1c06-73b2-483f-8eac-22a6f4b797b4"
],
"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": ""
}
}
]
2023-01-06T06:42:14.298Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMhepko..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ee8910d-77c6-4ca9-a60b-31c88ff8bb21
VfModuleModelInvariantUUID:58d98ea7-4782-4482-bad8-08736c844bf7
VfModuleModelDescription:NULL
Artifacts UUID List:{
84835712-5c8d-48ed-b4af-90079452bb28
,
c71e1c06-73b2-483f-8eac-22a6f4b797b4
}
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
}
2023-01-06T06:42:14.300Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMhepko..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "58d98ea7-4782-4482-bad8-08736c844bf7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ee8910d-77c6-4ca9-a60b-31c88ff8bb21",
"vfModuleModelCustomizationUUID": "a1acda35-df20-4bc2-a718-84e165955395",
"isBase": true,
"artifacts": [
"84835712-5c8d-48ed-b4af-90079452bb28",
"c71e1c06-73b2-483f-8eac-22a6f4b797b4"
],
"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": ""
}
}
]
2023-01-06T06:42:14.300Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMhepko..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ee8910d-77c6-4ca9-a60b-31c88ff8bb21
VfModuleModelInvariantUUID:58d98ea7-4782-4482-bad8-08736c844bf7
VfModuleModelDescription:NULL
Artifacts UUID List:{
84835712-5c8d-48ed-b4af-90079452bb28
,
c71e1c06-73b2-483f-8eac-22a6f4b797b4
}
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
}
2023-01-06T06:42:14.300Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 84835712-5c8d-48ed-b4af-90079452bb28 from URL: /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml
2023-01-06T06:42:14.300Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:42:14.300Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml
2023-01-06T06:42:14.379Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:42:14.380Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml 84835712-5c8d-48ed-b4af-90079452bb28 5033
2023-01-06T06:42:14.380Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-06T06:42:14.380Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml
2023-01-06T06:42:14.380Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:42:14.381Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:14.399Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:14.399Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987334380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:14.482Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2023-01-06T06:42:14.483Z||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.
2023-01-06T06:42:14.484Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:14.495Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:14.496Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:15.400Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c71e1c06-73b2-483f-8eac-22a6f4b797b4 from URL: /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
2023-01-06T06:42:15.402Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:42:15.402Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
2023-01-06T06:42:15.599Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:42:15.599Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env c71e1c06-73b2-483f-8eac-22a6f4b797b4 909
2023-01-06T06:42:15.599Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-06T06:42:15.600Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
2023-01-06T06:42:15.600Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:42:15.600Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:15.602Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:15.602Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987335599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:15.702Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:15.703Z||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.
2023-01-06T06:42:15.703Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:15.718Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:15.718Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:42:16.603Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: eeebe825-6a52-45b8-8f03-8e8463a71171
2023-01-06T06:42:16.603Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mhEPkO 0 69eaba7b-dcc5-4e78-92bc-cc49ef035a5b 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=?
2023-01-06T06:42:16.619Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@656c8c1d, org.onap.sdc.toscaparser.api.parameters.Input@68458070, org.onap.sdc.toscaparser.api.parameters.Input@dd25fec, org.onap.sdc.toscaparser.api.parameters.Input@49147a6c, org.onap.sdc.toscaparser.api.parameters.Input@48991b37]
2023-01-06T06:42:16.620Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.620Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.621Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2023-01-06T06:42:16.621Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= a4cbf610-98f9-466d-8126-4dd296be0b07
2023-01-06T06:42:16.621Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4cbf610-98f9-466d-8126-4dd296be0b07 matches Tosca VF Customization UUID: a4cbf610-98f9-466d-8126-4dd296be0b07
2023-01-06T06:42:16.621Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: a4cbf610-98f9-466d-8126-4dd296be0b07 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=?
2023-01-06T06:42:16.623Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.624Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.624Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id a4cbf610-98f9-466d-8126-4dd296be0b07: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T06:42:16.624Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79048817
2023-01-06T06:42:16.624Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.624Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T06:42:16.625Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1acda35-df20-4bc2-a718-84e165955395
2023-01-06T06:42:16.625Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1acda35-df20-4bc2-a718-84e165955395
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=?
2023-01-06T06:42:16.627Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.627Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:16.627Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:16.627Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.628Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:16.628Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:16.628Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.628Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is not matching search criteria
2023-01-06T06:42:16.628Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-06T06:42:16.629Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T06:42:16.629Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=99e31ec8-b29b-482d-b382-83e046137646
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=?
2023-01-06T06:42:16.631Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.631Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:16.631Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:16.632Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.632Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:16.632Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=a4cbf610-98f9-466d-8126-4dd296be0b07
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=?
2023-01-06T06:42:16.634Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.635Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.635Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid eeebe825-6a52-45b8-8f03-8e8463a71171: basic_onboard_mhEPkO
2023-01-06T06:42:16.635Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.635Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.636Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.636Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.636Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.636Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.637Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.637Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.637Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:42:16.637Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.638Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_mhEPkO
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 (?, ?, ?, ?, ?)
2023-01-06T06:42:16.727Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mhEPkO 69eaba7b-dcc5-4e78-92bc-cc49ef035a5b 1 ASDC deployResourceStructure
2023-01-06T06:42:16.728Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json ASDC sendASDCNotification
2023-01-06T06:42:16.728Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json
2023-01-06T06:42:16.728Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:42:16.729Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:16.731Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:16.731Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987336728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T06:42:16.831Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:16.832Z||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.
2023-01-06T06:42:16.832Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:16.843Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:16.843Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:17.732Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-06T06:42:17.733Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml
2023-01-06T06:42:17.733Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:42:17.733Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:17.736Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:17.736Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987337732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-06T06:42:17.836Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:17.837Z||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.
2023-01-06T06:42:17.837Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:17.854Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:17.854Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:18.737Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-06T06:42:18.738Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
2023-01-06T06:42:18.738Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:42:18.739Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:18.742Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:18.742Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987338737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-06T06:42:18.842Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:18.843Z||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.
2023-01-06T06:42:18.843Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:18.857Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:18.857Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:42:19.743Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar ASDC sendASDCNotification
2023-01-06T06:42:19.743Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:19.743Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:42:19.744Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:19.746Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:19.746Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987339742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:42:19.846Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:19.847Z||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.
2023-01-06T06:42:19.848Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:19.859Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:19.862Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:42:20.747Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
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=?
2023-01-06T06:42:20.760Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
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=?
2023-01-06T06:42:20.762Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:42:20.762Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:42:20.763Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:42:50.763Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
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=?
2023-01-06T06:42:50.780Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
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=?
2023-01-06T06:42:50.784Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:42:50.784Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:42:50.784Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:42:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:42:55.758Z||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.
2023-01-06T06:42:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:42:55.792Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:42:55.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987238529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "aai-model-loader",
"timestamp": 1672987254855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987235985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987233640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987254831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "NOTIFIED"
}
2023-01-06T06:42:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987238529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "aai-model-loader",
"timestamp": 1672987254855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987235985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "NOTIFIED"
}
2023-01-06T06:42:55.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987233640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987254831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-06T06:42:55.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "aai-model-loader",
"timestamp": 1672987254855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987238529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987235985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-06T06:42:55.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987233640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987254831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "aai-model-loader",
"timestamp": 1672987254855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987238529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987235985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987233640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987254831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-06T06:42:55.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "aai-model-loader",
"timestamp": 1672987254855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987238529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987235985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-06T06:42:55.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987233640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987254831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "aai-model-loader",
"timestamp": 1672987254855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987238529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987235985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987233640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987254831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987255753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:42:55.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "aai-model-loader",
"timestamp": 1672987254855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:42:55.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1672987238529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987235985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:42:55.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987233640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:42:55.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987254831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:42:55.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:42:55.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987264509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "aai-model-loader",
"timestamp": 1672987263598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987263607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987263849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987264158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "cds-sdc-listener",
"timestamp": 1672987265515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-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=?
2023-01-06T06:42:55.841Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
2023-01-06T06:42:55.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 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 (?, ?, ?, ?, ?)
2023-01-06T06:42:55.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987264706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.853Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987265788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987266576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:42:55.855Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987266806,
"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=?
2023-01-06T06:42:55.861Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
2023-01-06T06:42:55.861Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 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 (?, ?, ?, ?, ?)
2023-01-06T06:42:55.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672987267580,
"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=?
2023-01-06T06:42:55.877Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
2023-01-06T06:42:55.878Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 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 (?, ?, ?, ?, ?)
2023-01-06T06:42:55.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "multicloud-k8s",
"timestamp": 1672987267810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T06:42:55.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987269008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987270117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987271219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987272570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T06:42:55.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "aai-model-loader",
"timestamp": 1672987272546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:42:55.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987273573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-06T06:42:55.893Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "aai-model-loader",
"timestamp": 1672987273549,
"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=?
2023-01-06T06:42:55.899Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
2023-01-06T06:42:55.899Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 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 (?, ?, ?, ?, ?)
2023-01-06T06:42:55.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987274577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-06T06:42:55.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987275581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:42:55.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:20.784Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
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=?
2023-01-06T06:43:20.805Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
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=?
2023-01-06T06:43:20.808Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:43:20.808Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T06:43:20.815Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T06:43:50.816Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 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=?
2023-01-06T06:43:50.827Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 and serviceModelVersionId: eeebe825-6a52-45b8-8f03-8e8463a71171
2023-01-06T06:43:50.827Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7db17584-c068-47d8-88ec-c0ec700c5a70
2023-01-06T06:43:50.829Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?depth=0
2023-01-06T06:43:50.834Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T06:43:50.904Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-06T06:43:50.905Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?depth=0|INFO|500||Invoke
2023-01-06T06:43:50.957Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-06T06:43:51.083Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?depth=0|INFO|500||InvokeReturn
2023-01-06T06:43:51.084Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 06:43:51 GMT], content-length=[0], vertex-id=[430256], x-aai-txid=[2-aai-resources-230106-06:43:51:567-62279], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T06:43:51.084Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-06T06:43:51.084Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T06:43:51.084Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T06:43:51.089Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T06:43:51.089Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T06:43:51.089Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T06:43:51.090Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:43:51.092Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:43:51.092Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987431089,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T06:43:51.193Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:43:51.194Z||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.
2023-01-06T06:43:51.194Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:43:51.209Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:43:51.210Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-06T06:43:52.108Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:43:52.108Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T06:43:52.108Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T06:43:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:43:55.758Z||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.
2023-01-06T06:43:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:43:55.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:43:55.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987322005,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T06:43:55.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "NOTIFIED"
}
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987323023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987330845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987333291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987334380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987335599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987336728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987337732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987338737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987339742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:44:01.650Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:44:01.650Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:44:01.651Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T06:44:01.651Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T06:44:11.190Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:44:55.753Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:44:55.754Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T06:44:55.754Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T06:44:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:44:55.757Z||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.
2023-01-06T06:44:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:44:56.298Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:44:56.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:44:56.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672987431089,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T06:44:56.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:45:05.329Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:45:55.753Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:45:55.754Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T06:45:55.754Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T06:45:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:45:55.757Z||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.
2023-01-06T06:45:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:46:05.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:46:05.311Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:46:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:46:55.753Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:46:55.753Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:46:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:46:55.757Z||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.
2023-01-06T06:46:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:47:05.323Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:47:05.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:47:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:47:55.753Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:47:55.753Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:47:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:47:55.758Z||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.
2023-01-06T06:47:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:48:05.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:48:05.313Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:48:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:48:55.754Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:48:55.754Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:48:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:48:55.758Z||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.
2023-01-06T06:48:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:49:05.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:49:05.310Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:49:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:49:55.753Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:49:55.754Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:49:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:49:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T06:49:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T06:50:05.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:50:05.335Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:50:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:50:55.754Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:50:55.754Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:50:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:50:55.757Z||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.
2023-01-06T06:50:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:51:05.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:51:05.334Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:51:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:51:55.754Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:51:55.755Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:51:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:51:55.757Z||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.
2023-01-06T06:51:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:52:05.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:52:05.306Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:52:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:52:55.754Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:52:55.754Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:52:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:52:55.757Z||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.
2023-01-06T06:52:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:53:05.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:53:05.330Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:53:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:53:55.753Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:53:55.753Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:53:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:53:55.758Z||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.
2023-01-06T06:53:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:54:05.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:54:05.304Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:54:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:54:55.754Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:54:55.754Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:54:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:54:55.757Z||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.
2023-01-06T06:54:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:55:05.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:55:05.330Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:55:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:55:55.754Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:55:55.754Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:55:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:55:55.758Z||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.
2023-01-06T06:55:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:55:55.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:55:55.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988125135,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:55:55.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T06:55:55.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988106538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:55:55.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T06:55:55.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "aai-model-loader",
"timestamp": 1672988124855,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:55:55.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T06:55:55.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "multicloud-k8s",
"timestamp": 1672988138850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:55:55.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T06:55:55.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "aai-model-loader",
"timestamp": 1672988124855,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:55:55.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T06:55:55.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988106538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988125135,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "multicloud-k8s",
"timestamp": 1672988138850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:55:55.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T06:55:55.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "aai-model-loader",
"timestamp": 1672988142557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:55:55.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:55:55.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988143518,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:55:55.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:55:55.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988144524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-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 (?, ?, ?, ?, ?)
2023-01-06T06:55:55.935Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a08580a-5c5e-4157-912c-db748e198c3a
2023-01-06T06:55:55.936Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a08580a-5c5e-4157-912c-db748e198c3a 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 (?, ?, ?, ?, ?)
2023-01-06T06:55:55.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "aai-model-loader",
"timestamp": 1672988147346,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:55:55.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:55:55.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "aai-model-loader",
"timestamp": 1672988148349,
"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=?
2023-01-06T06:55:55.954Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a08580a-5c5e-4157-912c-db748e198c3a
2023-01-06T06:55:55.954Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a08580a-5c5e-4157-912c-db748e198c3a 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 (?, ?, ?, ?, ?)
2023-01-06T06:55:56.391Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:55:56.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-06T06:55:56.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a08580a-5c5e-4157-912c-db748e198c3a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"85c1567b-ca12-47b1-bdff-452db4bed1a5","serviceDescription":"service","serviceInvariantUUID":"9c82026f-cc2f-42cc-93f0-2e415619529d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2d3a69e1-751b-4fd9-ac68-99bd41acbd83","resourceInvariantUUID":"ae185974-3f74-473d-a12b-c454b8b60bec","resourceCustomizationUUID":"a8e34e71-44fa-41f7-ae1d-d8e03bd48801","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":"ZDUwMDFjZjdkNjU0ZGZjODVhZDc0NDk1YWY5ZTlkNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8166c4ab-fbf1-474d-8bf4-e61ca37676ee","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWYyYzVlOGYwOThiNDM5NDBjYzllZjZhNmMwNDViYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44be5ead-ac13-4580-a445-ebbb0084a90d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T06:55:56.399Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:55:56.399Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:55:56.402Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:55:56.403Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988155753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:55:56.503Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:55:56.504Z||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.
2023-01-06T06:55:56.505Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:55:56.523Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:55:56.524Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:55:57.403Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:55:57.405Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:55:57.407Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:55:57.407Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988155753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:55:57.507Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:55:57.508Z||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.
2023-01-06T06:55:57.508Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:55:57.520Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:55:57.520Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:55:58.408Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "85c1567b-ca12-47b1-bdff-452db4bed1a5",
"serviceDescription": "service",
"serviceInvariantUUID": "9c82026f-cc2f-42cc-93f0-2e415619529d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a8e34e71-44fa-41f7-ae1d-d8e03bd48801",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "2d3a69e1-751b-4fd9-ac68-99bd41acbd83",
"resourceInvariantUUID": "ae185974-3f74-473d-a12b-c454b8b60bec",
"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": "YWYyYzVlOGYwOThiNDM5NDBjYzllZjZhNmMwNDViYjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "44be5ead-ac13-4580-a445-ebbb0084a90d"
}
],
"workloadContext": "Production"
}
2023-01-06T06:55:58.408Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T06:55:58.409Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 85c1567b-ca12-47b1-bdff-452db4bed1a5 ASDC
2023-01-06T06:55:58.409Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4a08580a-5c5e-4157-912c-db748e198c3a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:85c1567b-ca12-47b1-bdff-452db4bed1a5
ServiceInvariantUUID:9c82026f-cc2f-42cc-93f0-2e415619529d
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:44be5ead-ac13-4580-a445-ebbb0084a90d
ArtifactChecksum:YWYyYzVlOGYwOThiNDM5NDBjYzllZjZhNmMwNDViYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a8e34e71-44fa-41f7-ae1d-d8e03bd48801
ResourceInvariantUUID:ae185974-3f74-473d-a12b-c454b8b60bec
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2d3a69e1-751b-4fd9-ac68-99bd41acbd83
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-06T06:55:58.409Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85c1567b-ca12-47b1-bdff-452db4bed1a5 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=?
2023-01-06T06:55:58.436Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:55:58.437Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:55:58.437Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:55:58.438Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 44be5ead-ac13-4580-a445-ebbb0084a90d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T06:55:58.438Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T06:55:58.438Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T06:55:58.519Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T06:55:58.522Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 44be5ead-ac13-4580-a445-ebbb0084a90d 57787
2023-01-06T06:55:58.522Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-06T06:55:58.522Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T06:55:58.522Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:55:58.523Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:55:58.525Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:55:58.525Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988158522,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:55:58.625Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:55:58.626Z||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.
2023-01-06T06:55:58.626Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:55:58.667Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:55:58.668Z||pool-37-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:55:59.525Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:55:59.527Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:55:59.527Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 44be5ead-ac13-4580-a445-ebbb0084a90d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:55:59.527Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-06T06:55:59.528Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:55:59.528Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:55:59.744Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7220304962930253388/Definitions/service-BasicNetwork-template.yml
2023-01-06T06:56:00.207Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T06:56:00.208Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T06:56:00.208Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.209Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-06T06:56:00.209Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.209Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.209Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.209Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.210Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.210Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.210Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.210Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.210Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T06:56:00.211Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.211Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.212Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-06T06:56:00.212Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T06:56:00.212Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:56:00.212Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.213Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.213Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-06T06:56:00.213Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T06:56:00.213Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:56:00.213Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.214Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.214Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.214Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.215Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.215Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.215Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.216Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.216Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.216Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.216Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:85c1567b-ca12-47b1-bdff-452db4bed1a5
Model Version:NULL
Model InvariantUuid:9c82026f-cc2f-42cc-93f0-2e415619529d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ae185974-3f74-473d-a12b-c454b8b60bec
Model UUID:3e3a9b17-1800-4f15-a33c-3aac4f9c8d96
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a8e34e71-44fa-41f7-ae1d-d8e03bd48801
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=?
2023-01-06T06:56:00.223Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 2d3a69e1-751b-4fd9-ac68-99bd41acbd83
2023-01-06T06:56:00.224Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||No resources found for Service: 85c1567b-ca12-47b1-bdff-452db4bed1a5
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=?
2023-01-06T06:56:00.232Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||
2023-01-06T06:56:00.233Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-06T06:56:00.234Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 85c1567b-ca12-47b1-bdff-452db4bed1a5
2023-01-06T06:56:00.234Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 85c1567b-ca12-47b1-bdff-452db4bed1a5
2023-01-06T06:56:00.235Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-06T06:56:00.235Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T06:56:00.242Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b668b0b, org.onap.sdc.toscaparser.api.parameters.Input@623f6494, org.onap.sdc.toscaparser.api.parameters.Input@71dd1ed4, org.onap.sdc.toscaparser.api.parameters.Input@1e1fe92f, org.onap.sdc.toscaparser.api.parameters.Input@211e1734]
2023-01-06T06:56:00.244Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.244Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.245Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.245Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.245Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 85c1567b-ca12-47b1-bdff-452db4bed1a5: Generic NeutronNet
2023-01-06T06:56:00.246Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.246Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.246Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.246Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-06T06:56:00.295Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.295Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.295Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.296Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.296Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:56:00.296Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.296Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-06T06:56:00.352Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-06T06:56:00.353Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-06T06:56:00.353Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.353Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:56:00.354Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:56:00.356Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:56:00.356Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988160353,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:56:00.456Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:56:00.457Z||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.
2023-01-06T06:56:00.457Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:56:00.477Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:56:00.478Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:56:01.356Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:56:01.368Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:56:01.371Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:56:01.372Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:56:01.372Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:56:01.372Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:56:31.372Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:56:31.384Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:56:31.387Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:56:31.387Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:56:31.388Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:56:31.388Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:56:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:56:55.758Z||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.
2023-01-06T06:56:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:56:55.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:56:55.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:56:55.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988154831,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:56:55.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:01.388Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:57:01.399Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:57:01.402Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:57:01.403Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:57:01.403Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:57:01.403Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:57:31.404Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:57:31.416Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:57:31.419Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:57:31.419Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:57:31.419Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:57:31.419Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:57:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:57:55.758Z||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.
2023-01-06T06:57:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:57:55.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:57:55.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988155753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988154831,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988155753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "aai-model-loader",
"timestamp": 1672988154855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "multicloud-k8s",
"timestamp": 1672988142348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988144086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988145527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988157570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988158522,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "aai-model-loader",
"timestamp": 1672988154855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "multicloud-k8s",
"timestamp": 1672988142348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988144086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988145527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988159263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "aai-model-loader",
"timestamp": 1672988154855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988144086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "multicloud-k8s",
"timestamp": 1672988142348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988145527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988160353,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:57:55.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988160267,
"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=?
2023-01-06T06:57:55.817Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a08580a-5c5e-4157-912c-db748e198c3a
2023-01-06T06:57:55.817Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a08580a-5c5e-4157-912c-db748e198c3a 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "aai-model-loader",
"timestamp": 1672988154855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "multicloud-k8s",
"timestamp": 1672988142348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988144086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988145527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "multicloud-k8s",
"timestamp": 1672988142348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988144086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "aai-model-loader",
"timestamp": 1672988154855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988145527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988144086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "multicloud-k8s",
"timestamp": 1672988142348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "aai-model-loader",
"timestamp": 1672988154855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988145527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "multicloud-k8s",
"timestamp": 1672988142348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988144086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "aai-model-loader",
"timestamp": 1672988154855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988145527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988144086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "multicloud-k8s",
"timestamp": 1672988142348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "aai-model-loader",
"timestamp": 1672988154855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988145527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988166637,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "aai-model-loader",
"timestamp": 1672988165695,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988167467,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988167642,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.853Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 614e4fab-eb14-49a6-b178-c6716a647178
2023-01-06T06:57:55.853Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 614e4fab-eb14-49a6-b178-c6716a647178 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988168645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-06T06:57:55.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988169650,
"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=?
2023-01-06T06:57:55.869Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 614e4fab-eb14-49a6-b178-c6716a647178
2023-01-06T06:57:55.869Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 614e4fab-eb14-49a6-b178-c6716a647178 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "aai-model-loader",
"timestamp": 1672988171697,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:57:55.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "aai-model-loader",
"timestamp": 1672988172699,
"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=?
2023-01-06T06:57:55.884Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 614e4fab-eb14-49a6-b178-c6716a647178
2023-01-06T06:57:55.884Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 614e4fab-eb14-49a6-b178-c6716a647178 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988184831,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988184831,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988184831,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988184831,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988184831,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988184831,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988184831,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "aai-model-loader",
"timestamp": 1672988184855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988190653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988165552,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988168646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988184831,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988190653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "aai-model-loader",
"timestamp": 1672988184855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988165552,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988168646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988193636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988190653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988165552,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988168646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "aai-model-loader",
"timestamp": 1672988184855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988190653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "aai-model-loader",
"timestamp": 1672988184855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988165552,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988168646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988195545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988165552,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988190653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988168646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "aai-model-loader",
"timestamp": 1672988184855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672988196550,
"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=?
2023-01-06T06:57:55.920Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 614e4fab-eb14-49a6-b178-c6716a647178
2023-01-06T06:57:55.920Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 614e4fab-eb14-49a6-b178-c6716a647178 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988190653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "aai-model-loader",
"timestamp": 1672988184855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988165552,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988168646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988190653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "aai-model-loader",
"timestamp": 1672988184855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988165552,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988168646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988199157,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "aai-model-loader",
"timestamp": 1672988199164,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988200129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.933Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988201134,
"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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.945Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8502b107-e947-4664-9349-eb0bfcb580a8
2023-01-06T06:57:55.945Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8502b107-e947-4664-9349-eb0bfcb580a8 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988200239,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988201302,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988202318,
"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=?
2023-01-06T06:57:55.959Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8502b107-e947-4664-9349-eb0bfcb580a8
2023-01-06T06:57:55.959Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8502b107-e947-4664-9349-eb0bfcb580a8 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "multicloud-k8s",
"timestamp": 1672988203320,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T06:57:55.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "aai-model-loader",
"timestamp": 1672988207805,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T06:57:55.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
"consumerID": "aai-model-loader",
"timestamp": 1672988208807,
"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=?
2023-01-06T06:57:55.972Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8502b107-e947-4664-9349-eb0bfcb580a8
2023-01-06T06:57:55.972Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8502b107-e947-4664-9349-eb0bfcb580a8 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988202137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "multicloud-k8s",
"timestamp": 1672988204323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988200722,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988202137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988200722,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "multicloud-k8s",
"timestamp": 1672988204323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "multicloud-k8s",
"timestamp": 1672988204323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988200722,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988202137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988200722,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "multicloud-k8s",
"timestamp": 1672988204323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988202137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "aai-model-loader",
"timestamp": 1672988214855,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672988200722,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672988202137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:57:55.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
"consumerID": "multicloud-k8s",
"timestamp": 1672988204323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-06T06:57:55.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-06T06:58:01.419Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:58:01.430Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:58:01.432Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:58:01.432Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T06:58:01.438Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T06:58:31.439Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a 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=?
2023-01-06T06:58:31.445Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a08580a-5c5e-4157-912c-db748e198c3a and serviceModelVersionId: 85c1567b-ca12-47b1-bdff-452db4bed1a5
2023-01-06T06:58:31.445Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c82026f-cc2f-42cc-93f0-2e415619529d
2023-01-06T06:58:31.447Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0
2023-01-06T06:58:31.451Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T06:58:31.509Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0|INFO|500||Invoke
2023-01-06T06:58:31.509Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4a08580a-5c5e-4157-912c-db748e198c3a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b029e082-ff89-40c6-8b71-bc18dbed5b47], X-ECOMP-RequestID=[4a08580a-5c5e-4157-912c-db748e198c3a], X-TransactionId=[], X-ONAP-RequestID=[4a08580a-5c5e-4157-912c-db748e198c3a], Content-Type=[application/merge-patch+json]}
2023-01-06T06:58:31.536Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-06T06:58:31.681Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?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/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 06:58:32 GMT], content-length=[0], vertex-id=[204992], x-aai-txid=[2-aai-resources-230106-06:58:32:158-93792], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T06:58:31.682Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T06:58:31.683Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0|INFO|500||InvokeReturn
2023-01-06T06:58:31.683Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T06:58:31.684Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T06:58:31.689Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T06:58:31.689Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a08580a-5c5e-4157-912c-db748e198c3a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T06:58:31.689Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T06:58:31.690Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:31.692Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:31.692Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988311689,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T06:58:31.792Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:31.793Z||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.
2023-01-06T06:58:31.793Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:31.809Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:58:31.810Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-06T06:58:32.708Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:58:32.709Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:58:32.709Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:38.371Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:58:38.373Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-06T06:58:38.374Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"614e4fab-eb14-49a6-b178-c6716a647178","serviceName":"Demo_pNF_n7bZAen1opYlcMcm4ZEt","serviceVersion":"1.0","serviceUUID":"ea2a7e8d-48df-4d05-b15c-8fdac8438ac1","serviceDescription":"catalog service description","serviceInvariantUUID":"1f1c6b5b-027d-4be9-acda-3c94b6152813","resources":[{"resourceInstanceName":"pNF fabc3a6b-dc58 0","resourceName":"pNF fabc3a6b-dc58","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9f2be564-ad58-483a-b1c1-500ee09d3964","resourceInvariantUUID":"c7ed9222-3e46-4b37-932b-a05e3933effa","resourceCustomizationUUID":"6d4b9f2b-acaf-468b-99ea-48ec9766fec9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml","artifactChecksum":"MmQ4NjQ0OTljZmNkY2E4MTIwYzU3OWJmOWIwYTQ5MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c72100ed-bbe3-48a4-a465-f3f8003031bf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar","artifactChecksum":"YzUxNTlmYjdjN2RjZjkwOTUzZGU4ODk1ZDU4YWJiNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3197d922-90ab-4a04-8578-73c04a3763a6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d935ce66-79d0-4a38-87de-6390a4b16ef3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml","artifactChecksum":"MWEwMGZkZWYyZDJlODkwNGVhMjIyYWRiYThhZjhlMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0bd296eb-52e6-499f-997f-4553495fcd14","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e815681-2fcd-46f3-89f4-bbb26b90167a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fa580ea-540c-4f59-900f-4ab906ba3c60","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN7bzaen1opylcmcm4zet-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml","artifactChecksum":"ODNhMTcxNzRmOTk5ZDc3OGU4MDZiZjk5YzMxNDU1MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"34f669e4-8a32-42fa-ab36-b9b888ec59b7","artifactVersion":"1"},{"artifactName":"service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar","artifactChecksum":"OTA1MzRiYTRkODhlNWJiNzljMWIwZTg3MzVlZTkwNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3edb6429-49f3-4459-8fdf-219105e79a0e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T06:58:38.377Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:38.377Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:38.379Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:38.379Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988312708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:58:38.479Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T06:58:38.481Z||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.
2023-01-06T06:58:38.481Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:38.492Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:58:38.493Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:58:39.380Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:39.381Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:39.382Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:39.383Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988312708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:58:39.483Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:39.484Z||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.
2023-01-06T06:58:39.484Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:39.517Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:58:39.517Z||pool-41-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:58:40.383Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:40.384Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:40.385Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:40.385Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988312708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:58:40.486Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T06:58:40.486Z||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.
2023-01-06T06:58:40.487Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:40.500Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:58:40.501Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:41.386Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:41.387Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:41.389Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:41.389Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988312708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:58:41.489Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:41.490Z||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.
2023-01-06T06:58:41.490Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:41.502Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:58:41.502Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:42.390Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:42.390Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:42.393Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:42.393Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988312708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:58:42.493Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:42.494Z||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.
2023-01-06T06:58:42.494Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:42.506Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:58:42.506Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:43.393Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:43.394Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:43.396Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:43.396Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988312708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:58:43.496Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:43.497Z||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.
2023-01-06T06:58:43.497Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:43.515Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:58:43.515Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:44.397Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:44.398Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:44.403Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:44.403Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988312708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T06:58:44.501Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-06T06:58:44.501Z||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.
2023-01-06T06:58:44.501Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:44.527Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:58:44.527Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:45.404Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:45.405Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:45.406Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:45.406Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988312708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T06:58:45.507Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:45.507Z||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.
2023-01-06T06:58:45.508Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:45.530Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:58:45.532Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:58:46.407Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"serviceName": "Demo_pNF_n7bZAen1opYlcMcm4ZEt",
"serviceVersion": "1.0",
"serviceUUID": "ea2a7e8d-48df-4d05-b15c-8fdac8438ac1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1f1c6b5b-027d-4be9-acda-3c94b6152813",
"resources": [
{
"resourceInstanceName": "pNF fabc3a6b-dc58 0",
"resourceCustomizationUUID": "6d4b9f2b-acaf-468b-99ea-48ec9766fec9",
"resourceName": "pNF fabc3a6b-dc58",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "9f2be564-ad58-483a-b1c1-500ee09d3964",
"resourceInvariantUUID": "c7ed9222-3e46-4b37-932b-a05e3933effa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"artifactChecksum": "OTA1MzRiYTRkODhlNWJiNzljMWIwZTg3MzVlZTkwNzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3edb6429-49f3-4459-8fdf-219105e79a0e"
}
],
"workloadContext": "Production"
}
2023-01-06T06:58:46.408Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T06:58:46.408Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea2a7e8d-48df-4d05-b15c-8fdac8438ac1 ASDC
2023-01-06T06:58:46.409Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:614e4fab-eb14-49a6-b178-c6716a647178
ServiceName:Demo_pNF_n7bZAen1opYlcMcm4ZEt
ServiceVersion:1.0
ServiceUUID:ea2a7e8d-48df-4d05-b15c-8fdac8438ac1
ServiceInvariantUUID:1f1c6b5b-027d-4be9-acda-3c94b6152813
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
ArtifactUUID:3edb6429-49f3-4459-8fdf-219105e79a0e
ArtifactChecksum:OTA1MzRiYTRkODhlNWJiNzljMWIwZTg3MzVlZTkwNzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fabc3a6b-dc58 0
ResourceCustomizationUUID:6d4b9f2b-acaf-468b-99ea-48ec9766fec9
ResourceInvariantUUID:c7ed9222-3e46-4b37-932b-a05e3933effa
ResourceName:pNF fabc3a6b-dc58
ResourceType:PNF
ResourceUUID:9f2be564-ad58-483a-b1c1-500ee09d3964
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-06T06:58:46.409Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea2a7e8d-48df-4d05-b15c-8fdac8438ac1 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=?
2023-01-06T06:58:46.434Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:58:46.434Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:58:46.434Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:58:46.435Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3edb6429-49f3-4459-8fdf-219105e79a0e from URL: /sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:46.435Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T06:58:46.435Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:46.529Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T06:58:46.532Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar 3edb6429-49f3-4459-8fdf-219105e79a0e 88011
2023-01-06T06:58:46.533Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar ASDC sendASDCNotification
2023-01-06T06:58:46.533Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:46.533Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:58:46.534Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:46.535Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:46.536Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672988326533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T06:58:46.636Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:46.637Z||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.
2023-01-06T06:58:46.637Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:46.658Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T06:58:46.658Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:47.536Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:58:47.537Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:58:47.538Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3edb6429-49f3-4459-8fdf-219105e79a0e, URL: /sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar to file: /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:47.538Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:47.538Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:47.539Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:47.649Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8082134625140584436/Definitions/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml
2023-01-06T06:58:48.472Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T06:58:48.472Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fabc3a6b-dc58 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-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:58:48.474Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.474Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Node template pNF fabc3a6b-dc58 0 is matching search criteria
2023-01-06T06:58:48.474Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T06:58:48.474Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF fabc3a6b-dc58 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:58:48.474Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Node template pNF fabc3a6b-dc58 0 is matching search criteria
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF fabc3a6b-dc58 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_n7bZAen1opYlcMcm4ZEt
Description:catalog service description
Model UUID:ea2a7e8d-48df-4d05-b15c-8fdac8438ac1
Model Version:NULL
Model InvariantUuid:1f1c6b5b-027d-4be9-acda-3c94b6152813
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=?
2023-01-06T06:58:48.483Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9f2be564-ad58-483a-b1c1-500ee09d3964
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=?
2023-01-06T06:58:48.485Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||pNF fabc3a6b-dc58 0
2023-01-06T06:58:48.485Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9f2be564-ad58-483a-b1c1-500ee09d3964
2023-01-06T06:58:48.485Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||No resources found for Service: ea2a7e8d-48df-4d05-b15c-8fdac8438ac1
2023-01-06T06:58:48.485Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ea2a7e8d-48df-4d05-b15c-8fdac8438ac1
2023-01-06T06:58:48.486Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fabc3a6b-dc58 0 9f2be564-ad58-483a-b1c1-500ee09d3964 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=?
2023-01-06T06:58:48.490Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e6ebe86, org.onap.sdc.toscaparser.api.parameters.Input@421db7dc, org.onap.sdc.toscaparser.api.parameters.Input@5532fa2c, org.onap.sdc.toscaparser.api.parameters.Input@4599fe4, org.onap.sdc.toscaparser.api.parameters.Input@7fb89b67]
2023-01-06T06:58:48.490Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T06:58:48.490Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.490Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ea2a7e8d-48df-4d05-b15c-8fdac8438ac1: pNF fabc3a6b-dc58
2023-01-06T06:58:48.490Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Processing PNF resource: 9f2be564-ad58-483a-b1c1-500ee09d3964
2023-01-06T06:58:48.491Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery