By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-12-03T05:35:09.920Z||main|||||INFO|500||The following profiles are active: basic
2022-12-03T05:35:29.714Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-03T05:35:29.715Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-03T05:35:29.893Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-03T05:35:36.043Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-03T05:35:36.584Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-03T05:35:37.337Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-03T05:35:37.348Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-03T05:35:37.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-03T05:35:37.835Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-03T05:35:38.727Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-03T05:35:41.152Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-03T05:35:44.325Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-03T05:35:44.413Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-03T05:35:45.186Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-03T05:35:45.570Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-03T05:35:47.251Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-03T05:35:48.660Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-03T05:35:48.682Z||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$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-03T05:35:48.683Z||main|||||WARN|500||The sdc end point is not alive
2022-12-03T05:35:52.949Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-03T05:35:57.460Z||main|||||WARN|500||---
2022-12-03T05:35:57.469Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-03T05:35:57.470Z||main|||||WARN|500||---
2022-12-03T05:35:58.307Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-03T05:36:05.910Z||main|||||INFO|500||Started Application in 61.329 seconds (JVM running for 65.078)
2022-12-03T05:36:05.946Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-03T05:36:05.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-03T05:36:05.983Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-03T05:36:06.025Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-03T05:36:06.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 330cae5f-abb8-49a7-9fcb-a1b189e9c60e url= /sdc/v1/artifactTypes
2022-12-03T05:36:06.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-03T05:36:06.543Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-03T05:36:06.597Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-03T05:36:06.670Z||scheduling-1|||||DEBUG|500||create keys
2022-12-03T05:36:06.681Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-03T05:36:06.720Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:36:06.748Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c4010e31-51b8-4954-89f1-01ae00aff932 url= /sdc/v1/registerForDistribution
2022-12-03T05:36:06.920Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c4010e31-51b8-4954-89f1-01ae00aff932 url= /sdc/v1/registerForDistribution
2022-12-03T05:36:06.920Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-03T05:36:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:36:06.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:36:06.962Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-03T05:36:06.964Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:36:06.968Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:36:06.965Z||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-12-03T05:36:06.969Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:36:17.409Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:36:17.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:37:06.929Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:37:06.940Z||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-12-03T05:37:06.941Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:37:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:37:06.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:37:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:37:16.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:37:16.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:38:06.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:38:06.935Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:38:06.935Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:38:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:38:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:38:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:38:16.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:38:16.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:39:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:39:06.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:39:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:39:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:39:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:39:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:39:16.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:39:16.502Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:40:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:40:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:40:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:40:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:40:06.945Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:40:06.946Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:40:16.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:40:16.517Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:41:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:41:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:41:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:41:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:41:06.945Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:41:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:41:16.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:41:16.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:42:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:42:06.931Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:42:06.932Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:42:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:42:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:42:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:42:16.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:42:16.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:43:06.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:43:06.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:43:06.933Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:43:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:43:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:43:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:43:16.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:43:16.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:44:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:44:06.931Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:44:06.932Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:44:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:44:06.945Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:44:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:44:16.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:44:16.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:45:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:45:06.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:45:06.934Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:45:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:45:06.944Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:45:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:45:16.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:45:16.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:45:27.500Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-03T05:46:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:46:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:46:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:46:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:46:06.944Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:46:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:46:16.518Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:46:16.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:47:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:47:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:47:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:47:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:47:06.945Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:47:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:47:16.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:47:16.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:48:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:48:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:48:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:48:06.943Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:48:06.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:48:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:48:16.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:48:16.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:49:06.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:49:06.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:49:06.935Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:49:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:49:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:49:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:49:16.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:49:16.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:50:06.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:50:06.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:50:06.934Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:50:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:50:06.945Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:50:06.946Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:50:16.509Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:50:16.515Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:51:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:51:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:51:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:51:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:51:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:51:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:51:16.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:51:16.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:52:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:52:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:52:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:52:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:52:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:52:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:52:16.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:52:16.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:53:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:53:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:53:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:53:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:53:06.945Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:53:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:53:16.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:53:16.523Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:54:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:54:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:54:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:54:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:54:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:54:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:54:16.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:54:16.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:55:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:55:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:55:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:55:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:55:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:55:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:55:16.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:55:16.521Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:56:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:56:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:56:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T05:56:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:56:06.945Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:56:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:56:16.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:56:16.495Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:57:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:57:06.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:57:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T05:57:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:57:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:57:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:57:16.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:57:16.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:58:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:58:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:58:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T05:58:06.943Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:58:06.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:58:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:58:16.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:58:16.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:59:06.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:59:06.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:59:06.932Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:59:06.943Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:59:06.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:59:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:59:16.492Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T05:59:16.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:00:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:00:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:00:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:00:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:00:06.945Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:00:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:00:16.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:00:16.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:01:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:01:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:01:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:01:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:01:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:01:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:01:16.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:01:16.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:02:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:02:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:02:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:02:06.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:02:06.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:02:06.947Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:02:16.498Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:02:16.522Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:03:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:03:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:03:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:03:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:03:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:03:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:03:16.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:03:16.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:04:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:04:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:04:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:04:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:04:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:04:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:04:16.573Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:04:16.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:05:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:05:06.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:05:06.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:05:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:05:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:05:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:05:16.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:05:16.504Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:06:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:06:06.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:06:06.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:06:06.943Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:06:06.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:06:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:06:16.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:06:16.524Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:07:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:07:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:07:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:07:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:07:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:07:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:07:16.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:07:16.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:08:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:08:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:08:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:08:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:08:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:08:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:08:16.511Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:08:16.516Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:09:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:09:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:09:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:09:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:09:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:09:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:09:16.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:09:16.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:10:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:10:06.937Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:10:06.938Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:10:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:10:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:10:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:10:16.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:10:16.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:11:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:11:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:11:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:11:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:11:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:11:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:11:16.496Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:11:16.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:12:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:12:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:12:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:12:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:12:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:12:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:12:16.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:12:16.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:13:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:13:06.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:13:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:13:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:13:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:13:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:13:16.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:13:16.520Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:14:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:14:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:14:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:14:06.943Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:14:06.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:14:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:14:16.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:14:16.503Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:15:06.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:15:06.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:15:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:15:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:15:06.943Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:15:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:15:16.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:15:16.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:16:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:16:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:16:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:16:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:16:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:16:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:16:16.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:16:16.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:17:06.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:17:06.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:17:06.932Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:17:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:17:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:17:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:17:16.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:17:16.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:18:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:18:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:18:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:18:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:18:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:18:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:18:16.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:18:16.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:19:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:19:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:19:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:19:06.943Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:19:06.943Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:19:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:19:16.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:19:16.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:20:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:20:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:20:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:20:06.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:20:06.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:20:06.946Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:20:16.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:20:16.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:21:06.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:21:06.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:21:06.932Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:21:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:21:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:21:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:21:16.494Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:21:16.510Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:22:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:22:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:22:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:22:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:22:06.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:22:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:22:16.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:22:16.510Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:23:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:23:06.931Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:23:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:23:06.943Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:23:06.944Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:23:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:23:16.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:23:16.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:24:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:24:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:24:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:24:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:24:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:24:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:24:16.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:24:16.515Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:25:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:25:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:25:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:25:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:25:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:25:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:25:16.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:25:16.517Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:26:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:26:06.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:26:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:26:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:26:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:26:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:26:16.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:26:16.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:27:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:27:06.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:27:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:27:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:27:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:27:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:27:16.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:27:16.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:28:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:28:06.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:28:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:28:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:28:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:28:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:28:16.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:28:16.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:29:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:29:06.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:29:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:29:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:29:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:29:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:29:16.501Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:29:16.505Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:30:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:30:06.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:30:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:30:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:30:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:30:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:30:16.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:30:16.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:31:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:31:06.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:31:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:31:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:31:06.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:31:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:31:16.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:31:16.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:32:06.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:32:06.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:32:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:32:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:32:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:32:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:32:16.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:32:16.512Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:33:06.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:33:06.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:33:06.932Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:33:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:33:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:33:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:33:16.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:33:16.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:34:06.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:34:06.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:34:06.933Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:34:06.943Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:34:06.944Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:34:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:34:16.507Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:34:16.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:35:06.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:35:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:06.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:35:06.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:35:06.947Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:07.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:07.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbc0490c-02fb-44a2-b111-b5234225e113","serviceName":"vFW 2022-12-03 06-33-25","serviceVersion":"1.0","serviceUUID":"5b833921-02ae-4fe5-8eb1-98ff7bb327e1","serviceDescription":"catalog service description","serviceInvariantUUID":"b1088625-2f72-4317-a2d4-e671d30f2cb6","resources":[{"resourceInstanceName":"vFW f39cac5e-f2f3 0","resourceName":"vFW f39cac5e-f2f3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df3d8f80-f1ef-44dd-87fb-d541d9b623a2","resourceInvariantUUID":"028b28a8-ffc1-4321-a170-ea79d1001050","resourceCustomizationUUID":"287eeb52-f0e2-466c-a41c-6f29c2641f19","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml","artifactChecksum":"OThhNGZhZjdmOWViMDY1OGNhYzNkMjAxZTgxNTY4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3a51cd27-f7ce-44b7-a4fb-7ef852ae003d","artifactVersion":"1"},{"artifactName":"vfwf39cac5ef2f30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json","artifactChecksum":"MDQyZjhjOTc4YzYzZjM3NTI4MzQ2NWFjNDg5Yzg4ZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"88171ccf-55b0-4314-8a94-e1bd0a0bb0fc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc3f2566-9d53-47d0-a909-1f5adac48cfe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml","artifactChecksum":"ODExMzBiY2VmNjgxMTFiNzU2Nzc5Nzk1MTBiMTgzMDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a19e33cc-eab2-4df0-b237-75d691fb82cc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1219905b-e095-46a3-9019-cfde22a10991","artifactVersion":"2","generatedFromUUID":"cc3f2566-9d53-47d0-a909-1f5adac48cfe"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221203063325-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml","artifactChecksum":"NmEwNjc3N2IxNjZhMDYwYTg1MzdkOGRlYzdkOTliNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb33d472-f86e-4a32-a29c-77d8581d0503","artifactVersion":"1"},{"artifactName":"service-Vfw20221203063325-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar","artifactChecksum":"MmI1Mjk5MjkwZWU3NzY0MjNjMzI0ZGNmNThiNjljMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c612c68e-efc7-415f-88f8-825bdcdf02c3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T06:35:07.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:07.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049251678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.617Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:07.638Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:07.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "aai-model-loader",
"timestamp": 1670049255600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049273604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049269658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049251678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "NOTIFIED"
}
2022-12-03T06:35:07.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "aai-model-loader",
"timestamp": 1670049255600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.664Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:07.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049273604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.664Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049269658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049251678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-03T06:35:07.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "aai-model-loader",
"timestamp": 1670049255600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049273604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049269658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049251678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "aai-model-loader",
"timestamp": 1670049255600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049273604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "cds",
"timestamp": 1670049277735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049269658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049251678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-03T06:35:07.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "aai-model-loader",
"timestamp": 1670049255600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049273604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "cds",
"timestamp": 1670049277735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049269658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049251678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "aai-model-loader",
"timestamp": 1670049255600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049273604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "cds",
"timestamp": 1670049277735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049269658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049251678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "aai-model-loader",
"timestamp": 1670049255600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049273604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "cds",
"timestamp": 1670049277735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049269658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049282352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:35:07.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:07.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "aai-model-loader",
"timestamp": 1670049282163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "cds",
"timestamp": 1670049277735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049283071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:07.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049283487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:35:07.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:07.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "cds",
"timestamp": 1670049277735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049284609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "cds",
"timestamp": 1670049277735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049285761,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-12-03T06:35:07.764Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-12-03T06:35:07.768Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:07.769Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:07.781Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:07.782Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:08.013Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbc0490c-02fb-44a2-b111-b5234225e113
2022-12-03T06:35:08.038Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc0490c-02fb-44a2-b111-b5234225e113 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:08.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "cds",
"timestamp": 1670049285785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:35:08.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:08.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "multicloud-k8s",
"timestamp": 1670049286764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "DEPLOY_OK"
}
2022-12-03T06:35:08.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:08.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "cds",
"timestamp": 1670049286823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:35:08.096Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbc0490c-02fb-44a2-b111-b5234225e113
2022-12-03T06:35:08.096Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc0490c-02fb-44a2-b111-b5234225e113 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:08.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049288516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-03T06:35:08.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:08.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049289523,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:35:08.149Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbc0490c-02fb-44a2-b111-b5234225e113
2022-12-03T06:35:08.149Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc0490c-02fb-44a2-b111-b5234225e113 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:08.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "aai-model-loader",
"timestamp": 1670049298547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-03T06:35:08.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:08.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "aai-model-loader",
"timestamp": 1670049299551,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:35:08.170Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbc0490c-02fb-44a2-b111-b5234225e113
2022-12-03T06:35:08.170Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc0490c-02fb-44a2-b111-b5234225e113 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:08.696Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:08.698Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:08.704Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:08.705Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "NOTIFIED"
}
2022-12-03T06:35:08.805Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:35:08.806Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:08.806Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:08.829Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:08.830Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:09.705Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:09.707Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:09.710Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:09.710Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-03T06:35:09.810Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:09.812Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:09.812Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:09.826Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:09.828Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:10.715Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:10.716Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:10.719Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:10.719Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:10.820Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:35:10.821Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:10.821Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:10.835Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:10.836Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:35:11.720Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:11.721Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:11.726Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:11.726Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-03T06:35:11.826Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:11.828Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:11.828Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:11.845Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:11.846Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:12.728Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:12.729Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:12.737Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:12.738Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:35:12.837Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:12.839Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:12.839Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:12.852Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:12.854Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:35:13.742Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:13.743Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:13.745Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:13.745Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:35:13.845Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:13.847Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:13.847Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:13.860Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:13.861Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:14.748Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"serviceName": "vFW 2022-12-03 06-33-25",
"serviceVersion": "1.0",
"serviceUUID": "5b833921-02ae-4fe5-8eb1-98ff7bb327e1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b1088625-2f72-4317-a2d4-e671d30f2cb6",
"resources": [
{
"resourceInstanceName": "vFW f39cac5e-f2f3 0",
"resourceCustomizationUUID": "287eeb52-f0e2-466c-a41c-6f29c2641f19",
"resourceName": "vFW f39cac5e-f2f3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "df3d8f80-f1ef-44dd-87fb-d541d9b623a2",
"resourceInvariantUUID": "028b28a8-ffc1-4321-a170-ea79d1001050",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf39cac5ef2f30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"artifactChecksum": "MDQyZjhjOTc4YzYzZjM3NTI4MzQ2NWFjNDg5Yzg4ZmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "88171ccf-55b0-4314-8a94-e1bd0a0bb0fc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cc3f2566-9d53-47d0-a909-1f5adac48cfe",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1219905b-e095-46a3-9019-cfde22a10991",
"generatedFromUUID": "cc3f2566-9d53-47d0-a909-1f5adac48cfe"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1219905b-e095-46a3-9019-cfde22a10991",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221203063325-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"artifactChecksum": "MmI1Mjk5MjkwZWU3NzY0MjNjMzI0ZGNmNThiNjljMjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c612c68e-efc7-415f-88f8-825bdcdf02c3"
}
],
"workloadContext": "Production"
}
2022-12-03T06:35:14.750Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T06:35:14.752Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b833921-02ae-4fe5-8eb1-98ff7bb327e1 ASDC
2022-12-03T06:35:14.954Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bbc0490c-02fb-44a2-b111-b5234225e113
ServiceName:vFW 2022-12-03 06-33-25
ServiceVersion:1.0
ServiceUUID:5b833921-02ae-4fe5-8eb1-98ff7bb327e1
ServiceInvariantUUID:b1088625-2f72-4317-a2d4-e671d30f2cb6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221203063325-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar
ArtifactUUID:c612c68e-efc7-415f-88f8-825bdcdf02c3
ArtifactChecksum:MmI1Mjk5MjkwZWU3NzY0MjNjMzI0ZGNmNThiNjljMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f39cac5e-f2f3 0
ResourceCustomizationUUID:287eeb52-f0e2-466c-a41c-6f29c2641f19
ResourceInvariantUUID:028b28a8-ffc1-4321-a170-ea79d1001050
ResourceName:vFW f39cac5e-f2f3
ResourceType:VF
ResourceUUID:df3d8f80-f1ef-44dd-87fb-d541d9b623a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf39cac5ef2f30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json
ArtifactUUID:88171ccf-55b0-4314-8a94-e1bd0a0bb0fc
ArtifactChecksum:MDQyZjhjOTc4YzYzZjM3NTI4MzQ2NWFjNDg5Yzg4ZmY=
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/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml
ArtifactUUID:cc3f2566-9d53-47d0-a909-1f5adac48cfe
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/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
ArtifactUUID:1219905b-e095-46a3-9019-cfde22a10991
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/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
ArtifactUUID:1219905b-e095-46a3-9019-cfde22a10991
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-03T06:35:14.955Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b833921-02ae-4fe5-8eb1-98ff7bb327e1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:35:15.051Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:35:15.053Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-03T06:35:15.056Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-03T06:35:15.056Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c612c68e-efc7-415f-88f8-825bdcdf02c3 from URL: /sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:15.056Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-03T06:35:15.068Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:15.277Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-03T06:35:15.301Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar c612c68e-efc7-415f-88f8-825bdcdf02c3 101512
2022-12-03T06:35:15.304Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar ASDC sendASDCNotification
2022-12-03T06:35:15.304Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:15.307Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:35:15.309Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:15.311Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:15.312Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049315301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:35:15.412Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:35:15.414Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:15.414Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:15.426Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:15.427Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:16.318Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:35:16.320Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-03T06:35:16.321Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c612c68e-efc7-415f-88f8-825bdcdf02c3, URL: /sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar to file: /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:16.321Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221203063325-csar.csar
2022-12-03T06:35:16.462Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:16.462Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:17.609Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13478745378010531258/Definitions/service-Vfw20221203063325-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-12-03T06:35:22.088Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T06:35:22.095Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-03T06:35:22.096Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.097Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-03T06:35:22.097Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.097Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||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-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.098Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||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-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.098Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||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-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.099Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.099Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.099Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||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-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.099Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.100Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.100Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.100Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f39cac5e-f2f3 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.100Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-03T06:35:22.108Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.110Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.115Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:22.116Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-03T06:35:22.117Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:35:22.119Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.120Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.121Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:22.121Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-03T06:35:22.122Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:35:22.123Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.124Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.131Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.132Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:22.132Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:22.133Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-03T06:35:22.133Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.133Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.134Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.134Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-03T06:35:22.135Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:22.135Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-03T06:35:22.136Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-03T06:35:22.137Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.138Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.138Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-03T06:35:22.138Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.139Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-03T06:35:22.139Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.139Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-03T06:35:22.140Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.140Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:35:22.143Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.143Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:22.144Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:22.144Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.145Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:22.145Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:22.145Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.146Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:22.146Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:22.147Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.147Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:22.147Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:22.148Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-03T06:35:22.148Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:22.148Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-03T06:35:22.148Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-03T06:35:22.149Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.149Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.150Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-03T06:35:22.150Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.150Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-03T06:35:22.151Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.151Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ccc44a26-4c5e-46ca-bcd1-319aad4493d8
2022-12-03T06:35:22.151Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.152Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:22.152Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:22.153Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-03T06:35:22.153Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.153Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.154Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.154Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-03T06:35:22.155Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:22.155Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-03T06:35:22.155Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-03T06:35:22.156Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.156Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-03T06:35:22.156Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.157Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ceb6a436-c060-4958-887a-222c002d08ae
2022-12-03T06:35:22.157Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.158Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:22.158Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:22.159Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-03T06:35:22.159Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.159Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.160Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.160Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-03T06:35:22.160Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:22.161Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-03T06:35:22.161Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-03T06:35:22.161Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.162Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.162Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-03T06:35:22.162Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c92f91ca-d864-4377-9d1e-adc2ec35c473
2022-12-03T06:35:22.163Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.163Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.164Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.164Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.165Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.165Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.165Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:22.166Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.166Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-03 06-33-25
Description:catalog service description
Model UUID:5b833921-02ae-4fe5-8eb1-98ff7bb327e1
Model Version:NULL
Model InvariantUuid:b1088625-2f72-4317-a2d4-e671d30f2cb6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f39cac5e-f2f3
Model UUID:0bc87923-886f-4d78-a150-dd1d071b4e36
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:028b28a8-ffc1-4321-a170-ea79d1001050
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:287eeb52-f0e2-466c-a41c-6f29c2641f19
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:331a9f2a-e181-4e1d-b025-ae3fa0848135
ModelName:VfwF39cac5eF2f3..base_vfw..module-0
ModelUuid:6e6427e9-b6b2-4f41-9d3a-93095df245fc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ccc44a26-4c5e-46ca-bcd1-319aad4493d8
ModelInvariantUuid:3dccd5c3-9f8d-4fd7-bec5-f2fdd326fb9d
ModelName:vFW f39cac5e-f2f3-nodes.vfwCvfc
ModelUuid:24613dfe-b48d-4743-b533-62dfcbf5e646
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6dcaaaf3-c885-40a8-8620-24fe319e1861
ModelInvariantUuid:f4af5919-cebf-451e-bef6-c32c60db9cd1
ModelName:VfwF39cac5eF2f3.compute.nodes.heat.vfw
ModelUuid:f5672b63-ecb5-4c44-8cb9-2caa0b3b7aba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ceb6a436-c060-4958-887a-222c002d08ae
ModelInvariantUuid:17253d00-2b04-4436-b254-05d1219f7696
ModelName:vFW f39cac5e-f2f3-nodes.vsnCvfc
ModelUuid:c2d0c553-efd3-4468-a3ff-e16cc007556b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9f5a3a17-ddaa-4162-8490-8c2c7e106e42
ModelInvariantUuid:fb7d5c41-0543-41d1-a4ff-e4b50313d415
ModelName:VfwF39cac5eF2f3.compute.nodes.heat.vsn
ModelUuid:cad4fafc-18bf-422e-952e-f121d039e801
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c92f91ca-d864-4377-9d1e-adc2ec35c473
ModelInvariantUuid:7b53408c-583b-43b2-ab13-650df38a7df7
ModelName:vFW f39cac5e-f2f3-nodes.vpgCvfc
ModelUuid:3ca4adab-7858-4934-b1b9-a78276a55f24
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:abf083fa-bdad-4124-a8d1-f8ac561b45bf
ModelInvariantUuid:89a85600-91ab-4fca-bf67-d512daa8bb67
ModelName:VfwF39cac5eF2f3.compute.nodes.heat.vpg
ModelUuid:51a08ed2-31b2-4e5d-83f7-567cd9612952
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T06:35:22.186Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: df3d8f80-f1ef-44dd-87fb-d541d9b623a2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:35:22.334Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||vFW f39cac5e-f2f3 0
2022-12-03T06:35:22.343Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df3d8f80-f1ef-44dd-87fb-d541d9b623a2
2022-12-03T06:35:22.343Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 88171ccf-55b0-4314-8a94-e1bd0a0bb0fc from URL: /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json
2022-12-03T06:35:22.344Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-03T06:35:22.344Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json
2022-12-03T06:35:22.434Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-03T06:35:22.436Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json 88171ccf-55b0-4314-8a94-e1bd0a0bb0fc 785
2022-12-03T06:35:22.436Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json ASDC sendASDCNotification
2022-12-03T06:35:22.436Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json
2022-12-03T06:35:22.437Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:35:22.437Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:22.442Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:22.442Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049322436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:35:22.542Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:22.543Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:22.543Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:22.561Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:22.562Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:23.445Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF39cac5eF2f3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "331a9f2a-e181-4e1d-b025-ae3fa0848135",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6e6427e9-b6b2-4f41-9d3a-93095df245fc",
"vfModuleModelCustomizationUUID": "d909bd76-4dd9-4fa7-8664-42b7549c9113",
"isBase": true,
"artifacts": [
"cc3f2566-9d53-47d0-a909-1f5adac48cfe",
"1219905b-e095-46a3-9019-cfde22a10991"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-03T06:35:23.464Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF39cac5eF2f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e6427e9-b6b2-4f41-9d3a-93095df245fc
VfModuleModelInvariantUUID:331a9f2a-e181-4e1d-b025-ae3fa0848135
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc3f2566-9d53-47d0-a909-1f5adac48cfe
,
1219905b-e095-46a3-9019-cfde22a10991
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-03T06:35:23.468Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF39cac5eF2f3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "331a9f2a-e181-4e1d-b025-ae3fa0848135",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6e6427e9-b6b2-4f41-9d3a-93095df245fc",
"vfModuleModelCustomizationUUID": "d909bd76-4dd9-4fa7-8664-42b7549c9113",
"isBase": true,
"artifacts": [
"cc3f2566-9d53-47d0-a909-1f5adac48cfe",
"1219905b-e095-46a3-9019-cfde22a10991"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-03T06:35:23.469Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF39cac5eF2f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e6427e9-b6b2-4f41-9d3a-93095df245fc
VfModuleModelInvariantUUID:331a9f2a-e181-4e1d-b025-ae3fa0848135
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc3f2566-9d53-47d0-a909-1f5adac48cfe
,
1219905b-e095-46a3-9019-cfde22a10991
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-03T06:35:23.469Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cc3f2566-9d53-47d0-a909-1f5adac48cfe from URL: /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml
2022-12-03T06:35:23.469Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-03T06:35:23.469Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml
2022-12-03T06:35:23.569Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-03T06:35:23.571Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml cc3f2566-9d53-47d0-a909-1f5adac48cfe 20368
2022-12-03T06:35:23.572Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-03T06:35:23.572Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml
2022-12-03T06:35:23.572Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:35:23.572Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:23.576Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:23.577Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049323572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:35:23.676Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:35:23.678Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:23.678Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:23.693Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:23.694Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:24.579Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1219905b-e095-46a3-9019-cfde22a10991 from URL: /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
2022-12-03T06:35:24.579Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-03T06:35:24.580Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
2022-12-03T06:35:24.673Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-03T06:35:24.673Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env 1219905b-e095-46a3-9019-cfde22a10991 2098
2022-12-03T06:35:24.674Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-03T06:35:24.674Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
2022-12-03T06:35:24.674Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:35:24.675Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:24.680Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:24.680Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049324674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:35:24.779Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:24.781Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:24.781Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:24.793Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:24.794Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:25.683Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5b833921-02ae-4fe5-8eb1-98ff7bb327e1
2022-12-03T06:35:25.684Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f39cac5e-f2f3 0 df3d8f80-f1ef-44dd-87fb-d541d9b623a2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:35:25.756Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5dde6bcc, org.onap.sdc.toscaparser.api.parameters.Input@7826322c, org.onap.sdc.toscaparser.api.parameters.Input@5f40dfc4, org.onap.sdc.toscaparser.api.parameters.Input@226746fb, org.onap.sdc.toscaparser.api.parameters.Input@c49d970]
2022-12-03T06:35:25.765Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.766Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.767Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-12-03T06:35:25.767Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 287eeb52-f0e2-466c-a41c-6f29c2641f19
2022-12-03T06:35:25.767Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 287eeb52-f0e2-466c-a41c-6f29c2641f19 matches Tosca VF Customization UUID: 287eeb52-f0e2-466c-a41c-6f29c2641f19
2022-12-03T06:35:25.767Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 287eeb52-f0e2-466c-a41c-6f29c2641f19 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-03T06:35:25.781Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.781Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.783Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 287eeb52-f0e2-466c-a41c-6f29c2641f19: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-03T06:35:25.783Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d5efb00
2022-12-03T06:35:25.784Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.784Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:35:25.784Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d909bd76-4dd9-4fa7-8664-42b7549c9113
2022-12-03T06:35:25.786Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d909bd76-4dd9-4fa7-8664-42b7549c9113
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-03T06:35:25.798Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.798Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.799Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:25.800Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.800Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.800Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:25.801Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.801Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:25.801Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:25.801Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-03T06:35:25.801Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:25.802Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-03T06:35:25.802Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-03T06:35:25.803Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.803Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.803Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-03T06:35:25.803Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.804Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-03T06:35:25.804Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.804Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ccc44a26-4c5e-46ca-bcd1-319aad4493d8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-03T06:35:25.817Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.818Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.818Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:25.818Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.819Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:25.819Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:25.819Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-03T06:35:25.819Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.820Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.820Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.820Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-03T06:35:25.820Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:25.820Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-03T06:35:25.821Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-03T06:35:25.821Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.821Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-03T06:35:25.821Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.821Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ceb6a436-c060-4958-887a-222c002d08ae
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-03T06:35:25.824Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.825Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.825Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:25.828Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.828Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:25.829Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:25.829Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-03T06:35:25.829Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.829Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.829Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.830Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-03T06:35:25.830Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:25.830Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-03T06:35:25.830Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-03T06:35:25.831Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.831Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.831Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-03T06:35:25.831Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c92f91ca-d864-4377-9d1e-adc2ec35c473
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-03T06:35:25.835Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.835Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.835Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:25.835Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.836Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.836Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=287eeb52-f0e2-466c-a41c-6f29c2641f19
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:35:25.839Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.840Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.841Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5b833921-02ae-4fe5-8eb1-98ff7bb327e1: vFW f39cac5e-f2f3
2022-12-03T06:35:25.841Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.842Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.842Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.842Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.843Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.843Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.843Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.844Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.844Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:35:25.844Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.845Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-12-03 06-33-25
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:26.193Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f39cac5e-f2f3 df3d8f80-f1ef-44dd-87fb-d541d9b623a2 1 ASDC deployResourceStructure
2022-12-03T06:35:26.193Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json ASDC sendASDCNotification
2022-12-03T06:35:26.193Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json
2022-12-03T06:35:26.194Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:35:26.194Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:26.196Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:26.196Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049326193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "DEPLOY_OK"
}
2022-12-03T06:35:26.297Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:35:26.298Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:26.299Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:26.313Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:26.313Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:27.202Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-03T06:35:27.203Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml
2022-12-03T06:35:27.203Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:35:27.203Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:27.205Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:27.205Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049327202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-03T06:35:27.306Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:27.307Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:27.307Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:27.319Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:27.329Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:35:28.207Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-03T06:35:28.208Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
2022-12-03T06:35:28.212Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:35:28.212Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:28.214Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:28.215Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049328206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-03T06:35:28.314Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:28.316Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:28.316Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:28.333Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:28.334Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:29.216Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar ASDC sendASDCNotification
2022-12-03T06:35:29.217Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:29.218Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:35:29.220Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:29.224Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:29.224Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049329216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-03T06:35:29.327Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-03T06:35:29.329Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:29.329Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:29.341Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:35:29.342Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:35:30.226Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbc0490c-02fb-44a2-b111-b5234225e113
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:35:30.286Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbc0490c-02fb-44a2-b111-b5234225e113
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:35:30.290Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:35:30.290Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:35:30.291Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T06:35:30.291Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T06:35:30.291Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:35:30.291Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:35:30.291Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:35:30.292Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:35:30.292Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:35:30.292Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:35:30.299Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T06:36:00.299Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbc0490c-02fb-44a2-b111-b5234225e113 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T06:36:00.346Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbc0490c-02fb-44a2-b111-b5234225e113 and serviceModelVersionId: 5b833921-02ae-4fe5-8eb1-98ff7bb327e1
2022-12-03T06:36:00.346Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1088625-2f72-4317-a2d4-e671d30f2cb6
2022-12-03T06:36:06.944Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:36:06.945Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:36:06.946Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:36:07.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:36:07.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:36:07.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:36:07.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:36:19.787Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0
2022-12-03T06:36:19.941Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T06:36:20.710Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0|INFO|500||Invoke
2022-12-03T06:36:20.722Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbc0490c-02fb-44a2-b111-b5234225e113], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b25637bd-587b-4160-82a9-8828d815b962], X-ECOMP-RequestID=[bbc0490c-02fb-44a2-b111-b5234225e113], X-TransactionId=[], X-ONAP-RequestID=[bbc0490c-02fb-44a2-b111-b5234225e113], Content-Type=[application/merge-patch+json]}
2022-12-03T06:36:20.910Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-03T06:36:21.125Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 06:36:21 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-221203-06:36:21:426-67066], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T06:36:21.128Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-03T06:36:21.129Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0|INFO|500||InvokeReturn
2022-12-03T06:36:21.135Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T06:36:21.137Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:36:21.145Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T06:36:21.147Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbc0490c-02fb-44a2-b111-b5234225e113 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T06:36:21.149Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T06:36:21.149Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:36:21.152Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:36:21.153Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049381147,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:36:21.258Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 43 ms
2022-12-03T06:36:21.260Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:36:21.260Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:36:21.278Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:36:21.279Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:36:22.232Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:36:22.233Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:36:22.234Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:36:31.785Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:37:06.928Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:37:06.929Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:37:06.929Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:37:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:37:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:37:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:37:07.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:37:07.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "NOTIFIED"
}
2022-12-03T06:37:07.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:37:07.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-03T06:37:07.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:37:07.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:37:07.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:37:07.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-03T06:37:07.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:37:07.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:37:07.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:37:07.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049306928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:37:07.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-03T06:37:07.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049315301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:37:07.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049322436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:37:07.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049323572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:37:07.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049324674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:37:07.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049326193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
"status": "DEPLOY_OK"
}
2022-12-03T06:37:07.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049327202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-03T06:37:07.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049328206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-03T06:37:07.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049329216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-03T06:37:07.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:16.523Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:38:06.928Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:38:06.931Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:38:06.931Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:38:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:38:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:38:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:38:07.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:38:07.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:38:07.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049381147,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:38:07.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:38:16.480Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:06.929Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:39:06.930Z||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-12-03T06:39:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:39:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:39:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:07.217Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:07.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049497778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "aai-model-loader",
"timestamp": 1670049525600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "cds",
"timestamp": 1670049517735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "aai-model-loader",
"timestamp": 1670049525600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049497778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "NOTIFIED"
}
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "cds",
"timestamp": 1670049517735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "aai-model-loader",
"timestamp": 1670049525600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049497778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "cds",
"timestamp": 1670049517735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "aai-model-loader",
"timestamp": 1670049525600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049497778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "cds",
"timestamp": 1670049517735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049497778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-03T06:39:07.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "aai-model-loader",
"timestamp": 1670049525600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "cds",
"timestamp": 1670049517735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "aai-model-loader",
"timestamp": 1670049525600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049497778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "cds",
"timestamp": 1670049517735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "aai-model-loader",
"timestamp": 1670049525600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:39:07.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049497778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "cds",
"timestamp": 1670049517735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049534083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "aai-model-loader",
"timestamp": 1670049533723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "cds",
"timestamp": 1670049534304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049533604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049535175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:39:07.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "cds",
"timestamp": 1670049535312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:39:07.270Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d52b988a-c499-4d97-b795-380637d4c74a
2022-12-03T06:39:07.270Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52b988a-c499-4d97-b795-380637d4c74a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:39:07.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049533604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049536242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:39:07.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049533604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049537268,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:39:07.298Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d52b988a-c499-4d97-b795-380637d4c74a
2022-12-03T06:39:07.298Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52b988a-c499-4d97-b795-380637d4c74a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:39:07.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049533604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "multicloud-k8s",
"timestamp": 1670049538270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-03T06:39:07.310Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049533604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049533604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049539658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "ves-openapi-manager",
"timestamp": 1670049533604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049539658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "aai-model-loader",
"timestamp": 1670049541516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049539658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "aai-model-loader",
"timestamp": 1670049542520,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:39:07.323Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d52b988a-c499-4d97-b795-380637d4c74a
2022-12-03T06:39:07.324Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52b988a-c499-4d97-b795-380637d4c74a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:39:07.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049539658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049539658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049539658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049539658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:39:07.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-03T06:39:07.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:07.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d52b988a-c499-4d97-b795-380637d4c74a","serviceName":"basic_onboard_eIKlPN","serviceVersion":"1.0","serviceUUID":"df8d8fee-aeea-4f1c-b6b3-f311dece4b08","serviceDescription":"service","serviceInvariantUUID":"b5133963-b107-4ed3-8312-3d0fddbb3ec8","resources":[{"resourceInstanceName":"basic_onboard_eIKlPN 0","resourceName":"basic_onboard_eIKlPN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"297ce12d-ed88-4ea5-a2e9-f317439fda1e","resourceInvariantUUID":"c356f075-e8d3-4e55-978c-1d9ca67184ec","resourceCustomizationUUID":"57a04864-ef45-4a3d-b586-7c98547a76d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml","artifactChecksum":"ZDg1OTEwMWU2ZjNlNTlhNTE3MjIyOTZhNTc4YmVmNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b41bddf-808b-4112-8b4d-74c6ee57c3f0","artifactVersion":"1"},{"artifactName":"basic_onboard_eiklpn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json","artifactChecksum":"Mjk4Y2VhOTNjYTNmOTM3N2ExZDI4NTNiMmQ4ODhhNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7690053-e961-496f-b5ac-8a4df9ff29ec","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8a8133b3-73bc-4472-997d-0e13a6454cf8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85aaf16d-b03a-46ae-ab65-70934e6eb9ea","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5","artifactVersion":"2","generatedFromUUID":"8a8133b3-73bc-4472-997d-0e13a6454cf8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEiklpn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml","artifactChecksum":"MDMyOTE5Mjg0OGIzZGVkNDY1ZTA1MGM2OGIwOTJkNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a01303e4-fa36-4e70-9867-04cfce041776","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEiklpn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar","artifactChecksum":"NWI3NmVmNTgyMTA5OTQxNWE0MTlhYzY0MTE4ZmQ4MWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32447041-4b81-435f-a833-69a054ebe17e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T06:39:07.597Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:07.598Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:07.602Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:07.602Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.702Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:39:07.703Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:07.703Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:07.715Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:07.716Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:08.603Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:08.604Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:08.606Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:08.606Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "NOTIFIED"
}
2022-12-03T06:39:08.706Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:08.708Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:08.708Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:08.721Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:08.722Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:09.607Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:09.607Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:09.610Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:09.610Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-03T06:39:09.710Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:09.712Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:09.712Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:09.724Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:09.725Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:10.610Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:10.611Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:10.614Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:10.614Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:10.715Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T06:39:10.717Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:10.718Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:10.728Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:10.730Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:11.615Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:11.616Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:11.621Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:11.621Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-03T06:39:11.719Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:39:11.721Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:11.721Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:11.734Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:11.735Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:12.621Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:12.623Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:12.625Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:12.625Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:39:12.725Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:39:12.727Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:12.727Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:12.802Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:12.803Z||pool-24-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:39:13.626Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:13.627Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:13.632Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:13.633Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:39:13.734Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T06:39:13.737Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:13.738Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:13.752Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:13.754Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:39:14.637Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"serviceName": "basic_onboard_eIKlPN",
"serviceVersion": "1.0",
"serviceUUID": "df8d8fee-aeea-4f1c-b6b3-f311dece4b08",
"serviceDescription": "service",
"serviceInvariantUUID": "b5133963-b107-4ed3-8312-3d0fddbb3ec8",
"resources": [
{
"resourceInstanceName": "basic_onboard_eIKlPN 0",
"resourceCustomizationUUID": "57a04864-ef45-4a3d-b586-7c98547a76d5",
"resourceName": "basic_onboard_eIKlPN",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "297ce12d-ed88-4ea5-a2e9-f317439fda1e",
"resourceInvariantUUID": "c356f075-e8d3-4e55-978c-1d9ca67184ec",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_eiklpn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"artifactChecksum": "Mjk4Y2VhOTNjYTNmOTM3N2ExZDI4NTNiMmQ4ODhhNWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7690053-e961-496f-b5ac-8a4df9ff29ec",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8a8133b3-73bc-4472-997d-0e13a6454cf8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5",
"generatedFromUUID": "8a8133b3-73bc-4472-997d-0e13a6454cf8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardEiklpn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"artifactChecksum": "NWI3NmVmNTgyMTA5OTQxNWE0MTlhYzY0MTE4ZmQ4MWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "32447041-4b81-435f-a833-69a054ebe17e"
}
],
"workloadContext": "Production"
}
2022-12-03T06:39:14.637Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T06:39:14.637Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df8d8fee-aeea-4f1c-b6b3-f311dece4b08 ASDC
2022-12-03T06:39:14.638Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d52b988a-c499-4d97-b795-380637d4c74a
ServiceName:basic_onboard_eIKlPN
ServiceVersion:1.0
ServiceUUID:df8d8fee-aeea-4f1c-b6b3-f311dece4b08
ServiceInvariantUUID:b5133963-b107-4ed3-8312-3d0fddbb3ec8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEiklpn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar
ArtifactUUID:32447041-4b81-435f-a833-69a054ebe17e
ArtifactChecksum:NWI3NmVmNTgyMTA5OTQxNWE0MTlhYzY0MTE4ZmQ4MWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_eIKlPN 0
ResourceCustomizationUUID:57a04864-ef45-4a3d-b586-7c98547a76d5
ResourceInvariantUUID:c356f075-e8d3-4e55-978c-1d9ca67184ec
ResourceName:basic_onboard_eIKlPN
ResourceType:VF
ResourceUUID:297ce12d-ed88-4ea5-a2e9-f317439fda1e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eiklpn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json
ArtifactUUID:a7690053-e961-496f-b5ac-8a4df9ff29ec
ArtifactChecksum:Mjk4Y2VhOTNjYTNmOTM3N2ExZDI4NTNiMmQ4ODhhNWM=
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/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8a8133b3-73bc-4472-997d-0e13a6454cf8
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/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
ArtifactUUID:d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5
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/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
ArtifactUUID:d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-03T06:39:14.638Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df8d8fee-aeea-4f1c-b6b3-f311dece4b08 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:39:14.700Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:39:14.701Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:39:14.701Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:39:14.701Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 32447041-4b81-435f-a833-69a054ebe17e from URL: /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:14.701Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:39:14.702Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:14.834Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:39:14.840Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar 32447041-4b81-435f-a833-69a054ebe17e 75669
2022-12-03T06:39:14.841Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar ASDC sendASDCNotification
2022-12-03T06:39:14.841Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:14.841Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:39:14.841Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:14.844Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:14.844Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049554841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:39:14.944Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:14.946Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:14.947Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:14.978Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:14.978Z||pool-26-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:15.845Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:39:15.846Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:39:15.847Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 32447041-4b81-435f-a833-69a054ebe17e, URL: /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar to file: /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:15.847Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:15.848Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:15.848Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:16.059Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3945970444494406252/Definitions/service-BasicOnboardEiklpn-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-03T06:39:18.000Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_eIKlPN 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||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-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||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-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||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-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||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-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:39:18.003Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:39:18.003Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.003Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.003Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:18.004Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:39:18.004Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:39:18.004Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.004Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.004Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is not matching search criteria
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is not matching search criteria
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87a780ec-2ef5-4ba8-a3ca-5ce824e128b0
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.009Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:18.009Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.009Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_eIKlPN
Description:service
Model UUID:df8d8fee-aeea-4f1c-b6b3-f311dece4b08
Model Version:NULL
Model InvariantUuid:b5133963-b107-4ed3-8312-3d0fddbb3ec8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_eIKlPN
Model UUID:1be96688-73c1-4622-9fe1-428e62a12e36
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c356f075-e8d3-4e55-978c-1d9ca67184ec
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:57a04864-ef45-4a3d-b586-7c98547a76d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e938beb1-382d-4b7f-84c5-13f441f65f2b
ModelName:BasicOnboardEiklpn..base_ubuntu18..module-0
ModelUuid:664869dd-e98f-449c-90bb-1ccde3d5b2c7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:87a780ec-2ef5-4ba8-a3ca-5ce824e128b0
ModelInvariantUuid:442996f3-6907-4de1-9b6d-980fc06d401b
ModelName:basic_onboard_eIKlPN-nodes.ubuntu18Cvfc
ModelUuid:16efa804-3501-48f1-ae13-d8a91960b0e8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7993c6da-e037-4344-84f4-d2921551505b
ModelInvariantUuid:c4c140f1-634f-4aa1-a3b4-428e9f6f3dc9
ModelName:BasicOnboardEiklpn.compute.nodes.heat.ubuntu18
ModelUuid:5566a4b5-c407-4697-b208-8a11004f8eb0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T06:39:18.028Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 297ce12d-ed88-4ea5-a2e9-f317439fda1e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:39:18.037Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||basic_onboard_eIKlPN 0
2022-12-03T06:39:18.037Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 297ce12d-ed88-4ea5-a2e9-f317439fda1e
2022-12-03T06:39:18.037Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a7690053-e961-496f-b5ac-8a4df9ff29ec from URL: /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json
2022-12-03T06:39:18.038Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:39:18.038Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json
2022-12-03T06:39:18.167Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:39:18.168Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json a7690053-e961-496f-b5ac-8a4df9ff29ec 798
2022-12-03T06:39:18.168Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json ASDC sendASDCNotification
2022-12-03T06:39:18.168Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json
2022-12-03T06:39:18.168Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:39:18.169Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:18.172Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:18.172Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049558168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:39:18.274Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-03T06:39:18.276Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:18.276Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:18.290Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:18.291Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:39:19.173Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEiklpn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e938beb1-382d-4b7f-84c5-13f441f65f2b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "664869dd-e98f-449c-90bb-1ccde3d5b2c7",
"vfModuleModelCustomizationUUID": "ffe0f546-c0f0-499e-a350-dea91ad53392",
"isBase": true,
"artifacts": [
"8a8133b3-73bc-4472-997d-0e13a6454cf8",
"d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-03T06:39:19.181Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEiklpn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:664869dd-e98f-449c-90bb-1ccde3d5b2c7
VfModuleModelInvariantUUID:e938beb1-382d-4b7f-84c5-13f441f65f2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a8133b3-73bc-4472-997d-0e13a6454cf8
,
d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-03T06:39:19.186Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEiklpn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e938beb1-382d-4b7f-84c5-13f441f65f2b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "664869dd-e98f-449c-90bb-1ccde3d5b2c7",
"vfModuleModelCustomizationUUID": "ffe0f546-c0f0-499e-a350-dea91ad53392",
"isBase": true,
"artifacts": [
"8a8133b3-73bc-4472-997d-0e13a6454cf8",
"d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-03T06:39:19.186Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEiklpn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:664869dd-e98f-449c-90bb-1ccde3d5b2c7
VfModuleModelInvariantUUID:e938beb1-382d-4b7f-84c5-13f441f65f2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a8133b3-73bc-4472-997d-0e13a6454cf8
,
d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-03T06:39:19.186Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a8133b3-73bc-4472-997d-0e13a6454cf8 from URL: /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml
2022-12-03T06:39:19.187Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:39:19.187Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml
2022-12-03T06:39:19.290Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:39:19.291Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml 8a8133b3-73bc-4472-997d-0e13a6454cf8 5033
2022-12-03T06:39:19.291Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-03T06:39:19.292Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml
2022-12-03T06:39:19.292Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:39:19.292Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:19.299Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:19.299Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049559291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:39:19.398Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:39:19.400Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:19.400Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:19.441Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:19.442Z||pool-28-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:20.302Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5 from URL: /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
2022-12-03T06:39:20.303Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:39:20.303Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
2022-12-03T06:39:20.367Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:39:20.367Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5 909
2022-12-03T06:39:20.368Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-03T06:39:20.368Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
2022-12-03T06:39:20.369Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:39:20.369Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:20.372Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:20.372Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049560368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:39:20.472Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:20.473Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:20.474Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:20.486Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:20.488Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:21.376Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: df8d8fee-aeea-4f1c-b6b3-f311dece4b08
2022-12-03T06:39:21.377Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_eIKlPN 0 297ce12d-ed88-4ea5-a2e9-f317439fda1e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:39:21.396Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d16568a, org.onap.sdc.toscaparser.api.parameters.Input@7f975918, org.onap.sdc.toscaparser.api.parameters.Input@124f413b, org.onap.sdc.toscaparser.api.parameters.Input@17fe3579, org.onap.sdc.toscaparser.api.parameters.Input@78b3830a]
2022-12-03T06:39:21.398Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.398Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.398Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-12-03T06:39:21.399Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 57a04864-ef45-4a3d-b586-7c98547a76d5
2022-12-03T06:39:21.399Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 57a04864-ef45-4a3d-b586-7c98547a76d5 matches Tosca VF Customization UUID: 57a04864-ef45-4a3d-b586-7c98547a76d5
2022-12-03T06:39:21.399Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 57a04864-ef45-4a3d-b586-7c98547a76d5 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-03T06:39:21.403Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.403Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.404Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 57a04864-ef45-4a3d-b586-7c98547a76d5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-03T06:39:21.404Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33b420ae
2022-12-03T06:39:21.404Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.404Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:39:21.405Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffe0f546-c0f0-499e-a350-dea91ad53392
2022-12-03T06:39:21.405Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffe0f546-c0f0-499e-a350-dea91ad53392
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-03T06:39:21.409Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.409Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:21.410Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:21.411Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.411Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:21.411Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:21.411Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.412Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is not matching search criteria
2022-12-03T06:39:21.412Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-03T06:39:21.412Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-03T06:39:21.412Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87a780ec-2ef5-4ba8-a3ca-5ce824e128b0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-03T06:39:21.415Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.415Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:21.415Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:21.416Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.416Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:21.416Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=57a04864-ef45-4a3d-b586-7c98547a76d5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:39:21.418Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.418Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.419Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid df8d8fee-aeea-4f1c-b6b3-f311dece4b08: basic_onboard_eIKlPN
2022-12-03T06:39:21.419Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.419Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.419Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.419Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.420Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.420Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.420Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.420Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.420Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:39:21.421Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.421Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_eIKlPN
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:39:21.548Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_eIKlPN 297ce12d-ed88-4ea5-a2e9-f317439fda1e 1 ASDC deployResourceStructure
2022-12-03T06:39:21.549Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json ASDC sendASDCNotification
2022-12-03T06:39:21.550Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json
2022-12-03T06:39:21.550Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:39:21.550Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:21.554Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:21.554Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049561549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-03T06:39:21.654Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:39:21.655Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:21.655Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:21.689Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:21.690Z||pool-30-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:22.556Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-03T06:39:22.557Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml
2022-12-03T06:39:22.557Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:39:22.558Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:22.560Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:22.561Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049562556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-03T06:39:22.661Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:22.663Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:22.663Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:22.675Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:22.684Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:39:23.562Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-03T06:39:23.563Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
2022-12-03T06:39:23.563Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:39:23.563Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:23.565Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:23.566Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049563562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-03T06:39:23.666Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:23.667Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:23.668Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:23.684Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:23.685Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:24.566Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar ASDC sendASDCNotification
2022-12-03T06:39:24.567Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:24.568Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:39:24.568Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:24.571Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:24.571Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049564566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-03T06:39:24.671Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:24.672Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:24.672Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:24.692Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:39:24.693Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:39:25.572Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:39:25.591Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:39:25.595Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:39:25.595Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:39:25.596Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:39:25.596Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:39:55.597Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:39:55.610Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:39:55.613Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:39:55.613Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:39:55.614Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:39:55.614Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:40:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:40:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:40:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:40:06.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:40:06.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:40:06.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049547562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:40:06.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:40:25.615Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:40:25.635Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:40:25.643Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:40:25.643Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:40:25.643Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:40:25.644Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:40:55.644Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:40:55.659Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:40:55.664Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:40:55.665Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:40:55.665Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:40:55.666Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:41:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:41:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:41:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:41:07.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:41:07.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:41:07.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-03T06:41:07.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "NOTIFIED"
}
2022-12-03T06:41:07.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-03T06:41:07.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049549893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-03T06:41:07.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-03T06:41:07.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-03T06:41:07.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670049550896,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:41:07.501Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d52b988a-c499-4d97-b795-380637d4c74a
2022-12-03T06:41:07.501Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52b988a-c499-4d97-b795-380637d4c74a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:41:07.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:41:07.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-03T06:41:07.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-03T06:41:07.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-03T06:41:07.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:41:07.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-03T06:41:07.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049546928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:41:07.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-03T06:41:07.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049554841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:41:07.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049558168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:41:07.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049559291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:41:07.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049560368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:41:07.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049561549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-03T06:41:07.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049562556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049563562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049564566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-03T06:41:07.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:25.666Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:41:25.706Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:41:25.713Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:41:25.713Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:41:25.713Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T06:41:25.713Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:41:25.722Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T06:41:55.723Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T06:41:55.736Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d52b988a-c499-4d97-b795-380637d4c74a and serviceModelVersionId: df8d8fee-aeea-4f1c-b6b3-f311dece4b08
2022-12-03T06:41:55.736Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b5133963-b107-4ed3-8312-3d0fddbb3ec8
2022-12-03T06:41:55.738Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0
2022-12-03T06:41:55.746Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T06:41:55.852Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-03T06:41:55.855Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0|INFO|500||Invoke
2022-12-03T06:41:55.902Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-03T06:41:56.023Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0|INFO|500||InvokeReturn
2022-12-03T06:41:56.024Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 06:41:56 GMT], content-length=[0], vertex-id=[368856], x-aai-txid=[0-aai-resources-221203-06:41:56:407-41465], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T06:41:56.024Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-03T06:41:56.025Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T06:41:56.026Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:41:56.037Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T06:41:56.038Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d52b988a-c499-4d97-b795-380637d4c74a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T06:41:56.038Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T06:41:56.039Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:41:56.042Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:41:56.042Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049716038,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:41:56.142Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:41:56.144Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:41:56.144Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:41:56.162Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:41:56.164Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:41:57.059Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:41:57.061Z|d52b988a-c499-4d97-b795-380637d4c74a|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-12-03T06:41:57.061Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:42:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:42:06.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:42:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:42:07.402Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:42:07.404Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:42:07.405Z|d52b988a-c499-4d97-b795-380637d4c74a|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-12-03T06:42:07.405Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:42:07.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:42:07.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:42:07.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670049716038,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:42:07.590Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:42:16.964Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:42:16.965Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:42:16.967Z|d52b988a-c499-4d97-b795-380637d4c74a|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-12-03T06:42:16.967Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:42:26.512Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:43:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:43:06.931Z|d52b988a-c499-4d97-b795-380637d4c74a|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-12-03T06:43:06.931Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:43:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:43:06.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:43:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:43:16.515Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:43:16.516Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:44:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:44:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|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-12-03T06:44:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:44:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:44:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:44:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:44:16.483Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:44:16.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:45:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:45:06.930Z|d52b988a-c499-4d97-b795-380637d4c74a|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-12-03T06:45:06.930Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:45:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:45:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:45:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:45:16.482Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:45:16.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:46:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:46:06.930Z|d52b988a-c499-4d97-b795-380637d4c74a|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-12-03T06:46:06.930Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:46:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:46:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:46:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:46:16.477Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:46:16.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:47:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:47:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|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-12-03T06:47:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:47:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:47:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:47:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:47:16.488Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:47:16.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:48:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:48:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|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-12-03T06:48:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:48:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:48:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:48:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:48:16.500Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:48:16.500Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:49:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:49:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|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-12-03T06:49:06.930Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:49:06.943Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:49:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:07.572Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:49:07.573Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.574Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"82b00ece-1a5f-4f10-9eb1-198c207c79e4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8996ea8c-fc1e-45db-b471-0788d4545e6c","serviceDescription":"service","serviceInvariantUUID":"e3d30ada-eb3e-4f42-9275-6df49ab56380","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"11c3a183-592e-4bf7-8388-179b612ede7f","resourceInvariantUUID":"64cc3f11-620b-45f6-bb5e-f81706686868","resourceCustomizationUUID":"947e195b-1910-45a6-8c84-a273d519c8fa","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":"MDlkN2JhOWFmMTFhMjFiM2RlYWYyOTZlNGY0NGM3ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a753871e-7c00-4bc6-9756-d354756e5cf9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmZmMGUxYTc3MWQ5YmVmNGEyZGY0N2RiNjUzNTQ3NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4aeedf8a-6908-44d0-b3e7-38753388d7e0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T06:49:07.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:49:07.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "multicloud-k8s",
"timestamp": 1670050109298,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "aai-model-loader",
"timestamp": 1670050125600,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1670050133604,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "cds",
"timestamp": 1670050132737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "multicloud-k8s",
"timestamp": 1670050109298,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "aai-model-loader",
"timestamp": 1670050125600,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1670050133604,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "cds",
"timestamp": 1670050132737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "aai-model-loader",
"timestamp": 1670050137077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "cds",
"timestamp": 1670050137668,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:49:07.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:49:07.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "cds",
"timestamp": 1670050138686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-12-03T06:49:07.587Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:49:07.588Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:49:07.596Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:49:07.597Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050146928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:49:07.617Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82b00ece-1a5f-4f10-9eb1-198c207c79e4
2022-12-03T06:49:07.618Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:49:07.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670050139657,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-03T06:49:07.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670050139657,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:49:07.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-03T06:49:07.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "aai-model-loader",
"timestamp": 1670050141603,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670050142431,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "aai-model-loader",
"timestamp": 1670050142608,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:49:07.664Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82b00ece-1a5f-4f10-9eb1-198c207c79e4
2022-12-03T06:49:07.665Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:49:07.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670050144139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-03T06:49:07.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:49:07.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670050145142,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:49:07.682Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82b00ece-1a5f-4f10-9eb1-198c207c79e4
2022-12-03T06:49:07.682Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:49:07.696Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:49:07.697Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:49:07.697Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:07.712Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:49:07.713Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:49:08.597Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:49:08.600Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:49:08.618Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:49:08.619Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050146928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:49:08.703Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-12-03T06:49:08.707Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:49:08.707Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:08.721Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:49:08.721Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:49:09.620Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8996ea8c-fc1e-45db-b471-0788d4545e6c",
"serviceDescription": "service",
"serviceInvariantUUID": "e3d30ada-eb3e-4f42-9275-6df49ab56380",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "947e195b-1910-45a6-8c84-a273d519c8fa",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "11c3a183-592e-4bf7-8388-179b612ede7f",
"resourceInvariantUUID": "64cc3f11-620b-45f6-bb5e-f81706686868",
"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": "YmZmMGUxYTc3MWQ5YmVmNGEyZGY0N2RiNjUzNTQ3NmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4aeedf8a-6908-44d0-b3e7-38753388d7e0"
}
],
"workloadContext": "Production"
}
2022-12-03T06:49:09.620Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T06:49:09.620Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8996ea8c-fc1e-45db-b471-0788d4545e6c ASDC
2022-12-03T06:49:09.621Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:82b00ece-1a5f-4f10-9eb1-198c207c79e4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8996ea8c-fc1e-45db-b471-0788d4545e6c
ServiceInvariantUUID:e3d30ada-eb3e-4f42-9275-6df49ab56380
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:4aeedf8a-6908-44d0-b3e7-38753388d7e0
ArtifactChecksum:YmZmMGUxYTc3MWQ5YmVmNGEyZGY0N2RiNjUzNTQ3NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:947e195b-1910-45a6-8c84-a273d519c8fa
ResourceInvariantUUID:64cc3f11-620b-45f6-bb5e-f81706686868
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:11c3a183-592e-4bf7-8388-179b612ede7f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-03T06:49:09.621Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8996ea8c-fc1e-45db-b471-0788d4545e6c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:49:09.664Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:49:09.666Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:49:09.667Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:49:09.667Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4aeedf8a-6908-44d0-b3e7-38753388d7e0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-03T06:49:09.668Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:49:09.669Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-03T06:49:09.834Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:49:09.837Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4aeedf8a-6908-44d0-b3e7-38753388d7e0 57788
2022-12-03T06:49:09.838Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-03T06:49:09.838Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-03T06:49:09.838Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:49:09.838Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:49:09.842Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:49:09.842Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050149837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:49:09.946Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-03T06:49:09.949Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:49:09.949Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:09.967Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:49:09.968Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:49:10.842Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:49:10.850Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:49:10.851Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4aeedf8a-6908-44d0-b3e7-38753388d7e0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:10.851Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-03T06:49:10.852Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:10.852Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.216Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13523246424847516077/Definitions/service-BasicNetwork-template.yml
2022-12-03T06:49:11.863Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T06:49:11.864Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:49:11.864Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.865Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-03T06:49:11.865Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.865Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.865Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.866Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.866Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.866Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.867Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.867Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.867Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:49:11.868Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.868Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.869Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-03T06:49:11.869Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:49:11.869Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:49:11.870Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.870Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.871Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-03T06:49:11.871Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:49:11.871Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:49:11.872Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.872Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.872Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.872Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.873Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.874Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.874Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.874Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.875Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.875Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.875Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8996ea8c-fc1e-45db-b471-0788d4545e6c
Model Version:NULL
Model InvariantUuid:e3d30ada-eb3e-4f42-9275-6df49ab56380
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:64cc3f11-620b-45f6-bb5e-f81706686868
Model UUID:b3e2902a-f563-41c9-82b9-3e7a712dac87
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:947e195b-1910-45a6-8c84-a273d519c8fa
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T06:49:11.885Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 11c3a183-592e-4bf7-8388-179b612ede7f
2022-12-03T06:49:11.886Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||No resources found for Service: 8996ea8c-fc1e-45db-b471-0788d4545e6c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:49:11.895Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||
2022-12-03T06:49:11.896Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-03T06:49:11.897Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 8996ea8c-fc1e-45db-b471-0788d4545e6c
2022-12-03T06:49:11.897Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8996ea8c-fc1e-45db-b471-0788d4545e6c
2022-12-03T06:49:11.897Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-03T06:49:11.898Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:49:11.904Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35d55b2e, org.onap.sdc.toscaparser.api.parameters.Input@4306fc23, org.onap.sdc.toscaparser.api.parameters.Input@440ac626, org.onap.sdc.toscaparser.api.parameters.Input@6fd6d8f7, org.onap.sdc.toscaparser.api.parameters.Input@70c5f208]
2022-12-03T06:49:11.907Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.907Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.907Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.908Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.908Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8996ea8c-fc1e-45db-b471-0788d4545e6c: Generic NeutronNet
2022-12-03T06:49:11.908Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.908Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.909Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.909Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-03T06:49:11.962Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.963Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.964Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.964Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.964Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:49:11.965Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.965Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-03T06:49:12.036Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-03T06:49:12.039Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-03T06:49:12.039Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-03T06:49:12.040Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:49:12.040Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:49:12.043Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:49:12.043Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050152039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-03T06:49:12.151Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-03T06:49:12.153Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:49:12.153Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:12.184Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:49:12.185Z||pool-38-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:49:13.044Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82b00ece-1a5f-4f10-9eb1-198c207c79e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:49:13.061Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82b00ece-1a5f-4f10-9eb1-198c207c79e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:49:13.065Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:49:13.066Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:49:13.066Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T06:49:13.066Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T06:49:13.066Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:49:13.067Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:49:13.067Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:49:13.067Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-03T06:49:13.067Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:49:13.077Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T06:49:43.081Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T06:49:43.091Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and serviceModelVersionId: 8996ea8c-fc1e-45db-b471-0788d4545e6c
2022-12-03T06:49:43.092Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e3d30ada-eb3e-4f42-9275-6df49ab56380
2022-12-03T06:49:43.094Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0
2022-12-03T06:49:43.101Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T06:49:43.213Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0|INFO|500||Invoke
2022-12-03T06:49:43.213Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82b00ece-1a5f-4f10-9eb1-198c207c79e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[515a10f4-4cd6-40d3-abd8-14775ccd1543], X-ECOMP-RequestID=[82b00ece-1a5f-4f10-9eb1-198c207c79e4], X-TransactionId=[], X-ONAP-RequestID=[82b00ece-1a5f-4f10-9eb1-198c207c79e4], Content-Type=[application/merge-patch+json]}
2022-12-03T06:49:43.243Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-03T06:49:43.351Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 06:49:43 GMT], content-length=[0], vertex-id=[188416], x-aai-txid=[0-aai-resources-221203-06:49:43:721-28272], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T06:49:43.352Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-03T06:49:43.353Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0|INFO|500||InvokeReturn
2022-12-03T06:49:43.354Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T06:49:43.354Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:49:43.361Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T06:49:43.362Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T06:49:43.362Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T06:49:43.363Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:49:43.366Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:49:43.367Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050183362,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:49:43.465Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:49:43.467Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:49:43.467Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:43.487Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:49:43.488Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:50:06.928Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:50:06.929Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|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-12-03T06:50:06.930Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:50:06.943Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:50:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:07.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:50:07.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:50:07.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050146928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:50:07.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-03T06:50:07.562Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:50:07.563Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T06:50:07.563Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"44a2c77b-8753-477e-b298-743184f59215","serviceName":"Demo_pNF_TTvjqwEkf01roGZaSBIx","serviceVersion":"1.0","serviceUUID":"99ce53d4-c49f-4eca-9498-0f41918e3bbe","serviceDescription":"catalog service description","serviceInvariantUUID":"f728bf11-d9d4-4d4b-ad41-e2bd61559ea4","resources":[{"resourceInstanceName":"pNF ecbd544a-2e6f 0","resourceName":"pNF ecbd544a-2e6f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"be9f7a7c-5d8b-4033-a9eb-dc7bdf290026","resourceInvariantUUID":"c4fd0f60-6506-40cf-bb4b-1728ef7a47d3","resourceCustomizationUUID":"065118fa-98ca-4d06-8a6a-002e06b8ed19","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vf-license-model.xml","artifactChecksum":"YThjMDJlODViMjQ3MWU1YmJkMzhlZDEwZTlmZjE3YWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"964add98-f23b-462f-906f-533a0272686c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/pNF.csar","artifactChecksum":"NjI3NTBlNzU1MjZlYWIyYmNiNDU4MGM3M2ZhM2E2ZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31d45ab1-7842-4404-b6a6-9ccfdcc12374","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bb60520-1795-4728-892f-cb55b70d355f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjZTIyMTM1ZDY4NTU3MWEyNGViMDFmYmZhNWIwMTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"482f3579-8e3b-4f2b-8b91-da411e955439","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53b2fc8a-b5c1-4092-98e7-1d01aeba6355","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8fdfc4a7-51a8-44ab-b899-22b2c07ca5e5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTtvjqwekf01rogzasbix-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-template.yml","artifactChecksum":"MDM1YjEwY2JiZjViZWI4NzZiZGE0NjE2ZmU5OTJmMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5a140e8-71cd-4424-ab5d-2284de3028f8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTtvjqwekf01rogzasbix-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar","artifactChecksum":"ODgzMTM4ZDQ2MTI4ZDNhOWU0MDg5NTdiMzMwZTlkYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"825480cc-d08d-4574-a168-d9d787efaa4e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T06:50:07.568Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:07.569Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:07.571Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:07.572Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44a2c77b-8753-477e-b298-743184f59215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050206928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:50:07.672Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:50:07.673Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:07.673Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:07.687Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:50:07.688Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:08.572Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:08.574Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:08.576Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:08.576Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44a2c77b-8753-477e-b298-743184f59215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050206928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:50:08.676Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:50:08.678Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:08.678Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:08.696Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:50:08.697Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:09.577Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:09.578Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:09.580Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:09.581Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44a2c77b-8753-477e-b298-743184f59215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050206928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:50:09.681Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:50:09.682Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:09.682Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:09.693Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:50:09.694Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:10.581Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:10.582Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:10.588Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:10.589Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44a2c77b-8753-477e-b298-743184f59215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050206928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:50:10.689Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:50:10.690Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:10.690Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:10.704Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:50:10.705Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:11.589Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:11.590Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:11.593Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:11.593Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44a2c77b-8753-477e-b298-743184f59215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050206928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:50:11.693Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:50:11.695Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:11.695Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:11.707Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:50:11.709Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:12.594Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:12.596Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:12.600Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:12.600Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44a2c77b-8753-477e-b298-743184f59215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050206928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:50:12.700Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:50:12.701Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:12.701Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:12.727Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:50:12.728Z||pool-45-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:13.602Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:13.604Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:13.607Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:13.607Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44a2c77b-8753-477e-b298-743184f59215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050206928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-03T06:50:13.707Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:50:13.709Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:13.709Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:13.726Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:50:13.727Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:14.608Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:14.610Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:14.612Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:14.613Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44a2c77b-8753-477e-b298-743184f59215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050206928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
"status": "NOTIFIED"
}
2022-12-03T06:50:14.713Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:50:14.714Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:14.714Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:14.725Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:50:14.725Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:50:15.615Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "44a2c77b-8753-477e-b298-743184f59215",
"serviceName": "Demo_pNF_TTvjqwEkf01roGZaSBIx",
"serviceVersion": "1.0",
"serviceUUID": "99ce53d4-c49f-4eca-9498-0f41918e3bbe",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f728bf11-d9d4-4d4b-ad41-e2bd61559ea4",
"resources": [
{
"resourceInstanceName": "pNF ecbd544a-2e6f 0",
"resourceCustomizationUUID": "065118fa-98ca-4d06-8a6a-002e06b8ed19",
"resourceName": "pNF ecbd544a-2e6f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "be9f7a7c-5d8b-4033-a9eb-dc7bdf290026",
"resourceInvariantUUID": "c4fd0f60-6506-40cf-bb4b-1728ef7a47d3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
"artifactChecksum": "ODgzMTM4ZDQ2MTI4ZDNhOWU0MDg5NTdiMzMwZTlkYzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "825480cc-d08d-4574-a168-d9d787efaa4e"
}
],
"workloadContext": "Production"
}
2022-12-03T06:50:15.615Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T06:50:15.616Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 99ce53d4-c49f-4eca-9498-0f41918e3bbe ASDC
2022-12-03T06:50:15.616Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44a2c77b-8753-477e-b298-743184f59215
ServiceName:Demo_pNF_TTvjqwEkf01roGZaSBIx
ServiceVersion:1.0
ServiceUUID:99ce53d4-c49f-4eca-9498-0f41918e3bbe
ServiceInvariantUUID:f728bf11-d9d4-4d4b-ad41-e2bd61559ea4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
ArtifactUUID:825480cc-d08d-4574-a168-d9d787efaa4e
ArtifactChecksum:ODgzMTM4ZDQ2MTI4ZDNhOWU0MDg5NTdiMzMwZTlkYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ecbd544a-2e6f 0
ResourceCustomizationUUID:065118fa-98ca-4d06-8a6a-002e06b8ed19
ResourceInvariantUUID:c4fd0f60-6506-40cf-bb4b-1728ef7a47d3
ResourceName:pNF ecbd544a-2e6f
ResourceType:PNF
ResourceUUID:be9f7a7c-5d8b-4033-a9eb-dc7bdf290026
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-03T06:50:15.617Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99ce53d4-c49f-4eca-9498-0f41918e3bbe ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:50:15.647Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:50:15.648Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:50:15.648Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:50:15.648Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 825480cc-d08d-4574-a168-d9d787efaa4e from URL: /sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:15.649Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:50:15.649Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:15.743Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:50:15.748Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar 825480cc-d08d-4574-a168-d9d787efaa4e 88000
2022-12-03T06:50:15.748Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar ASDC sendASDCNotification
2022-12-03T06:50:15.748Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:15.749Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:50:15.749Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:15.752Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:15.752Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44a2c77b-8753-477e-b298-743184f59215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670050215748,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-03T06:50:15.852Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:50:15.853Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:15.853Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:15.866Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-03T06:50:15.867Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:50:16.753Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:50:16.755Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:50:16.756Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 825480cc-d08d-4574-a168-d9d787efaa4e, URL: /sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar to file: /app/ASDC/1/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:16.757Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:16.758Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:16.759Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:16.941Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18173908964847847716/Definitions/service-DemoPnfTtvjqwekf01rogzasbix-template.yml
2022-12-03T06:50:18.023Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T06:50:18.023Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:50:18.023Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ecbd544a-2e6f 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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:50:18.025Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:50:18.025Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.025Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Node template pNF ecbd544a-2e6f 0 is matching search criteria
2022-12-03T06:50:18.025Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ecbd544a-2e6f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Node template pNF ecbd544a-2e6f 0 is matching search criteria
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ecbd544a-2e6f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.028Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:50:18.028Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.028Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:50:18.028Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.028Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_TTvjqwEkf01roGZaSBIx
Description:catalog service description
Model UUID:99ce53d4-c49f-4eca-9498-0f41918e3bbe
Model Version:NULL
Model InvariantUuid:f728bf11-d9d4-4d4b-ad41-e2bd61559ea4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T06:50:18.035Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: be9f7a7c-5d8b-4033-a9eb-dc7bdf290026
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:50:18.039Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||pNF ecbd544a-2e6f 0
2022-12-03T06:50:18.040Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: be9f7a7c-5d8b-4033-a9eb-dc7bdf290026
2022-12-03T06:50:18.040Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 99ce53d4-c49f-4eca-9498-0f41918e3bbe
2022-12-03T06:50:18.040Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 99ce53d4-c49f-4eca-9498-0f41918e3bbe
2022-12-03T06:50:18.040Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ecbd544a-2e6f 0 be9f7a7c-5d8b-4033-a9eb-dc7bdf290026 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:50:18.046Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ed59262, org.onap.sdc.toscaparser.api.parameters.Input@7a0df8dd, org.onap.sdc.toscaparser.api.parameters.Input@1fedecec, org.onap.sdc.toscaparser.api.parameters.Input@48bf199, org.onap.sdc.toscaparser.api.parameters.Input@165f25e8]
2022-12-03T06:50:18.047Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-03T06:50:18.047Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.047Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 99ce53d4-c49f-4eca-9498-0f41918e3bbe: pNF ecbd544a-2e6f
2022-12-03T06:50:18.047Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Processing PNF resource: be9f7a7c-5d8b-4033-a9eb-dc7bdf290026
2022-12-03T06:50:18.047Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery