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-06-09T11:35:05.663Z||main|||||INFO|500||The following profiles are active: basic
2022-06-09T11:35:30.658Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-09T11:35:30.659Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-09T11:35:30.920Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-09T11:35:38.505Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-09T11:35:39.237Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-09T11:35:40.214Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-09T11:35:40.239Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-09T11:35:40.568Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-09T11:35:40.999Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-09T11:35:42.138Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-09T11:35:45.705Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-09T11:35:49.845Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-09T11:35:49.968Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-09T11:35:51.086Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-09T11:35:51.520Z||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-06-09T11:35:54.035Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-09T11:35:55.883Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-09T11:35:55.912Z||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$$b3d2088f.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-06-09T11:35:55.914Z||main|||||WARN|500||The sdc end point is not alive
2022-06-09T11:36:02.294Z||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-06-09T11:36:08.232Z||main|||||WARN|500||---
2022-06-09T11:36:08.233Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-09T11:36:08.234Z||main|||||WARN|500||---
2022-06-09T11:36:09.159Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-09T11:36:18.999Z||main|||||INFO|500||Started Application in 80.072 seconds (JVM running for 84.289)
2022-06-09T11:36:19.035Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-09T11:36:19.037Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-09T11:36:19.067Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-09T11:36:19.115Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-09T11:36:19.187Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5609e1ef-281c-4b89-a0d0-9d341341a6f6 url= /sdc/v1/artifactTypes
2022-06-09T11:36:19.188Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-09T11:36:19.595Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-09T11:36:19.652Z||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-06-09T11:36:19.687Z||scheduling-1|||||DEBUG|500||create keys
2022-06-09T11:36:19.745Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-09T11:36:19.786Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:36:19.824Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 14356462-c1fa-43b2-9ad3-d077658f094a url= /sdc/v1/registerForDistribution
2022-06-09T11:36:19.956Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 14356462-c1fa-43b2-9ad3-d077658f094a url= /sdc/v1/registerForDistribution
2022-06-09T11:36:19.958Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-09T11:36:19.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:36:19.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:36:19.989Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-09T11:36:20.033Z||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-06-09T11:36:20.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T11:36:20.035Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:36:20.035Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T11:36:30.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:36:30.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:37:19.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:37:19.974Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T11:37:19.974Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T11:37:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:37:19.977Z||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-06-09T11:37:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:37:29.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:37:29.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:38:19.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:38:19.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:38:19.977Z||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-06-09T11:38:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:38:19.977Z||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-06-09T11:38:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:38:29.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:38:29.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:39:19.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:39:19.975Z||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-06-09T11:39:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:39:19.976Z||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-06-09T11:39:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:39:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:39:29.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:39:29.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:40:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:40:19.972Z||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-06-09T11:40:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:40:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:40:19.978Z||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-06-09T11:40:19.979Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:40:29.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:40:29.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:41:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:41:19.972Z||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-06-09T11:41:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:41:19.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:41:19.976Z||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-06-09T11:41:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:41:29.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:41:29.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:42:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:42:19.972Z||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-06-09T11:42:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:42:19.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:42:20.010Z||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-06-09T11:42:20.011Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:42:29.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:42:29.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:43:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:43:19.973Z||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-06-09T11:43:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:43:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:43:19.984Z||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-06-09T11:43:19.985Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:43:29.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:43:29.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:44:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:44:19.972Z||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-06-09T11:44:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:44:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:44:19.976Z||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-06-09T11:44:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:44:29.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:44:29.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:45:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:45:19.971Z||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-06-09T11:45:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:45:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:45:19.976Z||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-06-09T11:45:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:45:29.524Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:45:29.526Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:45:43.601Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-09T11:46:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:46:19.972Z||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-06-09T11:46:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:46:19.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:46:19.977Z||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-06-09T11:46:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:46:29.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:46:29.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:47:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:47:19.972Z||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-06-09T11:47:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:47:19.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:47:19.984Z||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-06-09T11:47:19.985Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:47:29.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:47:29.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:48:19.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:48:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:48:19.976Z||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-06-09T11:48:19.976Z||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-06-09T11:48:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:48:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:48:29.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:48:29.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:49:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:49:19.972Z||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-06-09T11:49:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:49:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:49:19.977Z||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-06-09T11:49:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:49:29.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:49:29.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:50:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:50:19.971Z||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-06-09T11:50:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:50:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:50:19.976Z||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-06-09T11:50:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:50:29.524Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:50:29.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:51:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:51:19.971Z||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-06-09T11:51:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:51:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:51:19.975Z||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-06-09T11:51:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:51:29.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:51:29.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:52:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:52:19.972Z||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-06-09T11:52:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:52:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:52:19.978Z||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-06-09T11:52:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:52:29.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:52:29.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:53:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:53:19.971Z||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-06-09T11:53:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:53:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:53:19.976Z||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-06-09T11:53:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:53:29.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:53:29.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:54:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:54:19.972Z||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-06-09T11:54:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:54:19.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:54:19.977Z||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-06-09T11:54:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:54:29.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:54:29.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:55:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:55:19.971Z||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-06-09T11:55:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:55:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:55:19.976Z||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-06-09T11:55:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:55:29.526Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:55:29.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:56:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:56:19.971Z||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-06-09T11:56:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:56:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:56:19.976Z||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-06-09T11:56:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:56:29.529Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:56:29.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:57:19.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:57:19.972Z||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-06-09T11:57:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:57:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:57:19.975Z||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-06-09T11:57:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:57:29.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:57:29.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:58:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:58:19.972Z||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-06-09T11:58:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:58:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:58:19.977Z||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-06-09T11:58:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:58:29.524Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:58:29.524Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:59:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:59:19.971Z||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-06-09T11:59:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:59:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:59:19.976Z||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-06-09T11:59:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:59:29.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T11:59:29.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:00:19.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:00:19.974Z||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-06-09T12:00:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:00:19.975Z||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-06-09T12:00:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:00:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:00:29.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:00:29.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:01:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:01:19.972Z||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-06-09T12:01:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:01:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:01:19.976Z||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-06-09T12:01:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:01:29.528Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:01:29.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:02:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:02:19.971Z||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-06-09T12:02:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:02:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:02:19.976Z||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-06-09T12:02:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:02:29.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:02:29.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:03:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:03:19.971Z||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-06-09T12:03:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:03:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:03:19.976Z||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-06-09T12:03:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:03:29.521Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:03:29.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:04:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:04:19.971Z||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-06-09T12:04:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:04:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:04:19.976Z||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-06-09T12:04:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:04:29.520Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:04:29.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:05:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:05:19.972Z||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-06-09T12:05:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:05:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:05:19.977Z||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-06-09T12:05:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:05:29.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:05:29.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:06:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:06:19.971Z||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-06-09T12:06:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:06:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:06:19.976Z||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-06-09T12:06:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:06:29.524Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:06:29.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:07:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:07:19.971Z||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-06-09T12:07:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:07:19.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:07:19.976Z||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-06-09T12:07:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:07:29.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:07:29.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:08:19.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:08:19.971Z||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-06-09T12:08:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:08:19.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:08:19.980Z||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-06-09T12:08:19.980Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:08:29.521Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:08:29.527Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:09:19.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:09:19.971Z||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-06-09T12:09:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:09:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:09:19.976Z||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-06-09T12:09:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:09:29.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:09:29.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:10:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:10:19.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:10:19.971Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:10:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:10:19.976Z||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-06-09T12:10:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:10:29.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:10:29.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:11:19.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:11:19.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:11:19.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:11:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:11:19.976Z||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-06-09T12:11:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:11:29.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:11:29.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:12:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:12:19.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:12:19.971Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:12:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:12:19.977Z||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-06-09T12:12:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:12:29.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:12:29.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:13:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:13:19.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:13:19.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:13:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:13:19.976Z||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-06-09T12:13:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:13:29.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:13:29.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:14:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:14:19.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:14:19.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:14:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:14:19.976Z||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-06-09T12:14:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:14:29.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:14:29.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:15:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:15:19.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:15:19.971Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:15:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:15:19.976Z||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-06-09T12:15:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:15:29.528Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:15:29.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:16:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:16:19.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:16:19.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:16:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:16:19.976Z||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-06-09T12:16:19.980Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:16:29.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:16:29.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:17:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:17:19.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:17:19.971Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:17:19.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:17:19.976Z||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-06-09T12:17:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:17:29.574Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:17:29.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:18:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:18:19.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:18:19.971Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:18:19.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:18:19.977Z||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-06-09T12:18:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:18:29.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:18:29.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:19:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:19:19.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:19:19.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:19:19.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:19:19.976Z||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-06-09T12:19:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:19:29.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:19:29.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:20:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:20:19.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:20:19.971Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:20:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:20:19.976Z||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-06-09T12:20:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:20:29.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:20:29.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:21:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:21:19.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:21:19.971Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:21:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:21:19.976Z||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-06-09T12:21:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:21:29.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:21:29.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:22:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:22:19.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:22:19.971Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:22:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:22:19.978Z||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-06-09T12:22:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:22:29.525Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:22:29.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:23:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:23:19.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:23:19.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:23:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:23:19.976Z||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-06-09T12:23:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:23:29.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:23:29.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:24:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:24:19.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:24:19.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:24:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:24:19.976Z||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-06-09T12:24:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:24:29.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:24:29.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:25:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:25:19.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:25:19.971Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:25:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:25:19.976Z||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-06-09T12:25:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:25:29.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:25:29.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:26:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:26:19.972Z||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-06-09T12:26:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:26:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:26:19.976Z||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-06-09T12:26:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:26:29.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:26:29.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:27:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:27:19.974Z||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-06-09T12:27:19.974Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:27:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:27:19.977Z||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-06-09T12:27:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:27:29.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:27:29.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:28:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:28:19.971Z||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-06-09T12:28:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:28:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:28:19.977Z||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-06-09T12:28:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:28:29.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:28:29.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:29:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:29:19.971Z||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-06-09T12:29:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:29:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:29:19.976Z||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-06-09T12:29:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:29:29.523Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:29:29.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:30:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:30:19.971Z||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-06-09T12:30:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:30:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:30:19.976Z||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-06-09T12:30:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:30:29.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:30:29.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:31:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:31:19.971Z||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-06-09T12:31:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:31:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:31:19.976Z||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-06-09T12:31:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:31:29.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:31:29.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:32:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:32:19.971Z||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-06-09T12:32:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:32:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:32:19.976Z||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-06-09T12:32:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:32:29.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:32:29.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:33:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:33:19.971Z||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-06-09T12:33:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:33:19.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:33:19.976Z||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-06-09T12:33:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:33:29.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:33:29.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:34:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:34:19.971Z||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-06-09T12:34:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:34:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:34:19.976Z||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-06-09T12:34:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:34:29.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:34:29.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:35:19.971Z||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-06-09T12:35:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:35:19.976Z||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-06-09T12:35:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:20.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:20.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"05823dd2-72f1-404e-b9f5-672b4c141663","serviceName":"vFW 2022-06-09 12-33-20","serviceVersion":"1.0","serviceUUID":"327702b9-cfa1-4b3a-a293-536813971995","serviceDescription":"catalog service description","serviceInvariantUUID":"1fe2cb20-5a64-400a-954c-6d68b329b59e","resources":[{"resourceInstanceName":"vFW 4f301ead-1023 0","resourceName":"vFW 4f301ead-1023","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ab1067e-f1e9-411a-9a58-9a20b2119a98","resourceInvariantUUID":"cafe5b21-a78e-41b2-97ea-e7c23922fb02","resourceCustomizationUUID":"dba37fa6-8d4f-4245-9fb6-1b5a854de5d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml","artifactChecksum":"MDQ5ZDVmMGU5ZTM0Nzg0NGQ0NGQ5MTRiNGU2Mjk2YTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df975bc6-bc9f-49b8-bf88-f5e7d729d975","artifactVersion":"1"},{"artifactName":"vfw4f301ead10230_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json","artifactChecksum":"MmE4NDdiOTQ5ZjJmMzg1ZDYwMzcyM2JhZDBkNWMxYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"54e078c5-15bb-4a97-a63d-43f88d00f985","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"38478793-d2be-4d55-b70f-19c91de4d6af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml","artifactChecksum":"MzYyYWZiZmYyNDhhMTRmMDJiZjkxYjY0ZGYyNzE1YTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"52f2d9b3-9585-44de-b7f5-132e7438b236","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88e2218c-adc2-43b4-b59c-38707892f6b8","artifactVersion":"2","generatedFromUUID":"38478793-d2be-4d55-b70f-19c91de4d6af"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220609123320-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml","artifactChecksum":"ZDlhYWY3MTI3NDNkMGZkY2VmMWUzNzRkNmVlNDM2YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a064298-b8d8-41bd-86e9-a079cfe944d2","artifactVersion":"1"},{"artifactName":"service-Vfw20220609123320-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar","artifactChecksum":"NDg3YmQ4YWNmZDcwNTYzNmExMjJkMzY2MWE0OWE0ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6683b3c8-91e2-4fff-81d8-33706bc9a92a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T12:35:20.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:20.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "clamp",
"timestamp": 1654778088571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.639Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:20.648Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:20.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.662Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:20.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778091503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.662Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "clamp",
"timestamp": 1654778088571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "NOTIFIED"
}
2022-06-09T12:35:20.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778091503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "NOTIFIED"
}
2022-06-09T12:35:20.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "clamp",
"timestamp": 1654778088571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778091503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-09T12:35:20.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "cds",
"timestamp": 1654778098499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "clamp",
"timestamp": 1654778088571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778091503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "cds",
"timestamp": 1654778098499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "clamp",
"timestamp": 1654778088571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778091503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-09T12:35:20.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "cds",
"timestamp": 1654778098499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "clamp",
"timestamp": 1654778088571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778091503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "cds",
"timestamp": 1654778098499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "clamp",
"timestamp": 1654778088571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:35:20.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778091503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:35:20.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "cds",
"timestamp": 1654778098499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778103083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:20.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:20.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778103282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "cds",
"timestamp": 1654778098499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778102566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778104272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778103282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "cds",
"timestamp": 1654778098499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:35:20.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778102566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778103282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "aai-ml",
"timestamp": 1654778104694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778105578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:20.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:20.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "cds",
"timestamp": 1654778106542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:20.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:20.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778102566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "policy-id",
"timestamp": 1654778105151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778103282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "aai-ml",
"timestamp": 1654778104694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:20.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778106661,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-06-09T12:35:20.762Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
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-06-09T12:35:20.767Z||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-06-09T12:35:20.767Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:20.788Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:20.789Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T12:35:20.943Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:35:20.976Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:35:21.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778102566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "cds",
"timestamp": 1654778107593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-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-06-09T12:35:21.026Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:35:21.026Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:35:21.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "policy-id",
"timestamp": 1654778105151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778103282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "aai-ml",
"timestamp": 1654778104694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778107666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778102566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "policy-id",
"timestamp": 1654778105151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778103282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "aai-ml",
"timestamp": 1654778104694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778102566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "policy-id",
"timestamp": 1654778105151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778103282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "aai-ml",
"timestamp": 1654778104694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778102566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "policy-id",
"timestamp": 1654778105151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "aai-ml",
"timestamp": 1654778104694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "policy-id",
"timestamp": 1654778105151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778110545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "aai-ml",
"timestamp": 1654778104694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "policy-id",
"timestamp": 1654778105151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "aai-ml",
"timestamp": 1654778112619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "policy-id",
"timestamp": 1654778113070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "policy-id",
"timestamp": 1654778114094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "clamp",
"timestamp": 1654778114784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "policy-id",
"timestamp": 1654778115104,
"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-06-09T12:35:21.057Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:35:21.058Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-09T12:35:21.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "clamp",
"timestamp": 1654778116795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778116452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "clamp",
"timestamp": 1654778117801,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T12:35:21.091Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:35:21.091Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T12:35:21.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778117457,
"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-06-09T12:35:21.110Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:35:21.110Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:35:21.672Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:21.673Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:21.677Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:21.677Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "NOTIFIED"
}
2022-06-09T12:35:21.777Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:21.778Z||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-06-09T12:35:21.778Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:21.803Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:21.804Z||pool-4-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:22.678Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:22.678Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:22.681Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:22.681Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-09T12:35:22.782Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:22.783Z||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-06-09T12:35:22.783Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:22.799Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:22.800Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:23.682Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:23.684Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:23.687Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:23.687Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:23.787Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:23.789Z||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-06-09T12:35:23.789Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:23.818Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:23.819Z||pool-6-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:24.688Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:24.689Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:24.692Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:24.692Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-09T12:35:24.792Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:35:24.794Z||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-06-09T12:35:24.795Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:24.818Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:24.819Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:25.693Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:25.694Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:25.697Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:25.697Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:35:25.797Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:35:25.799Z||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-06-09T12:35:25.799Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:25.819Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:25.820Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:35:26.698Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:26.699Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:26.704Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:26.704Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:35:26.802Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-09T12:35:26.803Z||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-06-09T12:35:26.803Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:26.821Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:26.822Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:27.707Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"serviceName": "vFW 2022-06-09 12-33-20",
"serviceVersion": "1.0",
"serviceUUID": "327702b9-cfa1-4b3a-a293-536813971995",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1fe2cb20-5a64-400a-954c-6d68b329b59e",
"resources": [
{
"resourceInstanceName": "vFW 4f301ead-1023 0",
"resourceCustomizationUUID": "dba37fa6-8d4f-4245-9fb6-1b5a854de5d8",
"resourceName": "vFW 4f301ead-1023",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4ab1067e-f1e9-411a-9a58-9a20b2119a98",
"resourceInvariantUUID": "cafe5b21-a78e-41b2-97ea-e7c23922fb02",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4f301ead10230_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"artifactChecksum": "MmE4NDdiOTQ5ZjJmMzg1ZDYwMzcyM2JhZDBkNWMxYWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "54e078c5-15bb-4a97-a63d-43f88d00f985",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "38478793-d2be-4d55-b70f-19c91de4d6af",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "88e2218c-adc2-43b4-b59c-38707892f6b8",
"generatedFromUUID": "38478793-d2be-4d55-b70f-19c91de4d6af"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "88e2218c-adc2-43b4-b59c-38707892f6b8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220609123320-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"artifactChecksum": "NDg3YmQ4YWNmZDcwNTYzNmExMjJkMzY2MWE0OWE0ZjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6683b3c8-91e2-4fff-81d8-33706bc9a92a"
}
],
"workloadContext": "Production"
}
2022-06-09T12:35:27.709Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T12:35:27.710Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 327702b9-cfa1-4b3a-a293-536813971995 ASDC
2022-06-09T12:35:27.863Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:05823dd2-72f1-404e-b9f5-672b4c141663
ServiceName:vFW 2022-06-09 12-33-20
ServiceVersion:1.0
ServiceUUID:327702b9-cfa1-4b3a-a293-536813971995
ServiceInvariantUUID:1fe2cb20-5a64-400a-954c-6d68b329b59e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220609123320-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar
ArtifactUUID:6683b3c8-91e2-4fff-81d8-33706bc9a92a
ArtifactChecksum:NDg3YmQ4YWNmZDcwNTYzNmExMjJkMzY2MWE0OWE0ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4f301ead-1023 0
ResourceCustomizationUUID:dba37fa6-8d4f-4245-9fb6-1b5a854de5d8
ResourceInvariantUUID:cafe5b21-a78e-41b2-97ea-e7c23922fb02
ResourceName:vFW 4f301ead-1023
ResourceType:VF
ResourceUUID:4ab1067e-f1e9-411a-9a58-9a20b2119a98
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4f301ead10230_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json
ArtifactUUID:54e078c5-15bb-4a97-a63d-43f88d00f985
ArtifactChecksum:MmE4NDdiOTQ5ZjJmMzg1ZDYwMzcyM2JhZDBkNWMxYWQ=
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/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml
ArtifactUUID:38478793-d2be-4d55-b70f-19c91de4d6af
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/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
ArtifactUUID:88e2218c-adc2-43b4-b59c-38707892f6b8
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/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
ArtifactUUID:88e2218c-adc2-43b4-b59c-38707892f6b8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-09T12:35:27.864Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 327702b9-cfa1-4b3a-a293-536813971995 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-06-09T12:35:27.948Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:35:27.950Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-09T12:35:27.952Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-09T12:35:27.953Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6683b3c8-91e2-4fff-81d8-33706bc9a92a from URL: /sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:27.953Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-09T12:35:27.955Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:28.189Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-09T12:35:28.221Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar 6683b3c8-91e2-4fff-81d8-33706bc9a92a 98997
2022-06-09T12:35:28.223Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar ASDC sendASDCNotification
2022-06-09T12:35:28.223Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:28.224Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:35:28.226Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:28.229Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:28.229Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778128222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:28.329Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:35:28.331Z||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-06-09T12:35:28.331Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:28.351Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:28.351Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:29.230Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:35:29.232Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-09T12:35:29.233Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6683b3c8-91e2-4fff-81d8-33706bc9a92a, URL: /sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar to file: /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:29.234Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220609123320-csar.csar
2022-06-09T12:35:29.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:29.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:30.443Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7577132885438016762/Definitions/service-Vfw20220609123320-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-09T12:35:34.336Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T12:35:34.342Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-09T12:35:34.343Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.343Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-09T12:35:34.343Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.344Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.344Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4f301ead-1023 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.344Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.344Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.345Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.345Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.345Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.345Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.346Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.346Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.346Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.346Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.347Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-09T12:35:34.354Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.355Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.360Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:34.361Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-09T12:35:34.362Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:35:34.364Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.364Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.365Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:34.365Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-09T12:35:34.365Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:35:34.366Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.366Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.370Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.371Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:34.371Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:34.371Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:34.371Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T12:35:34.372Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.372Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.372Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.373Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T12:35:34.373Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T12:35:34.373Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T12:35:34.374Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.374Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.374Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T12:35:34.374Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.375Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T12:35:34.375Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.375Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-09T12:35:34.375Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.376Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:35:34.378Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.378Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:34.378Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:34.379Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.379Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:34.379Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:34.380Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.380Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:34.380Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:34.380Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.381Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:34.381Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:34.381Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:34.381Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-09T12:35:34.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T12:35:34.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T12:35:34.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T12:35:34.383Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.383Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T12:35:34.383Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.383Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=46b4d278-70ea-4d5b-8d36-bc20fd4d1643
2022-06-09T12:35:34.384Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.384Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:34.384Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:34.384Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:34.385Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T12:35:34.385Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.385Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.385Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.386Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T12:35:34.386Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-09T12:35:34.386Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T12:35:34.386Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.387Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T12:35:34.387Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.387Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf96b7ec-f6b5-48ab-abb5-126dc831704d
2022-06-09T12:35:34.387Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.387Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:34.388Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:34.388Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:34.388Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T12:35:34.388Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.389Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.389Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.389Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T12:35:34.389Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T12:35:34.389Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T12:35:34.390Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.390Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.390Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-09T12:35:34.390Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=afb15e4d-9e70-4453-9a29-72c3663c3c67
2022-06-09T12:35:34.391Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.391Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.391Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.391Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.391Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.392Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.392Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:34.392Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.392Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-09 12-33-20
Description:catalog service description
Model UUID:327702b9-cfa1-4b3a-a293-536813971995
Model Version:NULL
Model InvariantUuid:1fe2cb20-5a64-400a-954c-6d68b329b59e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4f301ead-1023
Model UUID:3d105974-7439-4397-92ce-ef311cd13652
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cafe5b21-a78e-41b2-97ea-e7c23922fb02
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:dba37fa6-8d4f-4245-9fb6-1b5a854de5d8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0896f000-3995-43ec-ab0f-209ae53ff5c3
ModelName:Vfw4f301ead1023..base_vfw..module-0
ModelUuid:1e097421-fe57-4898-97a3-ac1bbd611a98
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:46b4d278-70ea-4d5b-8d36-bc20fd4d1643
ModelInvariantUuid:39d3f3f9-3185-4178-b2c3-84fc5f0baee7
ModelName:vFW 4f301ead-1023-nodes.vfwCvfc
ModelUuid:5088e158-8748-4709-b8c0-bc70cc71a79c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:cff17a16-6171-4046-9a38-30c72d8450a5
ModelInvariantUuid:29ddae8c-902e-4e9d-b76d-7cd51bedc61f
ModelName:Vfw4f301ead1023.compute.nodes.heat.vfw
ModelUuid:1d4218ba-199d-4853-987b-9bc05ff7caee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bf96b7ec-f6b5-48ab-abb5-126dc831704d
ModelInvariantUuid:1da5d0d7-5116-476d-ac37-8644fd32ad7d
ModelName:vFW 4f301ead-1023-nodes.vsnCvfc
ModelUuid:d7bcf117-27ef-495c-9f09-b633a45ecb32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a95e94b4-a951-4652-b5cc-94800fedc438
ModelInvariantUuid:3dbbb5e8-6c14-46a6-b888-53df321bd4ae
ModelName:Vfw4f301ead1023.compute.nodes.heat.vsn
ModelUuid:3e91af52-5022-4701-bdc8-ca06d332806c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:afb15e4d-9e70-4453-9a29-72c3663c3c67
ModelInvariantUuid:2b831f71-7ce6-4260-b389-dd6df3e5c27a
ModelName:vFW 4f301ead-1023-nodes.vpgCvfc
ModelUuid:9b88ae5d-4cc6-4cc0-8220-2cbec5ba9922
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7d4ac74c-993f-4e17-8c3b-b25e862ef360
ModelInvariantUuid:aac2df4b-bb7c-4d94-8dde-d5cc3318989e
ModelName:Vfw4f301ead1023.compute.nodes.heat.vpg
ModelUuid:ace9eda8-7257-4a77-b53d-f43e7e57c07b
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-06-09T12:35:34.403Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ab1067e-f1e9-411a-9a58-9a20b2119a98
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-06-09T12:35:34.524Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||vFW 4f301ead-1023 0
2022-06-09T12:35:34.530Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ab1067e-f1e9-411a-9a58-9a20b2119a98
2022-06-09T12:35:34.531Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 54e078c5-15bb-4a97-a63d-43f88d00f985 from URL: /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json
2022-06-09T12:35:34.531Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-09T12:35:34.531Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json
2022-06-09T12:35:34.688Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-09T12:35:34.689Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json 54e078c5-15bb-4a97-a63d-43f88d00f985 785
2022-06-09T12:35:34.689Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json ASDC sendASDCNotification
2022-06-09T12:35:34.689Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json
2022-06-09T12:35:34.690Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:35:34.690Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:34.694Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:34.694Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778134689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:34.794Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:34.796Z||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-06-09T12:35:34.796Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:34.823Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:34.823Z||pool-11-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:35.696Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4f301ead1023..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0896f000-3995-43ec-ab0f-209ae53ff5c3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1e097421-fe57-4898-97a3-ac1bbd611a98",
"vfModuleModelCustomizationUUID": "0ed9fb67-abad-4324-86d0-bf5b418ccee0",
"isBase": true,
"artifacts": [
"38478793-d2be-4d55-b70f-19c91de4d6af",
"88e2218c-adc2-43b4-b59c-38707892f6b8"
],
"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-06-09T12:35:35.712Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f301ead1023..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e097421-fe57-4898-97a3-ac1bbd611a98
VfModuleModelInvariantUUID:0896f000-3995-43ec-ab0f-209ae53ff5c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
38478793-d2be-4d55-b70f-19c91de4d6af
,
88e2218c-adc2-43b4-b59c-38707892f6b8
}
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-06-09T12:35:35.716Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4f301ead1023..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0896f000-3995-43ec-ab0f-209ae53ff5c3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1e097421-fe57-4898-97a3-ac1bbd611a98",
"vfModuleModelCustomizationUUID": "0ed9fb67-abad-4324-86d0-bf5b418ccee0",
"isBase": true,
"artifacts": [
"38478793-d2be-4d55-b70f-19c91de4d6af",
"88e2218c-adc2-43b4-b59c-38707892f6b8"
],
"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-06-09T12:35:35.716Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f301ead1023..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e097421-fe57-4898-97a3-ac1bbd611a98
VfModuleModelInvariantUUID:0896f000-3995-43ec-ab0f-209ae53ff5c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
38478793-d2be-4d55-b70f-19c91de4d6af
,
88e2218c-adc2-43b4-b59c-38707892f6b8
}
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-06-09T12:35:35.716Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 38478793-d2be-4d55-b70f-19c91de4d6af from URL: /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml
2022-06-09T12:35:35.716Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-09T12:35:35.717Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml
2022-06-09T12:35:35.895Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-09T12:35:35.896Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml 38478793-d2be-4d55-b70f-19c91de4d6af 20368
2022-06-09T12:35:35.896Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-09T12:35:35.896Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml
2022-06-09T12:35:35.896Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:35:35.897Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:35.899Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:35.899Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778135896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:35.999Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:36.000Z||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-06-09T12:35:36.001Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:36.029Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:36.030Z||pool-12-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:36.901Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 88e2218c-adc2-43b4-b59c-38707892f6b8 from URL: /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
2022-06-09T12:35:36.901Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-09T12:35:36.901Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
2022-06-09T12:35:37.082Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-09T12:35:37.083Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env 88e2218c-adc2-43b4-b59c-38707892f6b8 2098
2022-06-09T12:35:37.083Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-09T12:35:37.083Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
2022-06-09T12:35:37.083Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:35:37.084Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:37.087Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:37.087Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778137083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:35:37.187Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:37.188Z||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-06-09T12:35:37.189Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:37.204Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:37.205Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:38.087Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 327702b9-cfa1-4b3a-a293-536813971995
2022-06-09T12:35:38.090Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4f301ead-1023 0 4ab1067e-f1e9-411a-9a58-9a20b2119a98 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-06-09T12:35:38.144Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4947e97f, org.onap.sdc.toscaparser.api.parameters.Input@3b3c61a9, org.onap.sdc.toscaparser.api.parameters.Input@1ad689d5, org.onap.sdc.toscaparser.api.parameters.Input@5829f86b, org.onap.sdc.toscaparser.api.parameters.Input@2ed3fe00]
2022-06-09T12:35:38.150Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.150Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.151Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-09T12:35:38.151Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= dba37fa6-8d4f-4245-9fb6-1b5a854de5d8
2022-06-09T12:35:38.151Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dba37fa6-8d4f-4245-9fb6-1b5a854de5d8 matches Tosca VF Customization UUID: dba37fa6-8d4f-4245-9fb6-1b5a854de5d8
2022-06-09T12:35:38.152Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: dba37fa6-8d4f-4245-9fb6-1b5a854de5d8 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-06-09T12:35:38.162Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.163Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.165Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id dba37fa6-8d4f-4245-9fb6-1b5a854de5d8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-09T12:35:38.166Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@442633a8
2022-06-09T12:35:38.166Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.166Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:35:38.167Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ed9fb67-abad-4324-86d0-bf5b418ccee0
2022-06-09T12:35:38.169Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ed9fb67-abad-4324-86d0-bf5b418ccee0
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-06-09T12:35:38.177Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.179Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.179Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:38.181Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.181Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.182Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:38.182Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.183Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:38.184Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:38.185Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:38.186Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-09T12:35:38.187Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T12:35:38.188Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T12:35:38.188Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.189Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.190Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T12:35:38.190Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.191Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T12:35:38.191Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.192Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=46b4d278-70ea-4d5b-8d36-bc20fd4d1643
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-06-09T12:35:38.202Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.203Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.204Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:38.205Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.205Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:38.205Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:38.206Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:38.206Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T12:35:38.207Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.207Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.207Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.207Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T12:35:38.208Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-09T12:35:38.208Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T12:35:38.208Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.209Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T12:35:38.209Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.209Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf96b7ec-f6b5-48ab-abb5-126dc831704d
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-06-09T12:35:38.213Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.214Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.215Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:38.219Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.220Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:38.220Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:38.220Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:38.221Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T12:35:38.221Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.222Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.222Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.223Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T12:35:38.223Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T12:35:38.223Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T12:35:38.224Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.224Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.225Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-09T12:35:38.225Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=afb15e4d-9e70-4453-9a29-72c3663c3c67
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-06-09T12:35:38.230Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.231Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.231Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:38.232Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.233Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.233Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=dba37fa6-8d4f-4245-9fb6-1b5a854de5d8
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-06-09T12:35:38.236Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.236Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.237Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 327702b9-cfa1-4b3a-a293-536813971995: vFW 4f301ead-1023
2022-06-09T12:35:38.238Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.238Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.238Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.239Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.239Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.239Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.240Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.240Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.241Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:35:38.241Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.242Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-09 12-33-20
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-06-09T12:35:38.644Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4f301ead-1023 4ab1067e-f1e9-411a-9a58-9a20b2119a98 1 ASDC deployResourceStructure
2022-06-09T12:35:38.644Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json ASDC sendASDCNotification
2022-06-09T12:35:38.644Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json
2022-06-09T12:35:38.645Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:35:38.645Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:38.647Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:38.647Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778138644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T12:35:38.749Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-09T12:35:38.750Z||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-06-09T12:35:38.751Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:38.773Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:38.774Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:39.649Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-09T12:35:39.649Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml
2022-06-09T12:35:39.649Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:35:39.650Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:39.652Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:39.652Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778139649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-09T12:35:39.752Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:39.753Z||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-06-09T12:35:39.753Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:39.770Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:39.771Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:40.653Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-09T12:35:40.654Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
2022-06-09T12:35:40.654Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:35:40.655Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:40.658Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:40.658Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778140653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-09T12:35:40.758Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:40.759Z||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-06-09T12:35:40.759Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:40.774Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:40.775Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:35:41.659Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar ASDC sendASDCNotification
2022-06-09T12:35:41.660Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:41.660Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:35:41.661Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:41.663Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:41.663Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778141659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:35:41.763Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:41.764Z||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-06-09T12:35:41.764Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:41.793Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:35:41.794Z||pool-17-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:42.665Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
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-06-09T12:35:42.693Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
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-06-09T12:35:42.700Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:35:42.701Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:35:42.701Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:36:12.702Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
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-06-09T12:36:12.725Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
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-06-09T12:36:12.734Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:36:12.734Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:36:12.734Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:36:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:36:19.976Z||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-06-09T12:36:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:36:20.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:36:20.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:36:20.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:36:20.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-09T12:36:42.735Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
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-06-09T12:36:42.759Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
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-06-09T12:36:42.766Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:36:42.766Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:36:42.767Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:37:12.767Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
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-06-09T12:37:12.786Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
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-06-09T12:37:12.792Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:37:12.793Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:37:12.793Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:37:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:37:19.977Z||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-06-09T12:37:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:37:20.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:37:20.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "NOTIFIED"
}
2022-06-09T12:37:20.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-09T12:37:20.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-09T12:37:20.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-09T12:37:20.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:37:20.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-09T12:37:20.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778119970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:37:20.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-09T12:37:20.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "aai-ml",
"timestamp": 1654778127374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778128222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "aai-ml",
"timestamp": 1654778128380,
"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-06-09T12:37:20.528Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:37:20.529Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:37:20.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778134689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:37:20.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778135896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:37:20.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778137083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:37:20.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778138644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T12:37:20.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778139649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-09T12:37:20.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778140653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-09T12:37:20.555Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778141659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:37:20.555Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:42.793Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
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-06-09T12:37:42.813Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
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-06-09T12:37:42.821Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:37:42.821Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T12:37:42.822Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T12:37:42.822Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T12:37:42.822Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:37:42.822Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:37:42.823Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:37:42.823Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:37:42.823Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:37:42.823Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:37:42.823Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-06-09T12:37:42.836Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T12:38:12.836Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:38:12.849Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 05823dd2-72f1-404e-b9f5-672b4c141663 and serviceModelVersionId: 327702b9-cfa1-4b3a-a293-536813971995
2022-06-09T12:38:12.850Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1fe2cb20-5a64-400a-954c-6d68b329b59e
2022-06-09T12:38:20.004Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:38:20.005Z||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-06-09T12:38:20.005Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:38:29.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:38:30.920Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?depth=0
2022-06-09T12:38:31.054Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T12:38:31.680Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?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-06-09T12:38:31.687Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?depth=0|INFO|500||Invoke
2022-06-09T12:38:31.868Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-09T12:38:32.180Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?depth=0|INFO|500||InvokeReturn
2022-06-09T12:38:32.182Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220609-12:38:31:948-11711], vertex-id=[176192], Content-Length=[0], Date=[Thu, 09 Jun 2022 12:38:31 GMT], Content-Type=[application/json]}
2022-06-09T12:38:32.183Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T12:38:32.187Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T12:38:32.188Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-06-09T12:38:32.194Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-06-09T12:38:32.195Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 05823dd2-72f1-404e-b9f5-672b4c141663 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T12:38:32.196Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T12:38:32.197Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:38:32.199Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:38:32.199Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778312195,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:38:32.299Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:38:32.301Z||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-06-09T12:38:32.301Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:38:32.323Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:38:32.324Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-09T12:38:33.225Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:38:33.226Z||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-06-09T12:38:33.226Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:38:43.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:38:43.551Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:38:43.552Z||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-06-09T12:38:43.553Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:38:53.098Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:38:53.099Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:38:53.099Z||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-06-09T12:38:53.099Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:39:02.664Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:39:19.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:39:19.971Z||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-06-09T12:39:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:39:19.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:39:19.976Z||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-06-09T12:39:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:39:20.610Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:39:20.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T12:39:20.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778312195,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:39:20.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:39:29.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:19.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:40:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:40:19.976Z||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-06-09T12:40:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:19.979Z||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-06-09T12:40:19.981Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:20.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:20.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778391503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "clamp",
"timestamp": 1654778388571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778391503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T12:40:20.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "clamp",
"timestamp": 1654778388571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T12:40:20.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "cds",
"timestamp": 1654778398498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778391503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-09T12:40:20.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "clamp",
"timestamp": 1654778388571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "cds",
"timestamp": 1654778398498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778391503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "clamp",
"timestamp": 1654778388571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "cds",
"timestamp": 1654778398498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778391503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "clamp",
"timestamp": 1654778388571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "cds",
"timestamp": 1654778398498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778391503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "clamp",
"timestamp": 1654778388571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "cds",
"timestamp": 1654778398498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778391503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "clamp",
"timestamp": 1654778388571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778403282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "cds",
"timestamp": 1654778398498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778402566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778403953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778403282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "cds",
"timestamp": 1654778398498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:40:20.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778402566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778405087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778403282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "aai-ml",
"timestamp": 1654778404694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "cds",
"timestamp": 1654778406393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "policy-id",
"timestamp": 1654778405151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778402566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778406212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778403282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "aai-ml",
"timestamp": 1654778404694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "cds",
"timestamp": 1654778407415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-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-06-09T12:40:20.600Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:40:20.601Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 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-06-09T12:40:20.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "policy-id",
"timestamp": 1654778405151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778402566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778407236,
"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-06-09T12:40:20.631Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:40:20.631Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 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-06-09T12:40:20.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778403282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "aai-ml",
"timestamp": 1654778404694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "policy-id",
"timestamp": 1654778405151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778402566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778408241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T12:40:20.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778403282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "aai-ml",
"timestamp": 1654778404694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "policy-id",
"timestamp": 1654778405151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778402566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "clamp",
"timestamp": 1654778409226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778403282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "aai-ml",
"timestamp": 1654778404694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "policy-id",
"timestamp": 1654778405151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778402566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "aai-ml",
"timestamp": 1654778404694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "clamp",
"timestamp": 1654778410861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "policy-id",
"timestamp": 1654778405151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778410423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "aai-ml",
"timestamp": 1654778404694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "clamp",
"timestamp": 1654778411866,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T12:40:20.670Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:40:20.671Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T12:40:20.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:20.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"422853b8-77ab-4399-97b8-9e6bb4613595","serviceName":"basic_onboard_nubjXP","serviceVersion":"1.0","serviceUUID":"14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5","serviceDescription":"service","serviceInvariantUUID":"6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef","resources":[{"resourceInstanceName":"basic_onboard_nubjXP 0","resourceName":"basic_onboard_nubjXP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c2967c4-071e-4270-b061-eeb5071bd028","resourceInvariantUUID":"3f13eb54-2c89-4deb-aab1-2ecd6cd7602a","resourceCustomizationUUID":"13929bba-0c3d-4e1b-93eb-2c00e513eecc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml","artifactChecksum":"OGJiZTg1ZWY1MGY1MTI4ZTZkZjJkOGIyMWM4YTQ1MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c25035c-262f-4195-9f57-75c43fabf5e0","artifactVersion":"1"},{"artifactName":"basic_onboard_nubjxp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json","artifactChecksum":"ODBhZTZlZDVkMWQ3ZTNjNjliZmVhNTdmNDUxYWEwMTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a9e0077d-00ad-46a2-8086-273a3e4e39e4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"75a553e9-5418-466c-9e77-2b92b13590b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"408cbb8b-afc6-41c4-8d1c-22b32d22d37b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39406c67-9bd2-4ab6-b057-b19dca867b5f","artifactVersion":"2","generatedFromUUID":"75a553e9-5418-466c-9e77-2b92b13590b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNubjxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml","artifactChecksum":"ODNlZGNkODYwYjFkYjRhYzA1OWRmZmVhNWJmNjhhYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1718fe87-e68a-4f99-94c9-48189f90b313","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNubjxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar","artifactChecksum":"YmNhMzdjMzE4MDIyN2JkMWUxNzRhMjRkNmZmYWMxZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7a925d6-1f4a-4dd1-9883-1e3a71c50c49","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T12:40:20.679Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:20.680Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:20.686Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:20.686Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "policy-id",
"timestamp": 1654778405151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "aai-ml",
"timestamp": 1654778412490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "policy-id",
"timestamp": 1654778413012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778412940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "policy-id",
"timestamp": 1654778414016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:40:20.690Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778413947,
"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-06-09T12:40:20.702Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:40:20.702Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 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-06-09T12:40:20.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "policy-id",
"timestamp": 1654778415024,
"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-06-09T12:40:20.728Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:40:20.728Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-09T12:40:20.786Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:40:20.788Z||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-06-09T12:40:20.788Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:20.806Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:20.807Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:21.688Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:21.689Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:21.692Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:21.692Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T12:40:21.793Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:21.794Z||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-06-09T12:40:21.794Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:21.812Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:21.813Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:22.693Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:22.694Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:22.698Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:22.698Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-09T12:40:22.798Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:22.799Z||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-06-09T12:40:22.799Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:22.814Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:22.815Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:23.699Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:23.700Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:23.703Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:23.703Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:23.805Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-09T12:40:23.806Z||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-06-09T12:40:23.806Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:23.839Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:23.840Z||pool-22-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:24.704Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:24.705Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:24.708Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:24.708Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-09T12:40:24.809Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:40:24.810Z||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-06-09T12:40:24.810Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:24.827Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:24.828Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:25.709Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:25.710Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:25.712Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:25.712Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:40:25.813Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T12:40:25.814Z||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-06-09T12:40:25.814Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:25.831Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:25.832Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:26.713Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:26.714Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:26.717Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:26.717Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:40:26.817Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:26.818Z||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-06-09T12:40:26.818Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:26.837Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:26.837Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:27.719Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"serviceName": "basic_onboard_nubjXP",
"serviceVersion": "1.0",
"serviceUUID": "14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5",
"serviceDescription": "service",
"serviceInvariantUUID": "6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef",
"resources": [
{
"resourceInstanceName": "basic_onboard_nubjXP 0",
"resourceCustomizationUUID": "13929bba-0c3d-4e1b-93eb-2c00e513eecc",
"resourceName": "basic_onboard_nubjXP",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8c2967c4-071e-4270-b061-eeb5071bd028",
"resourceInvariantUUID": "3f13eb54-2c89-4deb-aab1-2ecd6cd7602a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nubjxp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"artifactChecksum": "ODBhZTZlZDVkMWQ3ZTNjNjliZmVhNTdmNDUxYWEwMTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a9e0077d-00ad-46a2-8086-273a3e4e39e4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "75a553e9-5418-466c-9e77-2b92b13590b3",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "39406c67-9bd2-4ab6-b057-b19dca867b5f",
"generatedFromUUID": "75a553e9-5418-466c-9e77-2b92b13590b3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "39406c67-9bd2-4ab6-b057-b19dca867b5f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNubjxp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"artifactChecksum": "YmNhMzdjMzE4MDIyN2JkMWUxNzRhMjRkNmZmYWMxZjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7a925d6-1f4a-4dd1-9883-1e3a71c50c49"
}
],
"workloadContext": "Production"
}
2022-06-09T12:40:27.720Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T12:40:27.720Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5 ASDC
2022-06-09T12:40:27.721Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:422853b8-77ab-4399-97b8-9e6bb4613595
ServiceName:basic_onboard_nubjXP
ServiceVersion:1.0
ServiceUUID:14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5
ServiceInvariantUUID:6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNubjxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar
ArtifactUUID:b7a925d6-1f4a-4dd1-9883-1e3a71c50c49
ArtifactChecksum:YmNhMzdjMzE4MDIyN2JkMWUxNzRhMjRkNmZmYWMxZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nubjXP 0
ResourceCustomizationUUID:13929bba-0c3d-4e1b-93eb-2c00e513eecc
ResourceInvariantUUID:3f13eb54-2c89-4deb-aab1-2ecd6cd7602a
ResourceName:basic_onboard_nubjXP
ResourceType:VF
ResourceUUID:8c2967c4-071e-4270-b061-eeb5071bd028
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nubjxp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json
ArtifactUUID:a9e0077d-00ad-46a2-8086-273a3e4e39e4
ArtifactChecksum:ODBhZTZlZDVkMWQ3ZTNjNjliZmVhNTdmNDUxYWEwMTA=
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/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:75a553e9-5418-466c-9e77-2b92b13590b3
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/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
ArtifactUUID:39406c67-9bd2-4ab6-b057-b19dca867b5f
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/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
ArtifactUUID:39406c67-9bd2-4ab6-b057-b19dca867b5f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-09T12:40:27.722Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5 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-06-09T12:40:27.769Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:40:27.771Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:40:27.771Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:40:27.772Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b7a925d6-1f4a-4dd1-9883-1e3a71c50c49 from URL: /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:27.772Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:40:27.773Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:28.011Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:40:28.017Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar b7a925d6-1f4a-4dd1-9883-1e3a71c50c49 71577
2022-06-09T12:40:28.018Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar ASDC sendASDCNotification
2022-06-09T12:40:28.018Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:28.018Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:40:28.019Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:28.021Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:28.021Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778428018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:28.122Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:40:28.123Z||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-06-09T12:40:28.123Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:28.141Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:28.142Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:40:29.022Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:40:29.023Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:40:29.024Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b7a925d6-1f4a-4dd1-9883-1e3a71c50c49, URL: /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar to file: /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:29.025Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:29.025Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:29.026Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:29.209Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7177068623116503227/Definitions/service-BasicOnboardNubjxp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-09T12:40:30.850Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T12:40:30.851Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:40:30.851Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.851Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-09T12:40:30.851Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nubjXP 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.851Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.852Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.852Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.852Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.852Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.852Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.853Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.853Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.853Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:40:30.853Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.854Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.854Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:30.854Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:40:30.854Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:40:30.855Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.855Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.855Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:30.855Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:40:30.855Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:40:30.856Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.856Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.856Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.856Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is not matching search criteria
2022-06-09T12:40:30.856Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:40:30.858Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.858Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:30.858Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:30.858Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.858Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:30.859Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:30.859Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.859Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:30.859Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is not matching search criteria
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d03af548-9b6f-43c0-bc19-ea46ef2b8686
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:30.862Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.862Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nubjXP
Description:service
Model UUID:14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5
Model Version:NULL
Model InvariantUuid:6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nubjXP
Model UUID:c5dcb79b-39bb-427a-be03-e01a06eff017
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f13eb54-2c89-4deb-aab1-2ecd6cd7602a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:13929bba-0c3d-4e1b-93eb-2c00e513eecc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1279de7e-5d43-451a-a4b0-30c98969a9ca
ModelName:BasicOnboardNubjxp..base_ubuntu18..module-0
ModelUuid:10067b6b-cf1b-4b81-a96d-c39f949647cb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d03af548-9b6f-43c0-bc19-ea46ef2b8686
ModelInvariantUuid:50b74a96-6945-4ba5-9127-7b64f53570d7
ModelName:basic_onboard_nubjXP-nodes.ubuntu18Cvfc
ModelUuid:cc3f54ed-35aa-42ed-9c9f-ebcdf460a9be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6b8d7fe4-713d-4e60-ad08-57494043ab5b
ModelInvariantUuid:4d4a8f47-8a39-4e5b-af4c-953a73b89ef2
ModelName:BasicOnboardNubjxp.compute.nodes.heat.ubuntu18
ModelUuid:e2d0b9cf-e993-4c21-a917-7e991a635eed
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-06-09T12:40:30.871Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c2967c4-071e-4270-b061-eeb5071bd028
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-06-09T12:40:30.876Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||basic_onboard_nubjXP 0
2022-06-09T12:40:30.876Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c2967c4-071e-4270-b061-eeb5071bd028
2022-06-09T12:40:30.877Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a9e0077d-00ad-46a2-8086-273a3e4e39e4 from URL: /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json
2022-06-09T12:40:30.877Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:40:30.877Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json
2022-06-09T12:40:31.008Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:40:31.008Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json a9e0077d-00ad-46a2-8086-273a3e4e39e4 798
2022-06-09T12:40:31.009Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json ASDC sendASDCNotification
2022-06-09T12:40:31.009Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json
2022-06-09T12:40:31.009Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:40:31.009Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:31.032Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:31.033Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778431009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:31.112Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-06-09T12:40:31.113Z||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-06-09T12:40:31.114Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:31.131Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:31.132Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:32.034Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNubjxp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1279de7e-5d43-451a-a4b0-30c98969a9ca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "10067b6b-cf1b-4b81-a96d-c39f949647cb",
"vfModuleModelCustomizationUUID": "ff772a8f-43fc-48cd-9399-11c5dfffb4b5",
"isBase": true,
"artifacts": [
"75a553e9-5418-466c-9e77-2b92b13590b3",
"39406c67-9bd2-4ab6-b057-b19dca867b5f"
],
"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-06-09T12:40:32.042Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNubjxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:10067b6b-cf1b-4b81-a96d-c39f949647cb
VfModuleModelInvariantUUID:1279de7e-5d43-451a-a4b0-30c98969a9ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
75a553e9-5418-466c-9e77-2b92b13590b3
,
39406c67-9bd2-4ab6-b057-b19dca867b5f
}
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-06-09T12:40:32.046Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNubjxp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1279de7e-5d43-451a-a4b0-30c98969a9ca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "10067b6b-cf1b-4b81-a96d-c39f949647cb",
"vfModuleModelCustomizationUUID": "ff772a8f-43fc-48cd-9399-11c5dfffb4b5",
"isBase": true,
"artifacts": [
"75a553e9-5418-466c-9e77-2b92b13590b3",
"39406c67-9bd2-4ab6-b057-b19dca867b5f"
],
"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-06-09T12:40:32.047Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNubjxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:10067b6b-cf1b-4b81-a96d-c39f949647cb
VfModuleModelInvariantUUID:1279de7e-5d43-451a-a4b0-30c98969a9ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
75a553e9-5418-466c-9e77-2b92b13590b3
,
39406c67-9bd2-4ab6-b057-b19dca867b5f
}
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-06-09T12:40:32.047Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 75a553e9-5418-466c-9e77-2b92b13590b3 from URL: /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml
2022-06-09T12:40:32.048Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:40:32.048Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml
2022-06-09T12:40:32.136Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:40:32.136Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml 75a553e9-5418-466c-9e77-2b92b13590b3 5033
2022-06-09T12:40:32.137Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-09T12:40:32.137Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml
2022-06-09T12:40:32.137Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:40:32.137Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:32.140Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:32.140Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778432137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:32.240Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:32.241Z||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-06-09T12:40:32.242Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:32.258Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:32.259Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:33.141Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 39406c67-9bd2-4ab6-b057-b19dca867b5f from URL: /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
2022-06-09T12:40:33.142Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:40:33.142Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
2022-06-09T12:40:33.232Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:40:33.233Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env 39406c67-9bd2-4ab6-b057-b19dca867b5f 909
2022-06-09T12:40:33.234Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-09T12:40:33.234Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
2022-06-09T12:40:33.234Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:40:33.234Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:33.237Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:33.237Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778433233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:40:33.338Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:33.339Z||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-06-09T12:40:33.339Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:33.356Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:33.357Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:34.238Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5
2022-06-09T12:40:34.238Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nubjXP 0 8c2967c4-071e-4270-b061-eeb5071bd028 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-06-09T12:40:34.253Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@642ef1ca, org.onap.sdc.toscaparser.api.parameters.Input@3e28ce7f, org.onap.sdc.toscaparser.api.parameters.Input@20a12ab3, org.onap.sdc.toscaparser.api.parameters.Input@14482b30, org.onap.sdc.toscaparser.api.parameters.Input@77b38d2]
2022-06-09T12:40:34.255Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.255Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.255Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-06-09T12:40:34.256Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 13929bba-0c3d-4e1b-93eb-2c00e513eecc
2022-06-09T12:40:34.256Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 13929bba-0c3d-4e1b-93eb-2c00e513eecc matches Tosca VF Customization UUID: 13929bba-0c3d-4e1b-93eb-2c00e513eecc
2022-06-09T12:40:34.256Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 13929bba-0c3d-4e1b-93eb-2c00e513eecc 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-06-09T12:40:34.260Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.260Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.261Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 13929bba-0c3d-4e1b-93eb-2c00e513eecc: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-09T12:40:34.261Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@341bcc5
2022-06-09T12:40:34.261Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.261Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:40:34.261Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff772a8f-43fc-48cd-9399-11c5dfffb4b5
2022-06-09T12:40:34.262Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff772a8f-43fc-48cd-9399-11c5dfffb4b5
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-06-09T12:40:34.265Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.265Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:34.266Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:34.266Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.266Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:34.267Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:34.267Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.267Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is not matching search criteria
2022-06-09T12:40:34.267Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-09T12:40:34.268Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-09T12:40:34.268Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d03af548-9b6f-43c0-bc19-ea46ef2b8686
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-06-09T12:40:34.271Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.272Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:34.272Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:34.272Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.273Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:34.273Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=13929bba-0c3d-4e1b-93eb-2c00e513eecc
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-06-09T12:40:34.275Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.275Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.276Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5: basic_onboard_nubjXP
2022-06-09T12:40:34.276Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.276Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.276Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.277Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.277Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.277Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.277Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.277Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.278Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:40:34.278Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.278Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_nubjXP
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-06-09T12:40:34.384Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nubjXP 8c2967c4-071e-4270-b061-eeb5071bd028 1 ASDC deployResourceStructure
2022-06-09T12:40:34.385Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json ASDC sendASDCNotification
2022-06-09T12:40:34.385Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json
2022-06-09T12:40:34.385Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:40:34.385Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:34.388Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:34.388Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778434384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T12:40:34.488Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:34.490Z||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-06-09T12:40:34.490Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:34.504Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:34.505Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:35.390Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-09T12:40:35.390Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml
2022-06-09T12:40:35.390Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:40:35.391Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:35.393Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:35.393Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778435389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-09T12:40:35.493Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:35.494Z||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-06-09T12:40:35.494Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:35.524Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:35.524Z||pool-31-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:40:36.394Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-09T12:40:36.394Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
2022-06-09T12:40:36.395Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:40:36.395Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:36.397Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:36.397Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778436394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-09T12:40:36.497Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:36.498Z||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-06-09T12:40:36.499Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:36.523Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:36.523Z||pool-32-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:37.399Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar ASDC sendASDCNotification
2022-06-09T12:40:37.399Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:37.399Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:40:37.400Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:37.402Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:37.403Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778437399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:40:37.503Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:37.504Z||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-06-09T12:40:37.504Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:37.521Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:40:37.522Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:38.404Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:40:38.430Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:40:38.438Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:40:38.438Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:40:38.438Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:41:08.439Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:41:08.461Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:41:08.467Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:41:08.467Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:41:08.468Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:41:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:41:19.976Z||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-06-09T12:41:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:41:20.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:41:20.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:41:20.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "aai-ml",
"timestamp": 1654778420086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:41:20.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:41:38.468Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:41:38.488Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:41:38.497Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:41:38.497Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:41:38.497Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:42:08.498Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:42:08.516Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:42:08.523Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:42:08.524Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:42:08.524Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:42:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:42:19.976Z||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-06-09T12:42:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:42:20.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:42:20.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:42:20.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:42:20.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:42:38.524Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:42:38.541Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:42:38.547Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:42:38.547Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:42:38.547Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:43:08.548Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:43:08.566Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:43:08.583Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:43:08.583Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:43:08.583Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:43:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:43:19.976Z||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-06-09T12:43:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:43:20.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:43:20.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "aai-ml",
"timestamp": 1654778421091,
"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-06-09T12:43:20.530Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:43:20.531Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 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-06-09T12:43:20.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778428018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778431009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778432137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778433233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778434384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778435389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778436394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778437399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:43:20.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:38.584Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:43:38.602Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
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-06-09T12:43:38.609Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:43:38.612Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T12:43:38.612Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-06-09T12:43:38.620Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T12:44:08.621Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595 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-06-09T12:44:08.639Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 422853b8-77ab-4399-97b8-9e6bb4613595 and serviceModelVersionId: 14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5
2022-06-09T12:44:08.640Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef
2022-06-09T12:44:08.642Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?depth=0
2022-06-09T12:44:08.658Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T12:44:08.748Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?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-06-09T12:44:08.751Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?depth=0|INFO|500||Invoke
2022-06-09T12:44:08.795Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-09T12:44:08.912Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?depth=0|INFO|500||InvokeReturn
2022-06-09T12:44:08.913Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-12:44:08:873-14314], vertex-id=[200736], Content-Length=[0], Date=[Thu, 09 Jun 2022 12:44:08 GMT], Content-Type=[application/json]}
2022-06-09T12:44:08.914Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T12:44:08.915Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T12:44:08.915Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-06-09T12:44:08.933Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-06-09T12:44:08.933Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 422853b8-77ab-4399-97b8-9e6bb4613595 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T12:44:08.934Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T12:44:08.934Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:44:08.940Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:44:08.940Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778648934,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:44:09.039Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-09T12:44:09.040Z||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-06-09T12:44:09.040Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:09.065Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:44:09.066Z||pool-34-thread-1|||||INFO|500||cambria reply ok (27 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-06-09T12:44:09.961Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:44:09.962Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:44:09.963Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:44:19.976Z||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-06-09T12:44:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:20.324Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:44:20.325Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:44:20.326Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:44:20.326Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:20.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:44:20.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:44:20.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778648934,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:44:20.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:44:29.875Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:44:29.876Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:44:29.877Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:44:29.877Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:39.440Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:44:39.441Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:44:39.441Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:44:39.441Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:48.984Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:45:19.970Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:45:19.972Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:45:19.973Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:45:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:45:19.975Z||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-06-09T12:45:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:45:29.529Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:45:29.537Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:46:19.973Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:46:19.974Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:46:19.974Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:46:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:46:19.976Z||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-06-09T12:46:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:46:29.522Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:46:29.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:47:19.970Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:47:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:47:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:47:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:47:19.976Z||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-06-09T12:47:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:47:29.525Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:47:29.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:48:19.970Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:48:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:48:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:48:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:48:19.975Z||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-06-09T12:48:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:48:29.526Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:48:29.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:49:19.970Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:49:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:49:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:49:19.976Z||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-06-09T12:49:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:20.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:49:20.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778951504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:49:20.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:49:20.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "cds",
"timestamp": 1654778953498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:49:20.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:49:20.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778951504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:49:20.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:49:20.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "cds",
"timestamp": 1654778953498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:49:20.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:49:20.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "clamp",
"timestamp": 1654778958571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:49:20.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:49:20.611Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:49:20.612Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.612Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"737e58e3-e6c0-46cc-a703-38c84d12f8a5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"44902c34-536d-42b0-8b9c-fecc35a092e2","serviceDescription":"service","serviceInvariantUUID":"6fba9cc6-3e28-448d-bc8f-80480becfd06","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fec8f625-8dcd-4159-b268-7f3cd0357e65","resourceInvariantUUID":"3d1f61f2-f08d-4f61-a8f7-9564ac43d04a","resourceCustomizationUUID":"7735e58d-23fd-459d-98f7-8bd7e0c122c3","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":"ZGQyZjE0NjRmM2I4OWNkMTI0YmM4ZjkyMWVjMjgyZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b16cc7e-9bdf-435e-9b4d-53e9dafc4e09","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmU0MmM2ZjEyYWUyZTQxMzU0MTUyMWI2YzhiOGU2NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T12:49:20.617Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:49:20.617Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:49:20.620Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:49:20.620Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778959970,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:49:20.720Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:49:20.722Z||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-06-09T12:49:20.722Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:20.762Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:49:20.763Z||pool-35-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:49:21.621Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:49:21.623Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:49:21.625Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:49:21.626Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778959970,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:49:21.726Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:49:21.727Z||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-06-09T12:49:21.727Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:21.768Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:49:21.769Z||pool-36-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:49:22.628Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "44902c34-536d-42b0-8b9c-fecc35a092e2",
"serviceDescription": "service",
"serviceInvariantUUID": "6fba9cc6-3e28-448d-bc8f-80480becfd06",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7735e58d-23fd-459d-98f7-8bd7e0c122c3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "fec8f625-8dcd-4159-b268-7f3cd0357e65",
"resourceInvariantUUID": "3d1f61f2-f08d-4f61-a8f7-9564ac43d04a",
"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": "YmU0MmM2ZjEyYWUyZTQxMzU0MTUyMWI2YzhiOGU2NTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7"
}
],
"workloadContext": "Production"
}
2022-06-09T12:49:22.628Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T12:49:22.629Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44902c34-536d-42b0-8b9c-fecc35a092e2 ASDC
2022-06-09T12:49:22.630Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:737e58e3-e6c0-46cc-a703-38c84d12f8a5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:44902c34-536d-42b0-8b9c-fecc35a092e2
ServiceInvariantUUID:6fba9cc6-3e28-448d-bc8f-80480becfd06
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:56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7
ArtifactChecksum:YmU0MmM2ZjEyYWUyZTQxMzU0MTUyMWI2YzhiOGU2NTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7735e58d-23fd-459d-98f7-8bd7e0c122c3
ResourceInvariantUUID:3d1f61f2-f08d-4f61-a8f7-9564ac43d04a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fec8f625-8dcd-4159-b268-7f3cd0357e65
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-09T12:49:22.630Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44902c34-536d-42b0-8b9c-fecc35a092e2 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-06-09T12:49:22.688Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:49:22.689Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:49:22.689Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:49:22.689Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-09T12:49:22.690Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:49:22.690Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-09T12:49:22.839Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:49:22.841Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7 52507
2022-06-09T12:49:22.842Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-09T12:49:22.842Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-09T12:49:22.842Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:49:22.842Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:49:22.844Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:49:22.844Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778962841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:49:22.945Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:49:22.946Z||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-06-09T12:49:22.946Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:22.962Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:49:22.963Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:49:23.845Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:49:23.846Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:49:23.847Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:23.847Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-09T12:49:23.847Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:23.848Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.116Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17759270286313898954/Definitions/service-BasicNetwork-template.yml
2022-06-09T12:49:24.704Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.707Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.707Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-09T12:49:24.707Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:49:24.707Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:49:24.708Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.708Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.708Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-09T12:49:24.708Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:49:24.709Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:49:24.709Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.709Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.709Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.710Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.710Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.710Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.711Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.711Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.711Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.711Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.711Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:44902c34-536d-42b0-8b9c-fecc35a092e2
Model Version:NULL
Model InvariantUuid:6fba9cc6-3e28-448d-bc8f-80480becfd06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3d1f61f2-f08d-4f61-a8f7-9564ac43d04a
Model UUID:23b40933-1113-43af-86eb-3492c94dd8ae
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7735e58d-23fd-459d-98f7-8bd7e0c122c3
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-06-09T12:49:24.722Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: fec8f625-8dcd-4159-b268-7f3cd0357e65
2022-06-09T12:49:24.722Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||No resources found for Service: 44902c34-536d-42b0-8b9c-fecc35a092e2
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-06-09T12:49:24.728Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||
2022-06-09T12:49:24.729Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-09T12:49:24.730Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 44902c34-536d-42b0-8b9c-fecc35a092e2
2022-06-09T12:49:24.730Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 44902c34-536d-42b0-8b9c-fecc35a092e2
2022-06-09T12:49:24.730Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-09T12:49:24.730Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:49:24.736Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a80eaa6, org.onap.sdc.toscaparser.api.parameters.Input@702efb03, org.onap.sdc.toscaparser.api.parameters.Input@51bb1ac, org.onap.sdc.toscaparser.api.parameters.Input@985799a, org.onap.sdc.toscaparser.api.parameters.Input@247d67d6]
2022-06-09T12:49:24.738Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.738Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.738Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.738Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.738Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 44902c34-536d-42b0-8b9c-fecc35a092e2: Generic NeutronNet
2022-06-09T12:49:24.739Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.739Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.739Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.739Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:49:24.775Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.776Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.776Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.776Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.776Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:49:24.777Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.777Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:49:24.866Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-09T12:49:24.866Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-09T12:49:24.867Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.867Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:49:24.867Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:49:24.870Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:49:24.870Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778964866,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:49:24.970Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:49:24.971Z||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-06-09T12:49:24.972Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:25.005Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:49:25.005Z||pool-38-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:49:25.870Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:49:25.901Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:49:25.905Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:49:25.905Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:49:25.906Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:49:55.906Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:49:55.924Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:49:55.932Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:49:55.932Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:49:55.933Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:50:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:50:19.976Z||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-06-09T12:50:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:50:20.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:50:20.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:50:20.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "cds",
"timestamp": 1654778960348,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:50:20.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:50:25.933Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:50:25.945Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:50:25.948Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:50:25.948Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:50:25.948Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:50:55.949Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:50:55.961Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:50:55.964Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:50:55.964Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:50:55.964Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:51:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:51:19.976Z||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-06-09T12:51:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:51:20.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:51:20.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:51:20.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "clamp",
"timestamp": 1654778958571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:51:20.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:51:25.965Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:51:25.981Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:51:25.983Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:51:25.984Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:51:25.984Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:51:55.984Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:51:56.007Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:51:56.009Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:51:56.009Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:51:56.009Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:52:19.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:52:19.978Z||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-06-09T12:52:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:52:20.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:52:20.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778959970,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "cds",
"timestamp": 1654778961367,
"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-06-09T12:52:20.050Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 737e58e3-e6c0-46cc-a703-38c84d12f8a5
2022-06-09T12:52:20.050Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 737e58e3-e6c0-46cc-a703-38c84d12f8a5 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-06-09T12:52:20.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778959970,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:52:20.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778962841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778963282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778963282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654778964866,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "clamp",
"timestamp": 1654778966139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "policy-id",
"timestamp": 1654778965151,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "policy-id",
"timestamp": 1654778965151,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "clamp",
"timestamp": 1654778968002,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "policy-id",
"timestamp": 1654778967941,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "clamp",
"timestamp": 1654778969008,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T12:52:20.110Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 737e58e3-e6c0-46cc-a703-38c84d12f8a5
2022-06-09T12:52:20.110Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 737e58e3-e6c0-46cc-a703-38c84d12f8a5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T12:52:20.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "policy-id",
"timestamp": 1654778968946,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:52:20.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "policy-id",
"timestamp": 1654778969949,
"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-06-09T12:52:20.173Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 737e58e3-e6c0-46cc-a703-38c84d12f8a5
2022-06-09T12:52:20.173Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 737e58e3-e6c0-46cc-a703-38c84d12f8a5 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-06-09T12:52:20.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778972566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778972566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "aai-ml",
"timestamp": 1654778974694,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778975410,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "aai-ml",
"timestamp": 1654778974694,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "cds",
"timestamp": 1654778968498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778971503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "aai-ml",
"timestamp": 1654778977508,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778977155,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "cds",
"timestamp": 1654778968498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778971503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654778978160,
"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-06-09T12:52:20.204Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 737e58e3-e6c0-46cc-a703-38c84d12f8a5
2022-06-09T12:52:20.205Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 737e58e3-e6c0-46cc-a703-38c84d12f8a5 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-06-09T12:52:20.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778971503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "cds",
"timestamp": 1654778968498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778971503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "cds",
"timestamp": 1654778968498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778971503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "cds",
"timestamp": 1654778968498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "aai-ml",
"timestamp": 1654778981848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778971503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "cds",
"timestamp": 1654778968498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "aai-ml",
"timestamp": 1654778982852,
"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-06-09T12:52:20.260Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 737e58e3-e6c0-46cc-a703-38c84d12f8a5
2022-06-09T12:52:20.260Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 737e58e3-e6c0-46cc-a703-38c84d12f8a5 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-06-09T12:52:20.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778971503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778983283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "cds",
"timestamp": 1654778968498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "cds",
"timestamp": 1654778968498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654778971503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778983283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778983283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "cds",
"timestamp": 1654778986267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "policy-id",
"timestamp": 1654778985151,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778983283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "cds",
"timestamp": 1654778987282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-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-06-09T12:52:20.323Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.324Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b 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-06-09T12:52:20.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "policy-id",
"timestamp": 1654778985151,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778983283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "policy-id",
"timestamp": 1654778985151,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778983283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-09T12:52:20.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "policy-id",
"timestamp": 1654778985151,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "clamp",
"timestamp": 1654778988571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778983283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "policy-id",
"timestamp": 1654778985151,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "clamp",
"timestamp": 1654778988571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778983283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "policy-id",
"timestamp": 1654778985151,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "clamp",
"timestamp": 1654778988571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778992174,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "policy-id",
"timestamp": 1654778985151,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "clamp",
"timestamp": 1654778988571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778993483,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-09T12:52:20.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "policy-id",
"timestamp": 1654778985151,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:52:20.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "clamp",
"timestamp": 1654778988571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654778994490,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T12:52:20.390Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.393Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T12:52:20.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "clamp",
"timestamp": 1654778988571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "policy-id",
"timestamp": 1654778993914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "clamp",
"timestamp": 1654778988571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "policy-id",
"timestamp": 1654778994919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "clamp",
"timestamp": 1654778988571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "policy-id",
"timestamp": 1654778995922,
"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-06-09T12:52:20.430Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.430Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b 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-06-09T12:52:20.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "clamp",
"timestamp": 1654779000992,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "clamp",
"timestamp": 1654779003006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:52:20.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "clamp",
"timestamp": 1654779004014,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T12:52:20.475Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.475Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T12:52:20.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654779002567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654779002567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "aai-ml",
"timestamp": 1654779004694,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654779002567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "aai-ml",
"timestamp": 1654779004694,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654779002567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "aai-ml",
"timestamp": 1654779004694,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654779002567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "aai-ml",
"timestamp": 1654779004694,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654779002567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "aai-ml",
"timestamp": 1654779004694,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654779002567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "aai-ml",
"timestamp": 1654779004694,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654779002567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:52:20.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "aai-ml",
"timestamp": 1654779004694,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654779011360,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "aai-ml",
"timestamp": 1654779004694,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:52:20.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-09T12:52:20.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "aai-ml",
"timestamp": 1654779013517,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654779013340,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:52:20.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654779014349,
"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-06-09T12:52:20.518Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.518Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b 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-06-09T12:52:20.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "aai-ml",
"timestamp": 1654779018169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T12:52:20.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "aai-ml",
"timestamp": 1654779019172,
"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-06-09T12:52:20.559Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.559Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b 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-06-09T12:52:26.010Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:52:26.031Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
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-06-09T12:52:26.038Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:52:26.038Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T12:52:26.038Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T12:52:26.039Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T12:52:26.039Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:52:26.039Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:52:26.039Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:52:26.040Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:52:26.040Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:52:26.041Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T12:52:26.041Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:52:26.052Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T12:52:56.053Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5 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-06-09T12:52:56.074Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5 and serviceModelVersionId: 44902c34-536d-42b0-8b9c-fecc35a092e2
2022-06-09T12:52:56.074Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fba9cc6-3e28-448d-bc8f-80480becfd06
2022-06-09T12:52:56.076Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?depth=0
2022-06-09T12:52:56.090Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T12:52:56.225Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?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-06-09T12:52:56.230Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?depth=0|INFO|500||Invoke
2022-06-09T12:52:56.267Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-09T12:52:56.420Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?depth=0|INFO|500||InvokeReturn
2022-06-09T12:52:56.421Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-12:52:56:357-88381], vertex-id=[204864], Content-Length=[0], Date=[Thu, 09 Jun 2022 12:52:56 GMT], Content-Type=[application/json]}
2022-06-09T12:52:56.421Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T12:52:56.422Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T12:52:56.422Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:52:56.431Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||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-06-09T12:52:56.432Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 737e58e3-e6c0-46cc-a703-38c84d12f8a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T12:52:56.432Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T12:52:56.433Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:52:56.437Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:52:56.437Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654779176432,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:52:56.537Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:52:56.540Z||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-06-09T12:52:56.540Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:52:56.568Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:52:56.569Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-09T12:52:57.473Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:52:57.473Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|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-06-09T12:52:57.474Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:02.054Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:53:02.057Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T12:53:02.057Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d9df564-e7bd-4c7a-86c4-4833fc09746b","serviceName":"Demo_pNF_2fnPtCE5jzL1K7sbMtEO","serviceVersion":"1.0","serviceUUID":"10125b5d-5dc3-450c-b63d-1f23a5768674","serviceDescription":"catalog service description","serviceInvariantUUID":"ef9d0ac3-0602-4a5b-8fba-7ecde551e27e","resources":[{"resourceInstanceName":"pNF f5150c6d-fc07 0","resourceName":"pNF f5150c6d-fc07","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"00687f67-ed55-4ff5-aa91-629b21d6ea61","resourceInvariantUUID":"65b031c6-22c5-472a-8f19-20f8b86fb6fb","resourceCustomizationUUID":"8591cf5b-4d5e-442e-9388-9035a660ac73","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml","artifactChecksum":"MGQ0MzVhOWIzNGVhN2E5NzA0OGFlMDA1MzdmMjZmNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb4244bc-a62a-4f50-a36a-0147c427fc90","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar","artifactChecksum":"Yzg1YWZkM2IzMzdiMGE5ZDIwMTIzNzI3ZDk1Y2Q0NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07cae460-e75a-48a4-9753-6757c3bd7dea","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"464e48d2-e8f6-454d-888c-8881b4533cd7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml","artifactChecksum":"MzhmNGE0MDIzZDA4MjdjY2U1ZTg2MmYxNDgyNTIyNjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f22620eb-f65c-4766-af6c-87ae87fd9773","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a55192af-707e-420a-9fa3-c45fe4e930ff","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56ea852a-a064-4d83-85bc-5ddae3a48187","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml","artifactChecksum":"NjdlODA0MTI5ZDJlMmU1ZTAzZjU2YTgxNGRiNTFmOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f9e660e-7f56-4e29-8505-482a79d930cc","artifactVersion":"1"},{"artifactName":"service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar","artifactChecksum":"NjFiMjY0MGYzYzBlNTI3ODY3YTQ2NTk3NGJhMTFiY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be3919b0-cccc-4cd3-9105-9ee1ce3035e2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T12:53:02.062Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:02.063Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:02.066Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:02.066Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654779177472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:53:02.166Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:02.167Z||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-06-09T12:53:02.168Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:02.199Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:53:02.201Z||pool-40-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:03.067Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:03.068Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:03.072Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:03.072Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654779177472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:53:03.172Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-09T12:53:03.173Z||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-06-09T12:53:03.173Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:03.189Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:53:03.190Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:04.073Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:04.074Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:04.077Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:04.077Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654779177472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:53:04.177Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:04.179Z||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-06-09T12:53:04.179Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:04.283Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:53:04.284Z||pool-42-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:53:05.078Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:05.080Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:05.082Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:05.082Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654779177472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:53:05.182Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:05.184Z||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-06-09T12:53:05.184Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:05.226Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:53:05.227Z||pool-43-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:06.083Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:06.084Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:06.090Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:06.091Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654779177472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:53:06.187Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-09T12:53:06.188Z||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-06-09T12:53:06.189Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:06.209Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:53:06.210Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:07.091Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:07.092Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:07.097Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:07.097Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654779177472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:53:07.208Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-06-09T12:53:07.210Z||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-06-09T12:53:07.211Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:07.230Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:53:07.231Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:08.098Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:08.099Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:08.102Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:08.102Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654779177472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T12:53:08.202Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:08.204Z||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-06-09T12:53:08.204Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:08.232Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:53:08.233Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:53:09.103Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:09.104Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:09.106Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:09.106Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654779177472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T12:53:09.207Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T12:53:09.208Z||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-06-09T12:53:09.209Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:09.229Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:53:09.230Z||pool-47-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:10.108Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"serviceName": "Demo_pNF_2fnPtCE5jzL1K7sbMtEO",
"serviceVersion": "1.0",
"serviceUUID": "10125b5d-5dc3-450c-b63d-1f23a5768674",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ef9d0ac3-0602-4a5b-8fba-7ecde551e27e",
"resources": [
{
"resourceInstanceName": "pNF f5150c6d-fc07 0",
"resourceCustomizationUUID": "8591cf5b-4d5e-442e-9388-9035a660ac73",
"resourceName": "pNF f5150c6d-fc07",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "00687f67-ed55-4ff5-aa91-629b21d6ea61",
"resourceInvariantUUID": "65b031c6-22c5-472a-8f19-20f8b86fb6fb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"artifactChecksum": "NjFiMjY0MGYzYzBlNTI3ODY3YTQ2NTk3NGJhMTFiY2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "be3919b0-cccc-4cd3-9105-9ee1ce3035e2"
}
],
"workloadContext": "Production"
}
2022-06-09T12:53:10.109Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T12:53:10.109Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 10125b5d-5dc3-450c-b63d-1f23a5768674 ASDC
2022-06-09T12:53:10.110Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7d9df564-e7bd-4c7a-86c4-4833fc09746b
ServiceName:Demo_pNF_2fnPtCE5jzL1K7sbMtEO
ServiceVersion:1.0
ServiceUUID:10125b5d-5dc3-450c-b63d-1f23a5768674
ServiceInvariantUUID:ef9d0ac3-0602-4a5b-8fba-7ecde551e27e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
ArtifactUUID:be3919b0-cccc-4cd3-9105-9ee1ce3035e2
ArtifactChecksum:NjFiMjY0MGYzYzBlNTI3ODY3YTQ2NTk3NGJhMTFiY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f5150c6d-fc07 0
ResourceCustomizationUUID:8591cf5b-4d5e-442e-9388-9035a660ac73
ResourceInvariantUUID:65b031c6-22c5-472a-8f19-20f8b86fb6fb
ResourceName:pNF f5150c6d-fc07
ResourceType:PNF
ResourceUUID:00687f67-ed55-4ff5-aa91-629b21d6ea61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-09T12:53:10.110Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10125b5d-5dc3-450c-b63d-1f23a5768674 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-06-09T12:53:10.168Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:53:10.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:53:10.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:53:10.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: be3919b0-cccc-4cd3-9105-9ee1ce3035e2 from URL: /sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:10.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:53:10.171Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:10.588Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:53:10.593Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar be3919b0-cccc-4cd3-9105-9ee1ce3035e2 82658
2022-06-09T12:53:10.594Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar ASDC sendASDCNotification
2022-06-09T12:53:10.594Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:10.594Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:53:10.594Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:10.598Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:10.598Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654779190594,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T12:53:10.698Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:10.700Z||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-06-09T12:53:10.700Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:10.727Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T12:53:10.728Z||pool-48-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:53:11.599Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:53:11.601Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:53:11.601Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: be3919b0-cccc-4cd3-9105-9ee1ce3035e2, URL: /sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar to file: /app/ASDC/1/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:11.601Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:11.602Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:11.602Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:11.790Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP840972024913142610/Definitions/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml
2022-06-09T12:53:13.159Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T12:53:13.160Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:53:13.161Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.161Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-09T12:53:13.161Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f5150c6d-fc07 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-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.162Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||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-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.162Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.162Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||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-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.163Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||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-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.163Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||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-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.163Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||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-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.164Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:53:13.164Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:53:13.165Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.166Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Node template pNF f5150c6d-fc07 0 is matching search criteria
2022-06-09T12:53:13.166Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:53:13.167Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f5150c6d-fc07 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:53:13.167Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:53:13.167Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.168Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Node template pNF f5150c6d-fc07 0 is matching search criteria
2022-06-09T12:53:13.168Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:53:13.168Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f5150c6d-fc07 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:53:13.169Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:53:13.169Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.169Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:53:13.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:53:13.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.171Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:53:13.171Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.172Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:53:13.172Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.172Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_2fnPtCE5jzL1K7sbMtEO
Description:catalog service description
Model UUID:10125b5d-5dc3-450c-b63d-1f23a5768674
Model Version:NULL
Model InvariantUuid:ef9d0ac3-0602-4a5b-8fba-7ecde551e27e
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-06-09T12:53:13.180Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 00687f67-ed55-4ff5-aa91-629b21d6ea61
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-06-09T12:53:13.185Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||pNF f5150c6d-fc07 0
2022-06-09T12:53:13.185Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 00687f67-ed55-4ff5-aa91-629b21d6ea61
2022-06-09T12:53:13.185Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 10125b5d-5dc3-450c-b63d-1f23a5768674
2022-06-09T12:53:13.186Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 10125b5d-5dc3-450c-b63d-1f23a5768674
2022-06-09T12:53:13.186Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f5150c6d-fc07 0 00687f67-ed55-4ff5-aa91-629b21d6ea61 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-06-09T12:53:13.192Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ec9dbfb, org.onap.sdc.toscaparser.api.parameters.Input@254ef3b3, org.onap.sdc.toscaparser.api.parameters.Input@45945027, org.onap.sdc.toscaparser.api.parameters.Input@53b5045, org.onap.sdc.toscaparser.api.parameters.Input@75dd551a]
2022-06-09T12:53:13.193Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T12:53:13.193Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.193Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 10125b5d-5dc3-450c-b63d-1f23a5768674: pNF f5150c6d-fc07
2022-06-09T12:53:13.193Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Processing PNF resource: 00687f67-ed55-4ff5-aa91-629b21d6ea61
2022-06-09T12:53:13.193Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery