By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-12-06T09:16:46.174Z||main|||||INFO|500||The following profiles are active: basic
2022-12-06T09:17:00.106Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-06T09:17:00.111Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-06T09:17:00.268Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-06T09:17:05.237Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-06T09:17:05.863Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-06T09:17:06.598Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-06T09:17:06.611Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-06T09:17:06.782Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-06T09:17:07.008Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-06T09:17:07.692Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-06T09:17:09.609Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-06T09:17:12.028Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-06T09:17:12.087Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-06T09:17:12.710Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-06T09:17:12.998Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-06T09:17:14.574Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-06T09:17:15.748Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-06T09:17:15.768Z||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$$4f705321.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-06T09:17:15.770Z||main|||||WARN|500||The sdc end point is not alive
2022-12-06T09:17:18.997Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-06T09:17:22.075Z||main|||||WARN|500||---
2022-12-06T09:17:22.076Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-06T09:17:22.076Z||main|||||WARN|500||---
2022-12-06T09:17:22.545Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-06T09:17:28.381Z||main|||||INFO|500||Started Application in 45.944 seconds (JVM running for 48.429)
2022-12-06T09:17:28.392Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-06T09:17:28.395Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-06T09:17:28.415Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-06T09:17:28.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-06T09:17:28.551Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7fda3732-4885-4248-891f-27c8cc524b1b url= /sdc/v1/artifactTypes
2022-12-06T09:17:28.552Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-06T09:17:28.882Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-06T09:17:28.908Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-06T09:17:28.930Z||scheduling-1|||||DEBUG|500||create keys
2022-12-06T09:17:28.938Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-06T09:17:29.040Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:17:29.071Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 67d8f4ec-f649-4a72-8038-6968d75341e9 url= /sdc/v1/registerForDistribution
2022-12-06T09:17:29.197Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 67d8f4ec-f649-4a72-8038-6968d75341e9 url= /sdc/v1/registerForDistribution
2022-12-06T09:17:29.198Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-06T09:17:29.219Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-06T09:17:29.223Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:17:29.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:17:29.259Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:17:29.260Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:17:29.262Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:17:29.263Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:17:39.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:17:39.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:18:29.209Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:18:29.211Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:18:29.211Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:18:29.211Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:18:29.212Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:18:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:18:38.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:18:38.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:19:29.210Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:19:29.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:19:29.212Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:19:29.212Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:19:29.213Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:19:29.214Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:19:38.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:19:38.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:20:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:20:29.211Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:20:29.212Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:20:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:20:29.216Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:20:29.217Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:20:38.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:20:38.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:21:29.208Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:21:29.210Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:21:29.210Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:21:29.212Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:21:29.213Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:21:29.214Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:21:38.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:21:38.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:22:29.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:22:29.208Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:22:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:22:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:22:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:22:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:22:38.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:22:38.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:23:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:23:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:23:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:23:29.212Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:23:29.213Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:23:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:23:38.773Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:23:38.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:24:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:24:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:24:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:24:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:24:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:24:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:24:38.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:24:38.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:25:29.209Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:25:29.213Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:25:29.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:25:29.218Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:25:29.220Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:25:29.220Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:25:38.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:25:38.773Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:26:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:26:29.211Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:26:29.211Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:26:29.212Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:26:29.212Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:26:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:26:38.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:26:38.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:27:01.738Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-06T09:27:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:27:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:27:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:27:29.211Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:27:29.212Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:27:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:27:38.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:27:38.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:28:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:28:29.208Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:28:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:28:29.211Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:28:29.213Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:28:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:28:38.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:28:38.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:29:29.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:29:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:29:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:29:29.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:29:29.212Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:29:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:29:38.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:29:38.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:30:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:30:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:30:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:30:29.211Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:30:29.212Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:30:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:30:38.767Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:30:38.804Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:31:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:31:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:31:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:31:29.211Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:31:29.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:31:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:31:38.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:31:38.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:32:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:32:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:32:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:32:29.211Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:32:29.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:32:29.215Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:32:38.805Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:32:38.807Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:33:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:33:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:33:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:33:29.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:33:29.212Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:33:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:33:38.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:33:38.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:34:29.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:34:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:34:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:34:29.211Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:34:29.212Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:34:29.212Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:34:38.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:34:38.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:35:29.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:35:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:35:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:35:29.211Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:35:29.212Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:35:29.212Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:35:38.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:35:38.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:36:29.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:36:29.208Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:36:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:36:29.212Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:36:29.212Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:36:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:36:38.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:36:38.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:37:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:37:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:37:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:37:29.211Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:37:29.212Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:37:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:37:38.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:37:38.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:38:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:38:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:38:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:38:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:38:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:38:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:38:38.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:38:38.788Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:39:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:39:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:39:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:39:29.211Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:39:29.212Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:39:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:39:38.791Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:39:38.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:40:29.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:40:29.209Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:40:29.209Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:40:29.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:40:29.213Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:40:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:40:38.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:40:38.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:41:29.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:41:29.209Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:41:29.209Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:41:29.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:41:29.212Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:41:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:41:38.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:41:38.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:42:29.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:42:29.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:42:29.208Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:42:29.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:42:29.212Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:42:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:42:38.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:42:38.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:43:29.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:43:29.209Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:43:29.210Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:43:29.212Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:43:29.212Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:43:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:43:38.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:43:38.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:44:29.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:44:29.209Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:44:29.209Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:44:29.211Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:44:29.212Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:44:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:44:38.752Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:44:38.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:45:29.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:45:29.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:45:29.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:45:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:45:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:45:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:45:38.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:45:38.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:46:29.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:46:29.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:46:29.209Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:46:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:46:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:46:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:46:38.764Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:46:38.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:47:29.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:47:29.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:47:29.209Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:47:29.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:47:29.212Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:47:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:47:38.765Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:47:38.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:48:29.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:48:29.209Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:48:29.209Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:48:29.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:48:29.212Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:48:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:48:38.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:48:38.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:49:29.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:49:29.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:49:29.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:49:29.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:49:29.212Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:49:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:49:38.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:49:38.771Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:50:29.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:50:29.210Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:50:29.210Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T09:50:29.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:50:29.212Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:50:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:50:38.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:50:38.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:51:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:51:29.210Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:51:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:51:29.214Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:51:29.215Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:51:29.215Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:51:38.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:51:38.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:52:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:52:29.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:52:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:52:29.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:52:29.212Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:52:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:52:38.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:52:38.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:53:29.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:53:29.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:53:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:53:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:53:29.213Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:53:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:53:38.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:53:38.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:54:29.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:54:29.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:54:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:54:29.211Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:54:29.212Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:54:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:54:38.782Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:54:38.782Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:55:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:55:29.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:55:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:55:29.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:55:29.212Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:55:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:55:38.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:55:38.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:56:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:56:29.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:56:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:56:29.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:56:29.212Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:56:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:56:38.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:56:38.782Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:57:29.210Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:57:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:57:29.212Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:57:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:57:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:57:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:57:38.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:57:38.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:58:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:58:29.210Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:58:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:58:29.211Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:58:29.212Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:58:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:58:38.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:58:38.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:59:29.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:59:29.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:59:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:59:29.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T09:59:29.212Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T09:59:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T09:59:38.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T09:59:38.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:00:29.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:00:29.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:00:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:00:29.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:00:29.212Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:00:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:00:38.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:00:38.767Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:01:29.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:01:29.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:01:29.208Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:01:29.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:01:29.212Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:01:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:01:38.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:01:38.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:02:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:02:29.210Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:02:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:02:29.211Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:02:29.212Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:02:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:02:38.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:02:38.769Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:03:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:03:29.210Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:03:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:03:29.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:03:29.212Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:03:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:03:38.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:03:38.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:04:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:04:29.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:04:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:04:29.211Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:04:29.212Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:04:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:04:38.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:04:38.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:05:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:05:29.210Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:05:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:05:29.211Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:05:29.212Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:05:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:05:38.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:05:38.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:06:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:06:29.210Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:06:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:06:29.211Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:06:29.212Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:06:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:06:38.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:06:38.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:07:29.209Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:07:29.210Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:07:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:07:29.211Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:07:29.212Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:07:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:07:38.774Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:07:38.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:08:29.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:08:29.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:08:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:08:29.211Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:08:29.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:08:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:08:38.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:08:38.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:09:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:09:29.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:09:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:09:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:09:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:09:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:09:38.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:09:38.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:10:29.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:10:29.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:10:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:10:29.211Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:10:29.212Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:10:29.212Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:10:38.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:10:38.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:11:29.208Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:11:29.210Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:11:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:11:29.211Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:11:29.212Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:11:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:11:38.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:11:38.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:12:29.208Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:12:29.211Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:12:29.211Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:12:29.211Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:12:29.212Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:12:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:12:38.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:12:38.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:13:29.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:13:29.209Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:13:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:13:29.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:13:29.212Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:13:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:13:38.803Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:13:38.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:14:29.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:14:29.209Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:14:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:14:29.211Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:14:29.213Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:14:29.216Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:14:38.774Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:14:38.787Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:15:29.209Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:15:29.210Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:15:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:15:29.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:15:29.212Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:15:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:15:38.851Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:15:38.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:16:29.209Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:16:29.210Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:16:29.210Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:16:29.212Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:16:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:16:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:16:38.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:16:38.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:17:29.208Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:17:29.209Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:17:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:17:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:17:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:17:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:17:38.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:17:38.768Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:18:29.208Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:18:29.211Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:18:29.211Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:18:29.211Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:18:29.212Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:18:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:18:38.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:18:38.794Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:19:29.209Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:19:29.211Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:19:29.211Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:19:29.211Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:19:29.212Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:19:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:19:38.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:19:38.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:20:29.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:20:29.209Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:20:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:20:29.211Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:20:29.212Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:20:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:20:38.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:20:38.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:29.211Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:21:29.213Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:21:29.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:21:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:29.220Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:21:29.220Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:29.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:29.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b0eba3c-a16a-4c05-a1ab-03bceb4cad00","serviceName":"basic_onboard_xuQfZB","serviceVersion":"1.0","serviceUUID":"fb4f4f4f-8dfd-46f0-aa96-3517d881f63d","serviceDescription":"service","serviceInvariantUUID":"490d9de2-0265-4174-a42a-ef31e1d84d6d","resources":[{"resourceInstanceName":"basic_onboard_xuQfZB 0","resourceName":"basic_onboard_xuQfZB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97e8a915-9d84-4742-9ffe-edf472e9b36a","resourceInvariantUUID":"3ad286bf-7c08-4053-979a-dbf3453f8a9a","resourceCustomizationUUID":"bb29f32c-9b8a-46b0-8377-8011b0d7541d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vf-license-model.xml","artifactChecksum":"YjE5YmJjZmNmYmZlMmY5NjM0ZDM2YzY5MGRjYzNmYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ad3c817-c860-46bc-8e63-8240bd6ac82e","artifactVersion":"1"},{"artifactName":"basic_onboard_xuqfzb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json","artifactChecksum":"NTJiNzgxYjNiYmE1MGIyMDA0MTdlZTM3NTZjMTExMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cbcc1e8b-9a69-482b-a5bb-688181066e01","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bbca37ae-fa90-4125-ab79-65ad3e266e1e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f0d0d31a-c75e-480c-a0e8-57d65229b3cf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70f08e64-cedc-404d-81e8-235b0e186435","artifactVersion":"2","generatedFromUUID":"bbca37ae-fa90-4125-ab79-65ad3e266e1e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXuqfzb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-template.yml","artifactChecksum":"Yjc4NmFhZDJmNmUwNTUzZTAwMjI3MzVkOGM1NWYxNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2473f74c-84fc-42de-b85e-a206c7beb90b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXuqfzb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar","artifactChecksum":"OWJlYmViNTU1ZjcxNmNhZDVjOTU5ZGEzZjM1ZjEyZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2da4fa3d-7521-4c98-9345-f3b4f1723518","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T10:21:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:29.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322046433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.905Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:21:29.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "aai-model-loader",
"timestamp": 1670322043957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322045522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322051604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322046433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T10:21:29.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322045522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "aai-model-loader",
"timestamp": 1670322043957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322051604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322046433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-06T10:21:29.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322045522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "aai-model-loader",
"timestamp": 1670322043957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322051604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322046433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322045522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "aai-model-loader",
"timestamp": 1670322043957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322051604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322046433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-06T10:21:29.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322045522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "aai-model-loader",
"timestamp": 1670322043957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322051604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322046433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322045522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "aai-model-loader",
"timestamp": 1670322043957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322062945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.927Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:29.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322051604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322046433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:21:29.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322045522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:21:29.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "aai-model-loader",
"timestamp": 1670322043957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:21:29.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322062945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322051604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:21:29.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322064682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:21:29.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:21:29.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322066017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:21:29.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:21:29.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "aai-model-loader",
"timestamp": 1670322065852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:21:29.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:21:29.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322062945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:29.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:29.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322066042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:21:29.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:21:29.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:29.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322067033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-12-06T10:21:29.973Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:29.974Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:21:30.073Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-12-06T10:21:30.077Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:30.078Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:21:30.090Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:30.093Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:21:30.166Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00
2022-12-06T10:21:30.196Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:21:30.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322065740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:21:30.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:21:30.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322062945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:30.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:30.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322066817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:21:30.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:21:30.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322062945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:30.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:30.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322062945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:30.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:30.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322067902,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:21:30.247Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00
2022-12-06T10:21:30.248Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:21:30.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322062945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:30.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:21:30.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "multicloud-k8s",
"timestamp": 1670322068904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T10:21:30.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:21:30.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322070126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:21:30.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:21:30.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322071132,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:21:30.264Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00
2022-12-06T10:21:30.264Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:21:30.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "aai-model-loader",
"timestamp": 1670322078604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:21:30.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:21:30.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:21:30.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "aai-model-loader",
"timestamp": 1670322079609,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:21:30.280Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00
2022-12-06T10:21:30.281Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:21:30.983Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:21:30.983Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:30.987Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:30.987Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T10:21:31.094Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-06T10:21:31.095Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:31.096Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:31.108Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:31.108Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:21:31.987Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:21:31.988Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:31.991Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:31.991Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-06T10:21:32.091Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:21:32.092Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:32.093Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:32.106Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:32.107Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:21:32.991Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:21:32.993Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:32.996Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:32.996Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:33.096Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:21:33.099Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:33.100Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:33.118Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:33.119Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:21:33.997Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:21:33.999Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:34.001Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:34.001Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-06T10:21:34.101Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T10:21:34.103Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:34.103Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:34.114Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:34.115Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:21:35.002Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:21:35.003Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:35.007Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:35.007Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:21:35.106Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T10:21:35.107Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:35.108Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:35.120Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:35.120Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:21:36.008Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:21:36.010Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:36.014Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:36.015Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:21:36.115Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:21:36.116Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:36.116Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:36.126Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:36.127Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:21:37.018Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"serviceName": "basic_onboard_xuQfZB",
"serviceVersion": "1.0",
"serviceUUID": "fb4f4f4f-8dfd-46f0-aa96-3517d881f63d",
"serviceDescription": "service",
"serviceInvariantUUID": "490d9de2-0265-4174-a42a-ef31e1d84d6d",
"resources": [
{
"resourceInstanceName": "basic_onboard_xuQfZB 0",
"resourceCustomizationUUID": "bb29f32c-9b8a-46b0-8377-8011b0d7541d",
"resourceName": "basic_onboard_xuQfZB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "97e8a915-9d84-4742-9ffe-edf472e9b36a",
"resourceInvariantUUID": "3ad286bf-7c08-4053-979a-dbf3453f8a9a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xuqfzb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"artifactChecksum": "NTJiNzgxYjNiYmE1MGIyMDA0MTdlZTM3NTZjMTExMmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cbcc1e8b-9a69-482b-a5bb-688181066e01",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bbca37ae-fa90-4125-ab79-65ad3e266e1e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70f08e64-cedc-404d-81e8-235b0e186435",
"generatedFromUUID": "bbca37ae-fa90-4125-ab79-65ad3e266e1e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70f08e64-cedc-404d-81e8-235b0e186435",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXuqfzb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"artifactChecksum": "OWJlYmViNTU1ZjcxNmNhZDVjOTU5ZGEzZjM1ZjEyZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2da4fa3d-7521-4c98-9345-f3b4f1723518"
}
],
"workloadContext": "Production"
}
2022-12-06T10:21:37.020Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T10:21:37.020Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fb4f4f4f-8dfd-46f0-aa96-3517d881f63d ASDC
2022-12-06T10:21:37.159Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0b0eba3c-a16a-4c05-a1ab-03bceb4cad00
ServiceName:basic_onboard_xuQfZB
ServiceVersion:1.0
ServiceUUID:fb4f4f4f-8dfd-46f0-aa96-3517d881f63d
ServiceInvariantUUID:490d9de2-0265-4174-a42a-ef31e1d84d6d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXuqfzb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar
ArtifactUUID:2da4fa3d-7521-4c98-9345-f3b4f1723518
ArtifactChecksum:OWJlYmViNTU1ZjcxNmNhZDVjOTU5ZGEzZjM1ZjEyZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xuQfZB 0
ResourceCustomizationUUID:bb29f32c-9b8a-46b0-8377-8011b0d7541d
ResourceInvariantUUID:3ad286bf-7c08-4053-979a-dbf3453f8a9a
ResourceName:basic_onboard_xuQfZB
ResourceType:VF
ResourceUUID:97e8a915-9d84-4742-9ffe-edf472e9b36a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xuqfzb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json
ArtifactUUID:cbcc1e8b-9a69-482b-a5bb-688181066e01
ArtifactChecksum:NTJiNzgxYjNiYmE1MGIyMDA0MTdlZTM3NTZjMTExMmU=
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/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bbca37ae-fa90-4125-ab79-65ad3e266e1e
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/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env
ArtifactUUID:70f08e64-cedc-404d-81e8-235b0e186435
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/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env
ArtifactUUID:70f08e64-cedc-404d-81e8-235b0e186435
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-06T10:21:37.160Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb4f4f4f-8dfd-46f0-aa96-3517d881f63d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-06T10:21:37.221Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T10:21:37.223Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-06T10:21:37.224Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-06T10:21:37.224Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2da4fa3d-7521-4c98-9345-f3b4f1723518 from URL: /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:37.225Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T10:21:37.226Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:37.330Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T10:21:37.347Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar 2da4fa3d-7521-4c98-9345-f3b4f1723518 75696
2022-12-06T10:21:37.349Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar ASDC sendASDCNotification
2022-12-06T10:21:37.349Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:37.350Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T10:21:37.351Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:37.353Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:37.353Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322097347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:21:37.454Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T10:21:37.454Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:37.455Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:37.489Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:37.490Z||pool-10-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:21:38.354Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T10:21:38.355Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-06T10:21:38.355Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2da4fa3d-7521-4c98-9345-f3b4f1723518, URL: /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar to file: /app/ASDC/1/service-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:38.356Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:38.555Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:38.556Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:39.184Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7957188092896052341/Definitions/service-BasicOnboardXuqfzb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-06T10:21:41.409Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T10:21:41.414Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-06T10:21:41.414Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:41.414Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T10:21:41.414Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:41.414Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|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-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:41.415Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xuQfZB 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-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:41.415Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|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-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:41.415Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|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-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:41.415Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:41.415Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||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-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:41.415Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-06T10:21:41.421Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.423Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:41.428Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is matching search criteria
2022-12-06T10:21:41.428Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-06T10:21:41.430Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_xuQfZB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T10:21:41.431Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.432Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:41.432Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is matching search criteria
2022-12-06T10:21:41.432Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-06T10:21:41.433Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_xuQfZB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T10:21:41.433Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.433Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:41.436Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.437Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is not matching search criteria
2022-12-06T10:21:41.437Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-06T10:21:41.437Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-06T10:21:41.437Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-06T10:21:41.437Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T10:21:41.438Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T10:21:41.438Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.438Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T10:21:41.439Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.439Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is matching search criteria
2022-12-06T10:21:41.439Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_xuQfZB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:21:41.440Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.440Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is matching search criteria
2022-12-06T10:21:41.440Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_xuQfZB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:21:41.440Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.441Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is matching search criteria
2022-12-06T10:21:41.441Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_xuQfZB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:21:41.441Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.441Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is not matching search criteria
2022-12-06T10:21:41.441Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-06T10:21:41.441Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T10:21:41.442Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5c285a01-9a42-42f8-8d17-cc3c16ca3b16
2022-12-06T10:21:41.442Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.442Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:41.442Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.442Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:41.442Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.443Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:41.443Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:41.443Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:41.443Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_xuQfZB
Description:service
Model UUID:fb4f4f4f-8dfd-46f0-aa96-3517d881f63d
Model Version:NULL
Model InvariantUuid:490d9de2-0265-4174-a42a-ef31e1d84d6d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_xuQfZB
Model UUID:93fb252f-3b5e-4b3f-a66d-bcb16fb110e0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3ad286bf-7c08-4053-979a-dbf3453f8a9a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bb29f32c-9b8a-46b0-8377-8011b0d7541d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c9afed9b-8e99-4b01-a8e6-e0df5665013f
ModelName:BasicOnboardXuqfzb..base_ubuntu18..module-0
ModelUuid:17870cb1-ed7a-4fd1-96a1-32df1ef3fd2e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5c285a01-9a42-42f8-8d17-cc3c16ca3b16
ModelInvariantUuid:3759e59b-fd6f-49ac-9364-d04be8a12685
ModelName:basic_onboard_xuQfZB-nodes.ubuntu18Cvfc
ModelUuid:8d673e78-e52b-442b-8938-cd82bb2fbd58
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b3c8348e-0c4f-440c-8a61-95c930c8d481
ModelInvariantUuid:5a30dddc-4c6c-4367-9f11-37483c552208
ModelName:BasicOnboardXuqfzb.compute.nodes.heat.ubuntu18
ModelUuid:a5d4ddf6-cb37-4bed-838b-e547de466639
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-06T10:21:41.462Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 97e8a915-9d84-4742-9ffe-edf472e9b36a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:21:41.571Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||basic_onboard_xuQfZB 0
2022-12-06T10:21:41.581Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 97e8a915-9d84-4742-9ffe-edf472e9b36a
2022-12-06T10:21:41.582Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cbcc1e8b-9a69-482b-a5bb-688181066e01 from URL: /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json
2022-12-06T10:21:41.582Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T10:21:41.582Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json
2022-12-06T10:21:41.628Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T10:21:41.629Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json cbcc1e8b-9a69-482b-a5bb-688181066e01 798
2022-12-06T10:21:41.629Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json ASDC sendASDCNotification
2022-12-06T10:21:41.630Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json
2022-12-06T10:21:41.630Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T10:21:41.630Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:41.633Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:41.633Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322101629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:21:41.734Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T10:21:41.735Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:41.735Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:41.750Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:41.751Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:21:42.635Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXuqfzb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c9afed9b-8e99-4b01-a8e6-e0df5665013f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "17870cb1-ed7a-4fd1-96a1-32df1ef3fd2e",
"vfModuleModelCustomizationUUID": "e37ae98a-74d7-4ce7-ba53-e06ec8694f9b",
"isBase": true,
"artifacts": [
"bbca37ae-fa90-4125-ab79-65ad3e266e1e",
"70f08e64-cedc-404d-81e8-235b0e186435"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-06T10:21:42.659Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXuqfzb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17870cb1-ed7a-4fd1-96a1-32df1ef3fd2e
VfModuleModelInvariantUUID:c9afed9b-8e99-4b01-a8e6-e0df5665013f
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbca37ae-fa90-4125-ab79-65ad3e266e1e
,
70f08e64-cedc-404d-81e8-235b0e186435
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-06T10:21:42.666Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXuqfzb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c9afed9b-8e99-4b01-a8e6-e0df5665013f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "17870cb1-ed7a-4fd1-96a1-32df1ef3fd2e",
"vfModuleModelCustomizationUUID": "e37ae98a-74d7-4ce7-ba53-e06ec8694f9b",
"isBase": true,
"artifacts": [
"bbca37ae-fa90-4125-ab79-65ad3e266e1e",
"70f08e64-cedc-404d-81e8-235b0e186435"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-06T10:21:42.667Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXuqfzb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17870cb1-ed7a-4fd1-96a1-32df1ef3fd2e
VfModuleModelInvariantUUID:c9afed9b-8e99-4b01-a8e6-e0df5665013f
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbca37ae-fa90-4125-ab79-65ad3e266e1e
,
70f08e64-cedc-404d-81e8-235b0e186435
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-06T10:21:42.667Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bbca37ae-fa90-4125-ab79-65ad3e266e1e from URL: /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml
2022-12-06T10:21:42.668Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T10:21:42.668Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml
2022-12-06T10:21:42.722Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T10:21:42.723Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml bbca37ae-fa90-4125-ab79-65ad3e266e1e 5033
2022-12-06T10:21:42.726Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-06T10:21:42.726Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml
2022-12-06T10:21:42.726Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T10:21:42.727Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:42.729Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:42.729Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322102726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:21:42.829Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:21:42.833Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:42.843Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:42.857Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:42.858Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:21:43.730Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 70f08e64-cedc-404d-81e8-235b0e186435 from URL: /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env
2022-12-06T10:21:43.730Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T10:21:43.731Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env
2022-12-06T10:21:43.800Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T10:21:43.800Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env 70f08e64-cedc-404d-81e8-235b0e186435 909
2022-12-06T10:21:43.803Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-06T10:21:43.803Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env
2022-12-06T10:21:43.804Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T10:21:43.804Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:43.808Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:43.808Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322103803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:21:43.907Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T10:21:43.908Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:43.908Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:43.919Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:43.919Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:21:44.809Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fb4f4f4f-8dfd-46f0-aa96-3517d881f63d
2022-12-06T10:21:44.809Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xuQfZB 0 97e8a915-9d84-4742-9ffe-edf472e9b36a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:21:44.871Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cae7260, org.onap.sdc.toscaparser.api.parameters.Input@376aa180, org.onap.sdc.toscaparser.api.parameters.Input@548d85ae, org.onap.sdc.toscaparser.api.parameters.Input@731cae95, org.onap.sdc.toscaparser.api.parameters.Input@5c0eefe4]
2022-12-06T10:21:44.876Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.877Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:44.877Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-12-06T10:21:44.877Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bb29f32c-9b8a-46b0-8377-8011b0d7541d
2022-12-06T10:21:44.877Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb29f32c-9b8a-46b0-8377-8011b0d7541d matches Tosca VF Customization UUID: bb29f32c-9b8a-46b0-8377-8011b0d7541d
2022-12-06T10:21:44.877Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bb29f32c-9b8a-46b0-8377-8011b0d7541d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-06T10:21:44.889Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.889Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:44.890Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bb29f32c-9b8a-46b0-8377-8011b0d7541d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-06T10:21:44.891Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ffa412e
2022-12-06T10:21:44.891Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.891Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T10:21:44.892Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e37ae98a-74d7-4ce7-ba53-e06ec8694f9b
2022-12-06T10:21:44.894Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e37ae98a-74d7-4ce7-ba53-e06ec8694f9b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-06T10:21:44.911Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.911Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is matching search criteria
2022-12-06T10:21:44.912Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_xuQfZB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:21:44.913Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.913Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is matching search criteria
2022-12-06T10:21:44.913Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_xuQfZB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:21:44.913Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.914Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is not matching search criteria
2022-12-06T10:21:44.914Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-06T10:21:44.914Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T10:21:44.914Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5c285a01-9a42-42f8-8d17-cc3c16ca3b16
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-06T10:21:44.929Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.930Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is matching search criteria
2022-12-06T10:21:44.930Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_xuQfZB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:21:44.930Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.931Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_xuQfZB 0 is matching search criteria
2022-12-06T10:21:44.931Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_xuQfZB 0] matching following query criteria: sdcType=VF, customizationUUID=bb29f32c-9b8a-46b0-8377-8011b0d7541d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:21:44.935Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.935Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:44.936Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fb4f4f4f-8dfd-46f0-aa96-3517d881f63d: basic_onboard_xuQfZB
2022-12-06T10:21:44.936Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.936Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:44.936Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.937Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:44.937Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.937Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:44.938Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.938Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:44.938Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:21:44.938Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_xuQfZB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:21:44.938Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_xuQfZB
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:21:45.108Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xuQfZB 97e8a915-9d84-4742-9ffe-edf472e9b36a 1 ASDC deployResourceStructure
2022-12-06T10:21:45.108Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json ASDC sendASDCNotification
2022-12-06T10:21:45.109Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json
2022-12-06T10:21:45.110Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T10:21:45.110Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:45.113Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:45.113Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322105108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T10:21:45.213Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:21:45.214Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:45.214Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:45.226Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:45.226Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:21:46.114Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-06T10:21:46.115Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml
2022-12-06T10:21:46.115Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T10:21:46.115Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:46.117Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:46.117Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322106114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T10:21:46.217Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:21:46.218Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:46.218Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:46.231Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:46.231Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:21:47.118Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-06T10:21:47.119Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env
2022-12-06T10:21:47.119Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T10:21:47.119Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:47.121Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:47.121Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322107118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-06T10:21:47.221Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:21:47.222Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:47.222Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:47.240Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:47.241Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:21:48.124Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar ASDC sendASDCNotification
2022-12-06T10:21:48.125Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar
2022-12-06T10:21:48.125Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T10:21:48.126Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:21:48.127Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:21:48.128Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322108124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:21:48.228Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:21:48.229Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:21:48.229Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:21:48.241Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:21:48.241Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:21:49.129Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:21:49.150Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:21:49.157Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:21:49.158Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T10:21:49.158Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T10:21:49.158Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T10:21:49.159Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:21:49.159Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:21:49.159Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:21:49.160Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:21:49.160Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:21:49.161Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:21:49.169Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T10:22:19.170Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-06T10:22:19.182Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00 and serviceModelVersionId: fb4f4f4f-8dfd-46f0-aa96-3517d881f63d
2022-12-06T10:22:19.183Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 490d9de2-0265-4174-a42a-ef31e1d84d6d
2022-12-06T10:22:29.211Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:22:29.212Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:22:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:22:29.338Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:22:29.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:22:29.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:22:29.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:22:34.807Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/490d9de2-0265-4174-a42a-ef31e1d84d6d/model-vers/model-ver/fb4f4f4f-8dfd-46f0-aa96-3517d881f63d?depth=0
2022-12-06T10:22:34.925Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T10:22:35.450Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/490d9de2-0265-4174-a42a-ef31e1d84d6d/model-vers/model-ver/fb4f4f4f-8dfd-46f0-aa96-3517d881f63d?depth=0|INFO|500||Invoke
2022-12-06T10:22:35.460Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/490d9de2-0265-4174-a42a-ef31e1d84d6d/model-vers/model-ver/fb4f4f4f-8dfd-46f0-aa96-3517d881f63d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/490d9de2-0265-4174-a42a-ef31e1d84d6d/model-vers/model-ver/fb4f4f4f-8dfd-46f0-aa96-3517d881f63d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b0eba3c-a16a-4c05-a1ab-03bceb4cad00], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8270b831-dee7-4a12-97d7-21d74f6e935c], X-ECOMP-RequestID=[0b0eba3c-a16a-4c05-a1ab-03bceb4cad00], X-TransactionId=[], X-ONAP-RequestID=[0b0eba3c-a16a-4c05-a1ab-03bceb4cad00], Content-Type=[application/merge-patch+json]}
2022-12-06T10:22:35.624Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/490d9de2-0265-4174-a42a-ef31e1d84d6d/model-vers/model-ver/fb4f4f4f-8dfd-46f0-aa96-3517d881f63d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-06T10:22:35.812Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/490d9de2-0265-4174-a42a-ef31e1d84d6d/model-vers/model-ver/fb4f4f4f-8dfd-46f0-aa96-3517d881f63d?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/490d9de2-0265-4174-a42a-ef31e1d84d6d/model-vers/model-ver/fb4f4f4f-8dfd-46f0-aa96-3517d881f63d?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 10:22:35 GMT], content-length=[0], vertex-id=[155880], x-aai-txid=[0-aai-resources-221206-10:22:35:460-69594], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T10:22:35.813Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/490d9de2-0265-4174-a42a-ef31e1d84d6d/model-vers/model-ver/fb4f4f4f-8dfd-46f0-aa96-3517d881f63d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-06T10:22:35.814Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/490d9de2-0265-4174-a42a-ef31e1d84d6d/model-vers/model-ver/fb4f4f4f-8dfd-46f0-aa96-3517d881f63d?depth=0|INFO|500||InvokeReturn
2022-12-06T10:22:35.818Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T10:22:35.822Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:22:35.830Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-06T10:22:35.830Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0eba3c-a16a-4c05-a1ab-03bceb4cad00 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T10:22:35.835Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T10:22:35.836Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:22:35.840Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:22:35.840Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322155831,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T10:22:35.939Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-06T10:22:35.940Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:22:35.940Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:22:35.952Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:22:35.953Z||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=?
2022-12-06T10:22:36.853Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:22:36.854Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:22:36.855Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:22:46.417Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:23:29.207Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:23:29.208Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:23:29.209Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:23:29.211Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:23:29.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:23:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:23:29.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:23:29.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T10:23:29.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:23:29.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-06T10:23:29.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:23:29.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:23:29.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:23:29.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-06T10:23:29.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:23:29.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:23:29.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:23:29.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322089207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:23:29.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:23:29.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322097347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:23:29.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:23:29.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322101629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:23:29.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:23:29.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322102726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:23:29.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:23:29.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322103803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:23:29.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:23:29.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322105108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/basic_onboard_xuqfzb0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T10:23:29.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:23:29.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322106114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T10:23:29.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:23:29.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322107118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/resourceInstances/basic_onboard_xuqfzb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-06T10:23:29.242Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:23:29.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:23:29.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322108124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXuqfzb/1.0/artifacts/service-BasicOnboardXuqfzb-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:23:29.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:23:38.765Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:24:29.208Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:24:29.209Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:24:29.210Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:24:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:24:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:24:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:24:29.746Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:24:29.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:24:29.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b0eba3c-a16a-4c05-a1ab-03bceb4cad00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322155831,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T10:24:29.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:24:38.799Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:25:29.208Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:25:29.210Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:25:29.210Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:25:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:25:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:25:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:25:38.764Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:25:38.765Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:29.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:26:29.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:26:29.209Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:29.212Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:26:29.213Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:26:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:29.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:29.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322308044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322339920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322362945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322308044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322339920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "NOTIFIED"
}
2022-12-06T10:26:29.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322362945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322308044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322339920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-06T10:26:29.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322362945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322308044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322339920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322362945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322308044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322339920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-06T10:26:29.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322362945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322308044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322339920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322362945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322308044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:26:29.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322339920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:26:29.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322362945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322372582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:26:29.750Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:26:29.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322373900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:26:29.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:26:29.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "aai-model-loader",
"timestamp": 1670322373957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322374910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:26:29.768Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
2022-12-06T10:26:29.768Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:26:29.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322373655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:26:29.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:26:29.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "aai-model-loader",
"timestamp": 1670322373957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322374718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:26:29.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:26:29.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "aai-model-loader",
"timestamp": 1670322373957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322375754,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:26:29.787Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
2022-12-06T10:26:29.787Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:26:29.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "aai-model-loader",
"timestamp": 1670322373957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "multicloud-k8s",
"timestamp": 1670322376757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T10:26:29.794Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:26:29.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "aai-model-loader",
"timestamp": 1670322373957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "aai-model-loader",
"timestamp": 1670322373957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "aai-model-loader",
"timestamp": 1670322373957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:26:29.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "aai-model-loader",
"timestamp": 1670322381091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:26:29.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:26:29.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322381605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322381605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322381605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322381605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322381605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322381605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322381605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:26:29.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:26:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:29.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T10:26:29.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2","serviceName":"vFW 2022-12-06 10-25-18","serviceVersion":"1.0","serviceUUID":"94017512-b414-434f-86e6-153217682e38","serviceDescription":"catalog service description","serviceInvariantUUID":"bde3fd98-7e24-4317-8a85-76959869dc5c","resources":[{"resourceInstanceName":"vFW 02aad0ac-1742 0","resourceName":"vFW 02aad0ac-1742","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e84434c-7851-40a9-92c7-8c8fc8443b39","resourceInvariantUUID":"2de09e59-0139-4b3b-bd7b-116dc8221db5","resourceCustomizationUUID":"32644d85-9bfd-4892-8758-e7cbfe547c75","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vf-license-model.xml","artifactChecksum":"ZTNlN2RiMWI1MDk0NGEyYmY4NTc2MTQyZTA5MDI2MjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5150d399-e06f-4b29-a1d4-c05ca1db4157","artifactVersion":"1"},{"artifactName":"vfw02aad0ac17420_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json","artifactChecksum":"NzNkYzdlODEwMTQyZTc1ZjhjY2RlNzE1YTY0NzZiMWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c724a48-ea99-452f-aefe-7188eec2e1f9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"26fceed2-d4f4-4219-8a69-cf1a087483c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vendor-license-model.xml","artifactChecksum":"ZTQ5NDI3NWE0OWYzMDYyMzkyNzJlZjc2NTg2MTcwNmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"33b2315a-842b-4e07-be03-ecdb55cde1dd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c1049a24-3b83-4e84-a0b2-a5b729bdde10","artifactVersion":"2","generatedFromUUID":"26fceed2-d4f4-4219-8a69-cf1a087483c5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221206102518-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-template.yml","artifactChecksum":"MGVhNmFhYTI2NmMxOGM3NmZkNDg0ZjZiYTgzODZlNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e70fb234-e429-4eb1-b997-b2cd239898ed","artifactVersion":"1"},{"artifactName":"service-Vfw20221206102518-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar","artifactChecksum":"ZWE3OGExMTA2NGIwMmJkNGUyNzgyOTJhYjZjOWMyYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2faa2eda-d1a7-4b3a-be93-13a1fc65b31a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T10:26:29.883Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:26:29.883Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:29.888Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:29.888Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:29.988Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:26:29.989Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:29.989Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:29.999Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:29.999Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:26:30.889Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:26:30.890Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:30.893Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:30.893Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "NOTIFIED"
}
2022-12-06T10:26:30.993Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T10:26:30.995Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:30.995Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:31.012Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:31.012Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:26:31.894Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:26:31.895Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:31.900Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:31.900Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-06T10:26:32.001Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T10:26:32.003Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:32.003Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:32.059Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:32.060Z||pool-21-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:26:32.901Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:26:32.902Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:32.905Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:32.905Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:33.008Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-06T10:26:33.010Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:33.010Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:33.020Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:33.021Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:26:33.906Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:26:33.907Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:33.909Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:33.909Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-06T10:26:34.009Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:26:34.010Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:34.010Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:34.020Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:34.021Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:26:34.910Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:26:34.911Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:34.914Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:34.914Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:26:35.014Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:26:35.016Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:35.016Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:35.041Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:35.042Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:26:35.918Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:26:35.918Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:35.921Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:35.921Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:26:36.021Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T10:26:36.022Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:36.022Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:36.032Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:36.033Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:26:36.922Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"serviceName": "vFW 2022-12-06 10-25-18",
"serviceVersion": "1.0",
"serviceUUID": "94017512-b414-434f-86e6-153217682e38",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bde3fd98-7e24-4317-8a85-76959869dc5c",
"resources": [
{
"resourceInstanceName": "vFW 02aad0ac-1742 0",
"resourceCustomizationUUID": "32644d85-9bfd-4892-8758-e7cbfe547c75",
"resourceName": "vFW 02aad0ac-1742",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6e84434c-7851-40a9-92c7-8c8fc8443b39",
"resourceInvariantUUID": "2de09e59-0139-4b3b-bd7b-116dc8221db5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw02aad0ac17420_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"artifactChecksum": "NzNkYzdlODEwMTQyZTc1ZjhjY2RlNzE1YTY0NzZiMWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c724a48-ea99-452f-aefe-7188eec2e1f9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "26fceed2-d4f4-4219-8a69-cf1a087483c5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c1049a24-3b83-4e84-a0b2-a5b729bdde10",
"generatedFromUUID": "26fceed2-d4f4-4219-8a69-cf1a087483c5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c1049a24-3b83-4e84-a0b2-a5b729bdde10",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221206102518-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"artifactChecksum": "ZWE3OGExMTA2NGIwMmJkNGUyNzgyOTJhYjZjOWMyYzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2faa2eda-d1a7-4b3a-be93-13a1fc65b31a"
}
],
"workloadContext": "Production"
}
2022-12-06T10:26:36.923Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T10:26:36.923Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94017512-b414-434f-86e6-153217682e38 ASDC
2022-12-06T10:26:36.924Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
ServiceName:vFW 2022-12-06 10-25-18
ServiceVersion:1.0
ServiceUUID:94017512-b414-434f-86e6-153217682e38
ServiceInvariantUUID:bde3fd98-7e24-4317-8a85-76959869dc5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221206102518-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar
ArtifactUUID:2faa2eda-d1a7-4b3a-be93-13a1fc65b31a
ArtifactChecksum:ZWE3OGExMTA2NGIwMmJkNGUyNzgyOTJhYjZjOWMyYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 02aad0ac-1742 0
ResourceCustomizationUUID:32644d85-9bfd-4892-8758-e7cbfe547c75
ResourceInvariantUUID:2de09e59-0139-4b3b-bd7b-116dc8221db5
ResourceName:vFW 02aad0ac-1742
ResourceType:VF
ResourceUUID:6e84434c-7851-40a9-92c7-8c8fc8443b39
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw02aad0ac17420_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json
ArtifactUUID:2c724a48-ea99-452f-aefe-7188eec2e1f9
ArtifactChecksum:NzNkYzdlODEwMTQyZTc1ZjhjY2RlNzE1YTY0NzZiMWY=
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/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml
ArtifactUUID:26fceed2-d4f4-4219-8a69-cf1a087483c5
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/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env
ArtifactUUID:c1049a24-3b83-4e84-a0b2-a5b729bdde10
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/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env
ArtifactUUID:c1049a24-3b83-4e84-a0b2-a5b729bdde10
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-06T10:26:36.924Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94017512-b414-434f-86e6-153217682e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-06T10:26:36.960Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T10:26:36.961Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T10:26:36.961Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T10:26:36.961Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2faa2eda-d1a7-4b3a-be93-13a1fc65b31a from URL: /sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:36.962Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-06T10:26:36.962Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:37.038Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-06T10:26:37.044Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar 2faa2eda-d1a7-4b3a-be93-13a1fc65b31a 101459
2022-12-06T10:26:37.044Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar ASDC sendASDCNotification
2022-12-06T10:26:37.044Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:37.044Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T10:26:37.045Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:37.047Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:37.047Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322397044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:26:37.147Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:26:37.148Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:37.148Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:37.159Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:37.159Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:26:38.048Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T10:26:38.050Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T10:26:38.050Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2faa2eda-d1a7-4b3a-be93-13a1fc65b31a, URL: /sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar to file: /app/ASDC/1/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:38.051Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221206102518-csar.csar
2022-12-06T10:26:38.051Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:38.052Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:38.354Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15629598278728047550/Definitions/service-Vfw20221206102518-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
2022-12-06T10:26:40.784Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T10:26:40.785Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T10:26:40.785Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.785Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-06T10:26:40.785Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.785Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||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-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.786Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||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-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.786Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||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-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.786Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.786Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.786Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||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-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.786Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.786Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.786Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 02aad0ac-1742 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-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.786Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:40.787Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T10:26:40.787Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.787Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:40.787Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is matching search criteria
2022-12-06T10:26:40.787Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-06T10:26:40.788Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 02aad0ac-1742 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T10:26:40.788Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.788Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:40.788Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is matching search criteria
2022-12-06T10:26:40.789Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-06T10:26:40.789Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 02aad0ac-1742 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T10:26:40.789Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.789Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:40.789Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.790Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is not matching search criteria
2022-12-06T10:26:40.790Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T10:26:40.790Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T10:26:40.790Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T10:26:40.790Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.790Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:40.790Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.791Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T10:26:40.791Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T10:26:40.791Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T10:26:40.791Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.791Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:40.791Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T10:26:40.791Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:40.792Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T10:26:40.792Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.792Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T10:26:40.792Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.792Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T10:26:40.792Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.792Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is matching search criteria
2022-12-06T10:26:40.793Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 02aad0ac-1742 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:26:40.793Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.793Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is matching search criteria
2022-12-06T10:26:40.793Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 02aad0ac-1742 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:26:40.793Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.794Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is matching search criteria
2022-12-06T10:26:40.794Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 02aad0ac-1742 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:26:40.794Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.794Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is not matching search criteria
2022-12-06T10:26:40.794Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T10:26:40.795Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T10:26:40.796Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-06T10:26:40.796Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T10:26:40.796Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T10:26:40.796Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.796Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:40.796Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T10:26:40.797Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:40.797Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T10:26:40.797Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.797Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=33a84742-0368-4dee-9951-d47326a0d1ff
2022-12-06T10:26:40.797Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.797Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is not matching search criteria
2022-12-06T10:26:40.797Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T10:26:40.798Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T10:26:40.798Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T10:26:40.798Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.798Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:40.798Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.798Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T10:26:40.798Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-06T10:26:40.798Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T10:26:40.799Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:40.799Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T10:26:40.799Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.799Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f14dafde-3e9d-4698-935d-5541ea940731
2022-12-06T10:26:40.799Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.799Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is not matching search criteria
2022-12-06T10:26:40.799Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T10:26:40.800Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T10:26:40.800Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T10:26:40.800Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.800Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:40.800Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.800Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T10:26:40.801Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T10:26:40.801Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T10:26:40.801Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T10:26:40.801Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:40.801Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-06T10:26:40.801Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9983034a-ebe6-49a2-a1e3-00d15f31f0ad
2022-12-06T10:26:40.801Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.802Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:40.802Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.802Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:40.802Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.802Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:40.802Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:40.802Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:40.803Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-06 10-25-18
Description:catalog service description
Model UUID:94017512-b414-434f-86e6-153217682e38
Model Version:NULL
Model InvariantUuid:bde3fd98-7e24-4317-8a85-76959869dc5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 02aad0ac-1742
Model UUID:ba6a86c6-11a1-4c79-a3f8-8cfc83110c6b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2de09e59-0139-4b3b-bd7b-116dc8221db5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:32644d85-9bfd-4892-8758-e7cbfe547c75
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:77c451fe-835c-499f-9b5d-6716601b2199
ModelName:Vfw02aad0ac1742..base_vfw..module-0
ModelUuid:e3dff81f-c414-4d81-a8ba-36ba7bae1655
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:33a84742-0368-4dee-9951-d47326a0d1ff
ModelInvariantUuid:b0b8ba54-01a4-4041-a0fb-2465b042f235
ModelName:vFW 02aad0ac-1742-nodes.vfwCvfc
ModelUuid:946c0b08-6d25-4c06-9072-94019c5ea133
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:74f9db47-a159-43c3-8a72-80fe50f53598
ModelInvariantUuid:31923cc6-d7cd-4982-89eb-9d3e0cbdc064
ModelName:Vfw02aad0ac1742.compute.nodes.heat.vfw
ModelUuid:a63ea9cc-52fb-4a3b-b8a3-075bac645876
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f14dafde-3e9d-4698-935d-5541ea940731
ModelInvariantUuid:39ce8dfc-c9ac-4443-88f8-87a5e640d86f
ModelName:vFW 02aad0ac-1742-nodes.vsnCvfc
ModelUuid:1c258396-4bfd-4dda-ba9c-b9af581befb8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c6a4a665-b971-4846-aa28-0b82c77ab61a
ModelInvariantUuid:5c386e98-377a-4168-8912-3d469a35572f
ModelName:Vfw02aad0ac1742.compute.nodes.heat.vsn
ModelUuid:b8061ea4-c253-4412-8e20-1ada79c1ba20
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9983034a-ebe6-49a2-a1e3-00d15f31f0ad
ModelInvariantUuid:0efa1fe7-e10e-4b5b-b8b6-02926270a1ab
ModelName:vFW 02aad0ac-1742-nodes.vpgCvfc
ModelUuid:fc18a9c7-9ef2-4eac-84e8-7e61d69b2d1f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a869dd9d-05c2-456f-b0a4-620b9e3d20c5
ModelInvariantUuid:16ca9880-0e9f-4804-9d65-54c6de2a0f36
ModelName:Vfw02aad0ac1742.compute.nodes.heat.vpg
ModelUuid:adb92548-d0ec-4a91-ab67-4f457c5bd3d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-06T10:26:40.811Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e84434c-7851-40a9-92c7-8c8fc8443b39
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:26:40.817Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||vFW 02aad0ac-1742 0
2022-12-06T10:26:40.817Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e84434c-7851-40a9-92c7-8c8fc8443b39
2022-12-06T10:26:40.817Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c724a48-ea99-452f-aefe-7188eec2e1f9 from URL: /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json
2022-12-06T10:26:40.817Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-06T10:26:40.817Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json
2022-12-06T10:26:40.888Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-06T10:26:40.888Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json 2c724a48-ea99-452f-aefe-7188eec2e1f9 785
2022-12-06T10:26:40.889Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json ASDC sendASDCNotification
2022-12-06T10:26:40.889Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json
2022-12-06T10:26:40.889Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T10:26:40.890Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:40.892Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:40.892Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322400889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:26:40.992Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:26:40.993Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:40.993Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:41.013Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:41.014Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:26:41.894Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw02aad0ac1742..base_vfw..module-0",
"vfModuleModelInvariantUUID": "77c451fe-835c-499f-9b5d-6716601b2199",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e3dff81f-c414-4d81-a8ba-36ba7bae1655",
"vfModuleModelCustomizationUUID": "65447897-4f61-4263-b3bc-279b3af26077",
"isBase": true,
"artifacts": [
"26fceed2-d4f4-4219-8a69-cf1a087483c5",
"c1049a24-3b83-4e84-a0b2-a5b729bdde10"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-06T10:26:41.900Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw02aad0ac1742..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3dff81f-c414-4d81-a8ba-36ba7bae1655
VfModuleModelInvariantUUID:77c451fe-835c-499f-9b5d-6716601b2199
VfModuleModelDescription:NULL
Artifacts UUID List:{
26fceed2-d4f4-4219-8a69-cf1a087483c5
,
c1049a24-3b83-4e84-a0b2-a5b729bdde10
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-06T10:26:41.902Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw02aad0ac1742..base_vfw..module-0",
"vfModuleModelInvariantUUID": "77c451fe-835c-499f-9b5d-6716601b2199",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e3dff81f-c414-4d81-a8ba-36ba7bae1655",
"vfModuleModelCustomizationUUID": "65447897-4f61-4263-b3bc-279b3af26077",
"isBase": true,
"artifacts": [
"26fceed2-d4f4-4219-8a69-cf1a087483c5",
"c1049a24-3b83-4e84-a0b2-a5b729bdde10"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-06T10:26:41.903Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw02aad0ac1742..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3dff81f-c414-4d81-a8ba-36ba7bae1655
VfModuleModelInvariantUUID:77c451fe-835c-499f-9b5d-6716601b2199
VfModuleModelDescription:NULL
Artifacts UUID List:{
26fceed2-d4f4-4219-8a69-cf1a087483c5
,
c1049a24-3b83-4e84-a0b2-a5b729bdde10
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-06T10:26:41.903Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 26fceed2-d4f4-4219-8a69-cf1a087483c5 from URL: /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml
2022-12-06T10:26:41.903Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-06T10:26:41.903Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml
2022-12-06T10:26:41.951Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-06T10:26:41.953Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml 26fceed2-d4f4-4219-8a69-cf1a087483c5 20368
2022-12-06T10:26:41.954Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-06T10:26:41.954Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml
2022-12-06T10:26:41.954Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T10:26:41.955Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:41.958Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:41.958Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322401954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:26:42.058Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:26:42.059Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:42.059Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:42.072Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:42.073Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:26:42.959Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c1049a24-3b83-4e84-a0b2-a5b729bdde10 from URL: /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env
2022-12-06T10:26:42.960Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-06T10:26:42.961Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env
2022-12-06T10:26:43.010Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-06T10:26:43.011Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env c1049a24-3b83-4e84-a0b2-a5b729bdde10 2098
2022-12-06T10:26:43.012Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-06T10:26:43.012Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env
2022-12-06T10:26:43.012Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T10:26:43.013Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:43.015Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:43.015Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322403012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:26:43.115Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:26:43.117Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:43.117Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:43.134Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:43.134Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:26:44.016Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 94017512-b414-434f-86e6-153217682e38
2022-12-06T10:26:44.017Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 02aad0ac-1742 0 6e84434c-7851-40a9-92c7-8c8fc8443b39 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:26:44.039Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55092b97, org.onap.sdc.toscaparser.api.parameters.Input@cab1350, org.onap.sdc.toscaparser.api.parameters.Input@793f8ece, org.onap.sdc.toscaparser.api.parameters.Input@7160322c, org.onap.sdc.toscaparser.api.parameters.Input@6da9ea04]
2022-12-06T10:26:44.041Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.041Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:44.041Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-12-06T10:26:44.042Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 32644d85-9bfd-4892-8758-e7cbfe547c75
2022-12-06T10:26:44.042Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 32644d85-9bfd-4892-8758-e7cbfe547c75 matches Tosca VF Customization UUID: 32644d85-9bfd-4892-8758-e7cbfe547c75
2022-12-06T10:26:44.042Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 32644d85-9bfd-4892-8758-e7cbfe547c75 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-06T10:26:44.046Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.046Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:44.047Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 32644d85-9bfd-4892-8758-e7cbfe547c75: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-06T10:26:44.047Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c815195
2022-12-06T10:26:44.047Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.048Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T10:26:44.048Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65447897-4f61-4263-b3bc-279b3af26077
2022-12-06T10:26:44.048Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65447897-4f61-4263-b3bc-279b3af26077
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-06T10:26:44.051Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.051Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is matching search criteria
2022-12-06T10:26:44.052Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 02aad0ac-1742 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:26:44.052Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.052Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is matching search criteria
2022-12-06T10:26:44.053Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 02aad0ac-1742 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:26:44.053Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.053Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is not matching search criteria
2022-12-06T10:26:44.054Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T10:26:44.054Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T10:26:44.054Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-06T10:26:44.055Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T10:26:44.055Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T10:26:44.055Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T10:26:44.055Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:44.056Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T10:26:44.056Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:44.056Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T10:26:44.057Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T10:26:44.057Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=33a84742-0368-4dee-9951-d47326a0d1ff
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-06T10:26:44.060Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.060Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is matching search criteria
2022-12-06T10:26:44.061Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 02aad0ac-1742 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:26:44.061Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.062Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is not matching search criteria
2022-12-06T10:26:44.062Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T10:26:44.062Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T10:26:44.063Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T10:26:44.063Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T10:26:44.063Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:44.063Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T10:26:44.064Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T10:26:44.064Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-06T10:26:44.064Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T10:26:44.065Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:44.065Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T10:26:44.065Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T10:26:44.066Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f14dafde-3e9d-4698-935d-5541ea940731
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-06T10:26:44.068Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.068Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is matching search criteria
2022-12-06T10:26:44.069Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 02aad0ac-1742 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:26:44.073Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.074Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is not matching search criteria
2022-12-06T10:26:44.074Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T10:26:44.075Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T10:26:44.075Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T10:26:44.075Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T10:26:44.076Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:44.076Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T10:26:44.076Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T10:26:44.076Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T10:26:44.077Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T10:26:44.077Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T10:26:44.077Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T10:26:44.078Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-06T10:26:44.078Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9983034a-ebe6-49a2-a1e3-00d15f31f0ad
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-06T10:26:44.081Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.081Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is matching search criteria
2022-12-06T10:26:44.082Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 02aad0ac-1742 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T10:26:44.082Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.082Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Node template vFW 02aad0ac-1742 0 is matching search criteria
2022-12-06T10:26:44.083Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 02aad0ac-1742 0] matching following query criteria: sdcType=VF, customizationUUID=32644d85-9bfd-4892-8758-e7cbfe547c75
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:26:44.084Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.085Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:44.085Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 94017512-b414-434f-86e6-153217682e38: vFW 02aad0ac-1742
2022-12-06T10:26:44.086Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.086Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:44.086Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.087Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:44.087Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.087Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:44.088Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.088Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:44.089Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:26:44.089Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-06 10-25-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:26:44.089Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-12-06 10-25-18
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:26:44.278Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 02aad0ac-1742 6e84434c-7851-40a9-92c7-8c8fc8443b39 1 ASDC deployResourceStructure
2022-12-06T10:26:44.279Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json ASDC sendASDCNotification
2022-12-06T10:26:44.279Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json
2022-12-06T10:26:44.279Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T10:26:44.280Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:44.286Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:44.286Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322404279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T10:26:44.386Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:26:44.387Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:44.387Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:44.398Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:44.398Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:26:45.287Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-06T10:26:45.287Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml
2022-12-06T10:26:45.287Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T10:26:45.288Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:45.289Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:45.289Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322405287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T10:26:45.390Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:26:45.391Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:45.391Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:45.403Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:45.404Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:26:46.290Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-06T10:26:46.291Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env
2022-12-06T10:26:46.291Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T10:26:46.291Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:46.293Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:46.293Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322406290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-06T10:26:46.396Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-06T10:26:46.397Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:46.397Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:46.415Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:46.416Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:26:47.294Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar ASDC sendASDCNotification
2022-12-06T10:26:47.294Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar
2022-12-06T10:26:47.294Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T10:26:47.295Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:26:47.297Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:26:47.297Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322407294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:26:47.397Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:26:47.398Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:26:47.398Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:26:47.408Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:26:47.409Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:26:48.304Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:26:48.314Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:26:48.317Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:26:48.318Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:26:48.318Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:27:18.319Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:27:18.328Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:27:18.331Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:27:18.331Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:27:18.332Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:27:29.211Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:27:29.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:27:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:27:29.238Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:27:29.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:27:29.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322389403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:27:29.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:27:48.332Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:27:48.341Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:27:48.344Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:27:48.344Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:27:48.344Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:28:18.345Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:28:18.353Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:28:18.355Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:28:18.355Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:28:18.355Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:28:29.211Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:28:29.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:28:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:28:29.235Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:28:29.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:28:29.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:28:29.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:28:48.356Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:28:48.386Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:28:48.394Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:28:48.396Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:28:48.396Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:29:18.397Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:29:18.412Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:29:18.415Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:29:18.424Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:29:18.424Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:29:29.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:29:29.214Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:29:29.214Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:29:29.737Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:29:29.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "NOTIFIED"
}
2022-12-06T10:29:29.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:29:29.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-06T10:29:29.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:29:29.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "aai-model-loader",
"timestamp": 1670322392612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:29:29.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:29:29.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:29:29.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:29:29.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322393025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:29:29.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:29:29.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "aai-model-loader",
"timestamp": 1670322393614,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:29:29.746Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
2022-12-06T10:29:29.746Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:29:29.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-06T10:29:29.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:29:29.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322394030,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:29:29.756Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
2022-12-06T10:29:29.756Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:29:29.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:29:29.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:29:29.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322389208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:29:29.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T10:29:29.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322397044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:29:29.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:29:29.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322400889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:29:29.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:29:29.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322401954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:29:29.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:29:29.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322403012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:29:29.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:29:29.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322404279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/vfw02aad0ac17420_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T10:29:29.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:29:29.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322405287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T10:29:29.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:29:29.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322406290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/resourceInstances/vfw02aad0ac17420/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-06T10:29:29.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:29:29.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:29:29.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322407294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206102518/1.0/artifacts/service-Vfw20221206102518-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:29:29.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:29:48.425Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:29:48.434Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:29:48.443Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:29:48.443Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T10:29:48.444Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T10:29:48.444Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T10:29:48.444Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:29:48.444Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:29:48.445Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:29:48.445Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:29:48.445Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:29:48.446Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:29:48.449Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T10:30:18.450Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-06T10:30:18.458Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2 and serviceModelVersionId: 94017512-b414-434f-86e6-153217682e38
2022-12-06T10:30:18.458Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bde3fd98-7e24-4317-8a85-76959869dc5c
2022-12-06T10:30:18.460Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bde3fd98-7e24-4317-8a85-76959869dc5c/model-vers/model-ver/94017512-b414-434f-86e6-153217682e38?depth=0
2022-12-06T10:30:18.466Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T10:30:18.558Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bde3fd98-7e24-4317-8a85-76959869dc5c/model-vers/model-ver/94017512-b414-434f-86e6-153217682e38?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-06T10:30:18.560Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bde3fd98-7e24-4317-8a85-76959869dc5c/model-vers/model-ver/94017512-b414-434f-86e6-153217682e38?depth=0|INFO|500||Invoke
2022-12-06T10:30:18.600Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bde3fd98-7e24-4317-8a85-76959869dc5c/model-vers/model-ver/94017512-b414-434f-86e6-153217682e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-06T10:30:18.697Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bde3fd98-7e24-4317-8a85-76959869dc5c/model-vers/model-ver/94017512-b414-434f-86e6-153217682e38?depth=0|INFO|500||InvokeReturn
2022-12-06T10:30:18.698Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bde3fd98-7e24-4317-8a85-76959869dc5c/model-vers/model-ver/94017512-b414-434f-86e6-153217682e38?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 10:30:18 GMT], content-length=[0], vertex-id=[196784], x-aai-txid=[0-aai-resources-221206-10:30:18:415-29222], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T10:30:18.699Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-06T10:30:18.700Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T10:30:18.700Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:30:18.706Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-06T10:30:18.707Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T10:30:18.707Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T10:30:18.708Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:30:18.710Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:30:18.711Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322618707,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T10:30:18.811Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:30:18.812Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:30:18.813Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:30:18.841Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:30:18.842Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-06T10:30:19.723Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:30:19.724Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:30:19.724Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:30:29.212Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:30:29.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:30:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:30:29.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:30:29.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T10:30:29.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322618707,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T10:30:29.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:30:30.010Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:30:30.011Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:30:30.011Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:30:30.011Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:30:39.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:30:39.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:30:39.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:30:39.583Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:30:49.138Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:30:49.138Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:30:49.139Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:30:49.139Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:30:58.696Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:31:29.208Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:31:29.209Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:31:29.210Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:31:29.211Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:31:29.213Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:31:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:31:38.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:31:38.782Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:32:29.207Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:32:29.209Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:32:29.209Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:32:29.211Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:32:29.212Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:32:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:32:38.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:32:38.793Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:33:29.208Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:33:29.209Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:33:29.209Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:33:29.211Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:33:29.212Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:33:29.212Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:33:38.811Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:33:38.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:34:29.207Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:34:29.208Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:34:29.208Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:34:29.211Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:34:29.213Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:34:29.213Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:34:38.759Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:34:38.777Z|0b0eba3c-a16a-4c05-a1ab-03bceb4cad00|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:35:29.208Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:35:29.209Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:35:29.209Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:35:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:35:29.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:35:29.212Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:35:29.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:35:29.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "aai-model-loader",
"timestamp": 1670322913957,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:35:29.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-06T10:35:29.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322915923,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:35:29.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-06T10:35:29.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "multicloud-k8s",
"timestamp": 1670322917787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:35:29.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-06T10:35:29.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322921604,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:35:29.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-06T10:35:29.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322922945,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:35:29.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-06T10:35:29.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "aai-model-loader",
"timestamp": 1670322913957,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:35:29.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-06T10:35:29.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322915923,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:35:29.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-06T10:35:29.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "multicloud-k8s",
"timestamp": 1670322917787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:35:29.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-06T10:35:29.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322921604,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:35:29.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-06T10:35:29.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322922945,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:35:29.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-06T10:35:29.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322929010,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:35:29.418Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:35:29.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "aai-model-loader",
"timestamp": 1670322928839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:35:29.418Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:35:29.866Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:35:29.867Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T10:35:29.867Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"14a677d7-13ac-46fc-a9cb-0af27d31dc93","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d7d272c7-9953-4d14-bd2c-72ed0b2c2959","serviceDescription":"service","serviceInvariantUUID":"fd02da0b-6518-4b3d-ab45-0a074e1e54cb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b397d2da-e2bd-44d1-96e4-f830f33a7397","resourceInvariantUUID":"76d204e4-575b-4203-b43a-85dc68c1f756","resourceCustomizationUUID":"bb45f223-f6e7-40f4-a3c7-de704bb64662","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":"MDc4YWY0OTEzZWFiNjUxYjIyYWExNzQ2ZTZiNjY2NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fbf5989e-d7cf-4dd0-88a5-c73da2c62e29","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGJkY2U1NjllNjc4ZTM0MWQwMjQ2YzdlODA1ODZlMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c32775bc-7e86-4c10-817e-6aa696e10578","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T10:35:29.877Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:35:29.880Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:35:29.886Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:35:29.886Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322929207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:35:29.986Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:35:29.987Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:35:29.987Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:35:30.005Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:35:30.006Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:35:30.892Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:35:30.892Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:35:30.895Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:35:30.895Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322929207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:35:30.995Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T10:35:30.996Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:35:30.996Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:35:31.010Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:35:31.011Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:35:31.896Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d7d272c7-9953-4d14-bd2c-72ed0b2c2959",
"serviceDescription": "service",
"serviceInvariantUUID": "fd02da0b-6518-4b3d-ab45-0a074e1e54cb",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "bb45f223-f6e7-40f4-a3c7-de704bb64662",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b397d2da-e2bd-44d1-96e4-f830f33a7397",
"resourceInvariantUUID": "76d204e4-575b-4203-b43a-85dc68c1f756",
"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": "NGJkY2U1NjllNjc4ZTM0MWQwMjQ2YzdlODA1ODZlMDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c32775bc-7e86-4c10-817e-6aa696e10578"
}
],
"workloadContext": "Production"
}
2022-12-06T10:35:31.896Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T10:35:31.897Z|4a06c9ba-a6d8-4c8e-ba19-3f6d58b3dca2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d7d272c7-9953-4d14-bd2c-72ed0b2c2959 ASDC
2022-12-06T10:35:31.897Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:14a677d7-13ac-46fc-a9cb-0af27d31dc93
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d7d272c7-9953-4d14-bd2c-72ed0b2c2959
ServiceInvariantUUID:fd02da0b-6518-4b3d-ab45-0a074e1e54cb
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:c32775bc-7e86-4c10-817e-6aa696e10578
ArtifactChecksum:NGJkY2U1NjllNjc4ZTM0MWQwMjQ2YzdlODA1ODZlMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bb45f223-f6e7-40f4-a3c7-de704bb64662
ResourceInvariantUUID:76d204e4-575b-4203-b43a-85dc68c1f756
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b397d2da-e2bd-44d1-96e4-f830f33a7397
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-06T10:35:31.898Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7d272c7-9953-4d14-bd2c-72ed0b2c2959 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:35:31.933Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T10:35:31.934Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T10:35:31.934Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T10:35:31.934Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c32775bc-7e86-4c10-817e-6aa696e10578 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T10:35:31.934Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-06T10:35:31.935Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T10:35:32.003Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-06T10:35:32.006Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c32775bc-7e86-4c10-817e-6aa696e10578 57796
2022-12-06T10:35:32.007Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-06T10:35:32.007Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T10:35:32.007Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T10:35:32.007Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:35:32.009Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:35:32.009Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322932006,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:35:32.109Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:35:32.110Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:35:32.110Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:35:32.125Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:35:32.126Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:35:33.010Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T10:35:33.011Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T10:35:33.011Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c32775bc-7e86-4c10-817e-6aa696e10578, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.011Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-06T10:35:33.012Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.012Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.224Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11719363304984702895/Definitions/service-BasicNetwork-template.yml
2022-12-06T10:35:33.835Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T10:35:33.836Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T10:35:33.836Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.836Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-06T10:35:33.836Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.837Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.837Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.837Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.837Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.837Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.837Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.837Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.837Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T10:35:33.837Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.838Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.838Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-06T10:35:33.838Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-06T10:35:33.838Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T10:35:33.838Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.838Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.839Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-06T10:35:33.839Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-06T10:35:33.839Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T10:35:33.839Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.839Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.839Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.839Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.840Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.840Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.840Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.840Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.840Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.840Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.841Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d7d272c7-9953-4d14-bd2c-72ed0b2c2959
Model Version:NULL
Model InvariantUuid:fd02da0b-6518-4b3d-ab45-0a074e1e54cb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:76d204e4-575b-4203-b43a-85dc68c1f756
Model UUID:0a9dc371-167d-4c94-a699-f7bd401b1768
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:bb45f223-f6e7-40f4-a3c7-de704bb64662
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-06T10:35:33.849Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: b397d2da-e2bd-44d1-96e4-f830f33a7397
2022-12-06T10:35:33.850Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||No resources found for Service: d7d272c7-9953-4d14-bd2c-72ed0b2c2959
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:35:33.857Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||
2022-12-06T10:35:33.857Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-06T10:35:33.858Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d7d272c7-9953-4d14-bd2c-72ed0b2c2959
2022-12-06T10:35:33.858Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d7d272c7-9953-4d14-bd2c-72ed0b2c2959
2022-12-06T10:35:33.858Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-06T10:35:33.859Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:35:33.864Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4eabc54, org.onap.sdc.toscaparser.api.parameters.Input@248653db, org.onap.sdc.toscaparser.api.parameters.Input@5e3e5636, org.onap.sdc.toscaparser.api.parameters.Input@186e417, org.onap.sdc.toscaparser.api.parameters.Input@505fe06f]
2022-12-06T10:35:33.866Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.866Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.866Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.866Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.867Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d7d272c7-9953-4d14-bd2c-72ed0b2c2959: Generic NeutronNet
2022-12-06T10:35:33.867Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.867Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.867Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.867Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-06T10:35:33.906Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.908Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.908Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.908Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.908Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:35:33.908Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:35:33.909Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-06T10:35:33.965Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-06T10:35:33.965Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-06T10:35:33.966Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T10:35:33.966Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T10:35:33.967Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:35:33.969Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:35:33.969Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322933965,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:35:34.072Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-06T10:35:34.073Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:35:34.073Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:35:34.082Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:35:34.082Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:35:34.970Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:35:34.988Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:35:34.999Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:35:34.999Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:35:34.999Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:36:05.005Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:36:05.020Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:36:05.021Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:36:05.022Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:36:05.022Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:36:29.211Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:36:29.213Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:36:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:36:29.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:36:29.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T10:36:29.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322929068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:36:29.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:36:35.024Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:36:35.032Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:36:35.043Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:36:35.043Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:36:35.043Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:37:05.044Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:37:05.052Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:37:05.054Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:37:05.054Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:37:05.054Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:37:29.212Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:37:29.213Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:37:29.215Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:37:29.245Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:37:29.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:37:29.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322930019,
"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=?
2022-12-06T10:37:29.258Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14a677d7-13ac-46fc-a9cb-0af27d31dc93
2022-12-06T10:37:29.258Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14a677d7-13ac-46fc-a9cb-0af27d31dc93 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:37:35.054Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:37:35.067Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:37:35.071Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:37:35.071Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:37:35.072Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:38:05.072Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:38:05.086Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:38:05.088Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:38:05.088Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T10:38:05.089Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T10:38:29.212Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:38:29.213Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:38:29.213Z||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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:38:29.245Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:38:29.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322929207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322929207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:38:29.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322930973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:38:29.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:38:29.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322932006,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:38:29.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:38:29.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322931978,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:38:29.261Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14a677d7-13ac-46fc-a9cb-0af27d31dc93
2022-12-06T10:38:29.261Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14a677d7-13ac-46fc-a9cb-0af27d31dc93 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:38:29.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "aai-model-loader",
"timestamp": 1670322932935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:38:29.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:38:29.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "aai-model-loader",
"timestamp": 1670322933938,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:38:29.284Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14a677d7-13ac-46fc-a9cb-0af27d31dc93
2022-12-06T10:38:29.284Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14a677d7-13ac-46fc-a9cb-0af27d31dc93 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:38:29.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670322933965,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T10:38:29.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:38:29.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "multicloud-k8s",
"timestamp": 1670322957589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322931024,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "aai-model-loader",
"timestamp": 1670322973957,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322931024,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "multicloud-k8s",
"timestamp": 1670322957589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "aai-model-loader",
"timestamp": 1670322973957,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322931024,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "multicloud-k8s",
"timestamp": 1670322957589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "aai-model-loader",
"timestamp": 1670322973957,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322931024,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "multicloud-k8s",
"timestamp": 1670322957589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "aai-model-loader",
"timestamp": 1670322973957,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322931024,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "multicloud-k8s",
"timestamp": 1670322957589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "aai-model-loader",
"timestamp": 1670322973957,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322981604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322931024,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "multicloud-k8s",
"timestamp": 1670322957589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "aai-model-loader",
"timestamp": 1670322973957,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322981604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322982945,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322931024,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "aai-model-loader",
"timestamp": 1670322973957,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "multicloud-k8s",
"timestamp": 1670322957589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322981604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322982945,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322931024,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:38:29.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "aai-model-loader",
"timestamp": 1670322973957,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:38:29.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "multicloud-k8s",
"timestamp": 1670322957589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:38:29.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322981604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322982945,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5fb4401d-726b-403c-8c7d-63aa77d640ec",
"consumerID": "multicloud-k8s",
"timestamp": 1670322984994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322986366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:38:29.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:38:29.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "aai-model-loader",
"timestamp": 1670322986207,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:38:29.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T10:38:29.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322981604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322982945,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5fb4401d-726b-403c-8c7d-63aa77d640ec",
"consumerID": "multicloud-k8s",
"timestamp": 1670322984994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T10:38:29.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322987371,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:38:29.316Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 52596905-4a1e-4992-986b-a4b0084cc59a
2022-12-06T10:38:29.316Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52596905-4a1e-4992-986b-a4b0084cc59a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T10:38:29.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322981604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322982945,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5fb4401d-726b-403c-8c7d-63aa77d640ec",
"consumerID": "multicloud-k8s",
"timestamp": 1670322984994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-06T10:38:29.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5fb4401d-726b-403c-8c7d-63aa77d640ec",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322988373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670322981604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670322982945,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-12-06T10:38:29.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5fb4401d-726b-403c-8c7d-63aa77d640ec",
"consumerID": "multicloud-k8s",
"timestamp": 1670322984994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:29.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T10:38:29.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5fb4401d-726b-403c-8c7d-63aa77d640ec",
"consumerID": "cds-sdc-listener",
"timestamp": 1670322988373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:38:29.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-06T10:38:35.089Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:38:35.101Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-06T10:38:35.103Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T10:38:35.103Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T10:38:35.104Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T10:38:35.104Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T10:38:35.104Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:38:35.104Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:38:35.105Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:38:35.105Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T10:38:35.106Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T10:38:35.110Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T10:39:05.111Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-06T10:39:05.122Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14a677d7-13ac-46fc-a9cb-0af27d31dc93 and serviceModelVersionId: d7d272c7-9953-4d14-bd2c-72ed0b2c2959
2022-12-06T10:39:05.123Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd02da0b-6518-4b3d-ab45-0a074e1e54cb
2022-12-06T10:39:05.126Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd02da0b-6518-4b3d-ab45-0a074e1e54cb/model-vers/model-ver/d7d272c7-9953-4d14-bd2c-72ed0b2c2959?depth=0
2022-12-06T10:39:05.137Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T10:39:05.226Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd02da0b-6518-4b3d-ab45-0a074e1e54cb/model-vers/model-ver/d7d272c7-9953-4d14-bd2c-72ed0b2c2959?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-06T10:39:05.229Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd02da0b-6518-4b3d-ab45-0a074e1e54cb/model-vers/model-ver/d7d272c7-9953-4d14-bd2c-72ed0b2c2959?depth=0|INFO|500||Invoke
2022-12-06T10:39:05.256Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd02da0b-6518-4b3d-ab45-0a074e1e54cb/model-vers/model-ver/d7d272c7-9953-4d14-bd2c-72ed0b2c2959?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-06T10:39:05.360Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd02da0b-6518-4b3d-ab45-0a074e1e54cb/model-vers/model-ver/d7d272c7-9953-4d14-bd2c-72ed0b2c2959?depth=0|INFO|500||InvokeReturn
2022-12-06T10:39:05.361Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd02da0b-6518-4b3d-ab45-0a074e1e54cb/model-vers/model-ver/d7d272c7-9953-4d14-bd2c-72ed0b2c2959?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 10:39:05 GMT], content-length=[0], vertex-id=[184344], x-aai-txid=[0-aai-resources-221206-10:39:05:048-12143], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T10:39:05.361Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-06T10:39:05.362Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T10:39:05.362Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:39:05.370Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-06T10:39:05.371Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14a677d7-13ac-46fc-a9cb-0af27d31dc93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T10:39:05.372Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T10:39:05.372Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:39:05.376Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:39:05.376Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14a677d7-13ac-46fc-a9cb-0af27d31dc93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670323145371,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T10:39:05.476Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:39:05.481Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:39:05.481Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:39:05.494Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:39:05.495Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-06T10:39:06.387Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T10:39:06.388Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T10:39:06.388Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|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 zZsY1QBO4LMQbYWc) ...
2022-12-06T10:39:12.007Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:39:12.009Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T10:39:12.009Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"52596905-4a1e-4992-986b-a4b0084cc59a","serviceName":"Demo_pNF_8urwf9JfX2XiR8ANfxqH","serviceVersion":"1.0","serviceUUID":"5c4b43f5-17de-4651-b4c1-45ac386aa2df","serviceDescription":"catalog service description","serviceInvariantUUID":"5afb7b31-84c9-4e92-ad9d-88ea47013c50","resources":[{"resourceInstanceName":"pNF 785fe707-2709 0","resourceName":"pNF 785fe707-2709","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"967e26e1-7309-4494-83ae-01735b2c385e","resourceInvariantUUID":"77f1292e-10bb-4dbe-8772-93f4f7ce5bf1","resourceCustomizationUUID":"e657a6d8-9ef1-411f-85fa-68bc62a1fbae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vf-license-model.xml","artifactChecksum":"ZmU4YTkxYzYxMDExMDBiYWY4MmM3MzdjMmQwMjg1Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7818766-b6f1-4239-9d00-45a0350d6b9b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/pNF.csar","artifactChecksum":"YTJmOGU5NjBlYTMxNTNjOGU3NjAyNzZkN2EyNDQ3MjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5d8aac2-57b7-44c8-9a3f-0f17cc6ade85","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82535980-f4e2-43db-a19a-ec7648d99e08","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vendor-license-model.xml","artifactChecksum":"MTc2Nzg1ZWQ3ZWJlMjM1OGI1NWNhNjE1YjNiMjRjNmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"07695385-1be6-451b-9cc5-b10f30ececd1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9661d22-acd3-489e-8fe5-a0b414317ab2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9421efc8-4f9b-4268-b31d-e36d58e27506","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8urwf9jfx2xir8anfxqh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-template.yml","artifactChecksum":"NzZmYWQ4YzUzMGYyZWRkOTZlNWYzYTY1OWRkYzAyMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64839cd3-2a78-4d5a-b354-f4addd434b3f","artifactVersion":"1"},{"artifactName":"service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar","artifactChecksum":"NGNhYmM5ZjgyNWQ5MThmNmJjN2NiZjM4ZjNkMmE0M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1713029d-649c-428d-9ce0-aca6203526ea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T10:39:12.012Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:39:12.013Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:39:12.015Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:39:12.015Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670323146387,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:39:12.115Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:39:12.117Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:39:12.117Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:39:12.126Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:39:12.126Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:39:13.016Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:39:13.018Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:39:13.021Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:39:13.021Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670323146387,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:39:13.121Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:39:13.122Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:39:13.123Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:39:13.139Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:39:13.140Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:39:14.022Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:39:14.023Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:39:14.025Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:39:14.025Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670323146387,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:39:14.125Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:39:14.127Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:39:14.127Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:39:14.137Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:39:14.138Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:39:15.026Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:39:15.029Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:39:15.031Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:39:15.031Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670323146387,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:39:15.132Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T10:39:15.133Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:39:15.133Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:39:15.145Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:39:15.145Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:39:16.032Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:39:16.033Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:39:16.035Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:39:16.035Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670323146387,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:39:16.135Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:39:16.136Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:39:16.137Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:39:16.148Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:39:16.149Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:39:17.035Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:39:17.036Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:39:17.038Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:39:17.039Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670323146387,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/resourceInstances/pnf785fe70727090/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:39:17.139Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:39:17.140Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:39:17.140Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:39:17.154Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:39:17.154Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-06T10:39:18.039Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:39:18.040Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:39:18.043Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:39:18.043Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670323146387,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T10:39:18.143Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T10:39:18.144Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:39:18.144Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:39:18.163Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:39:18.164Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:39:19.043Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T10:39:19.044Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:39:19.047Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:39:19.047Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670323146387,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T10:39:19.147Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T10:39:19.148Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:39:19.149Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:39:19.158Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:39:19.159Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:39:20.049Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"serviceName": "Demo_pNF_8urwf9JfX2XiR8ANfxqH",
"serviceVersion": "1.0",
"serviceUUID": "5c4b43f5-17de-4651-b4c1-45ac386aa2df",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5afb7b31-84c9-4e92-ad9d-88ea47013c50",
"resources": [
{
"resourceInstanceName": "pNF 785fe707-2709 0",
"resourceCustomizationUUID": "e657a6d8-9ef1-411f-85fa-68bc62a1fbae",
"resourceName": "pNF 785fe707-2709",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "967e26e1-7309-4494-83ae-01735b2c385e",
"resourceInvariantUUID": "77f1292e-10bb-4dbe-8772-93f4f7ce5bf1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar",
"artifactChecksum": "NGNhYmM5ZjgyNWQ5MThmNmJjN2NiZjM4ZjNkMmE0M2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1713029d-649c-428d-9ce0-aca6203526ea"
}
],
"workloadContext": "Production"
}
2022-12-06T10:39:20.049Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T10:39:20.049Z|14a677d7-13ac-46fc-a9cb-0af27d31dc93|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5c4b43f5-17de-4651-b4c1-45ac386aa2df ASDC
2022-12-06T10:39:20.050Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:52596905-4a1e-4992-986b-a4b0084cc59a
ServiceName:Demo_pNF_8urwf9JfX2XiR8ANfxqH
ServiceVersion:1.0
ServiceUUID:5c4b43f5-17de-4651-b4c1-45ac386aa2df
ServiceInvariantUUID:5afb7b31-84c9-4e92-ad9d-88ea47013c50
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
ArtifactUUID:1713029d-649c-428d-9ce0-aca6203526ea
ArtifactChecksum:NGNhYmM5ZjgyNWQ5MThmNmJjN2NiZjM4ZjNkMmE0M2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 785fe707-2709 0
ResourceCustomizationUUID:e657a6d8-9ef1-411f-85fa-68bc62a1fbae
ResourceInvariantUUID:77f1292e-10bb-4dbe-8772-93f4f7ce5bf1
ResourceName:pNF 785fe707-2709
ResourceType:PNF
ResourceUUID:967e26e1-7309-4494-83ae-01735b2c385e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-06T10:39:20.051Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c4b43f5-17de-4651-b4c1-45ac386aa2df ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-06T10:39:20.073Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T10:39:20.074Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T10:39:20.074Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T10:39:20.076Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1713029d-649c-428d-9ce0-aca6203526ea from URL: /sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:20.076Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-06T10:39:20.077Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:20.203Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-06T10:39:20.210Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar 1713029d-649c-428d-9ce0-aca6203526ea 88014
2022-12-06T10:39:20.211Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar ASDC sendASDCNotification
2022-12-06T10:39:20.211Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:20.211Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T10:39:20.212Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T10:39:20.215Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T10:39:20.215Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "52596905-4a1e-4992-986b-a4b0084cc59a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670323160211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T10:39:20.315Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T10:39:20.317Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-06T10:39:20.317Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zZsY1QBO4LMQbYWc) ...
2022-12-06T10:39:20.350Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T10:39:20.351Z||pool-48-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-06T10:39:21.216Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T10:39:21.217Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T10:39:21.217Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1713029d-649c-428d-9ce0-aca6203526ea, URL: /sdc/v1/catalog/services/DemoPnf8urwf9jfx2xir8anfxqh/1.0/artifacts/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar to file: /app/ASDC/1/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:21.218Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:21.218Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:21.218Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:21.437Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6819137652900676554/Definitions/service-DemoPnf8urwf9jfx2xir8anfxqh-template.yml
2022-12-06T10:39:22.371Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T10:39:22.372Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T10:39:22.372Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:22.372Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T10:39:22.372Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||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-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:22.372Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:22.372Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||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-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:22.372Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||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-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:22.372Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||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-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:22.372Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 785fe707-2709 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-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:22.372Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||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-DemoPnf8urwf9jfx2xir8anfxqh-csar.csar
2022-12-06T10:39:22.373Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T10:39:22.373Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:39:22.373Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8urwf9JfX2XiR8ANfxqH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:39:22.373Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Node template pNF 785fe707-2709 0 is matching search criteria
2022-12-06T10:39:22.374Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-06T10:39:22.374Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 785fe707-2709 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T10:39:22.374Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:39:22.374Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8urwf9JfX2XiR8ANfxqH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:39:22.374Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Node template pNF 785fe707-2709 0 is matching search criteria
2022-12-06T10:39:22.375Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-06T10:39:22.375Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 785fe707-2709 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T10:39:22.375Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:39:22.375Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8urwf9JfX2XiR8ANfxqH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:39:22.375Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:39:22.375Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8urwf9JfX2XiR8ANfxqH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:39:22.376Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:39:22.376Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8urwf9JfX2XiR8ANfxqH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:39:22.376Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:39:22.376Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8urwf9JfX2XiR8ANfxqH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:39:22.376Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:39:22.376Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8urwf9JfX2XiR8ANfxqH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:39:22.377Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_8urwf9JfX2XiR8ANfxqH
Description:catalog service description
Model UUID:5c4b43f5-17de-4651-b4c1-45ac386aa2df
Model Version:NULL
Model InvariantUuid:5afb7b31-84c9-4e92-ad9d-88ea47013c50
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-06T10:39:22.385Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 967e26e1-7309-4494-83ae-01735b2c385e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:39:22.388Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||pNF 785fe707-2709 0
2022-12-06T10:39:22.388Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 967e26e1-7309-4494-83ae-01735b2c385e
2022-12-06T10:39:22.389Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 5c4b43f5-17de-4651-b4c1-45ac386aa2df
2022-12-06T10:39:22.389Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5c4b43f5-17de-4651-b4c1-45ac386aa2df
2022-12-06T10:39:22.389Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 785fe707-2709 0 967e26e1-7309-4494-83ae-01735b2c385e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T10:39:22.393Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4806d8d9, org.onap.sdc.toscaparser.api.parameters.Input@17d94f10, org.onap.sdc.toscaparser.api.parameters.Input@6e32516c, org.onap.sdc.toscaparser.api.parameters.Input@12942ab8, org.onap.sdc.toscaparser.api.parameters.Input@6c2af823]
2022-12-06T10:39:22.393Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T10:39:22.394Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8urwf9JfX2XiR8ANfxqH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T10:39:22.394Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5c4b43f5-17de-4651-b4c1-45ac386aa2df: pNF 785fe707-2709
2022-12-06T10:39:22.394Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||INFO|500||Processing PNF resource: 967e26e1-7309-4494-83ae-01735b2c385e
2022-12-06T10:39:22.394Z|52596905-4a1e-4992-986b-a4b0084cc59a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery