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-04-07T01:58:00.329Z||main|||||INFO|500||The following profiles are active: basic
2022-04-07T01:58:09.490Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-07T01:58:09.490Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-07T01:58:09.563Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-07T01:58:11.745Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-07T01:58:11.926Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-07T01:58:12.292Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-07T01:58:12.299Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-07T01:58:12.383Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-07T01:58:12.513Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-07T01:58:12.861Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-07T01:58:13.614Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-07T01:58:15.718Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-07T01:58:15.767Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-07T01:58:16.204Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-07T01:58:16.324Z||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-04-07T01:58:17.610Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-07T01:58:18.626Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-07T01:58:18.641Z||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$$31bd920b.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-04-07T01:58:18.642Z||main|||||WARN|500||The sdc end point is not alive
2022-04-07T01:58:21.502Z||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-04-07T01:58:24.317Z||main|||||WARN|500||---
2022-04-07T01:58:24.317Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-07T01:58:24.317Z||main|||||WARN|500||---
2022-04-07T01:58:24.749Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-07T01:58:29.098Z||main|||||INFO|500||Started Application in 33.107 seconds (JVM running for 34.27)
2022-04-07T01:58:29.109Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-07T01:58:29.109Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-07T01:58:29.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-07T01:58:29.178Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-07T01:58:29.216Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82eabaff-c2a0-4fd5-97c5-7f3e9ffc296e url= /sdc/v1/artifactTypes
2022-04-07T01:58:29.216Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-07T01:58:29.468Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-07T01:58:29.493Z||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-04-07T01:58:29.511Z||scheduling-1|||||DEBUG|500||create keys
2022-04-07T01:58:29.517Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-07T01:58:29.553Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T01:58:29.572Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 44e8f452-f096-4db4-8b6d-36992630aaa9 url= /sdc/v1/registerForDistribution
2022-04-07T01:58:29.999Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 44e8f452-f096-4db4-8b6d-36992630aaa9 url= /sdc/v1/registerForDistribution
2022-04-07T01:58:30.000Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-07T01:58:30.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T01:58:30.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T01:58:30.013Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-07T01:58:30.015Z||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-04-07T01:58:30.016Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T01:58:30.018Z||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-04-07T01:58:30.019Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T01:58:41.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T01:58:41.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T01:59:30.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T01:59:30.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T01:59:30.011Z||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-04-07T01:59:30.011Z||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-04-07T01:59:30.011Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T01:59:30.011Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T01:59:39.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T01:59:39.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:00:30.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:00:30.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:00:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:00:30.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:00:30.010Z||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-04-07T02:00:30.011Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:00:39.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:00:39.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:01:30.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:01:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:01:30.008Z||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-04-07T02:01:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:01:30.009Z||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-04-07T02:01:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:01:39.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:01:39.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:02:30.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:02:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:02:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:02:30.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:02:30.011Z||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-04-07T02:02:30.011Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:02:39.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:02:39.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:03:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:03:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:03:30.007Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:03:30.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:03:30.009Z||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-04-07T02:03:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:03:39.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:03:39.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:04:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:04:30.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:04:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:04:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:04:30.009Z||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-04-07T02:04:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:04:39.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:04:39.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:05:30.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:05:30.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:05:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:05:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:05:30.010Z||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-04-07T02:05:30.010Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:05:39.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:05:39.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:06:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:06:30.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:06:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:06:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:06:30.009Z||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-04-07T02:06:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:06:39.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:06:39.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:07:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:07:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:07:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:07:30.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:07:30.009Z||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-04-07T02:07:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:07:39.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:07:39.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:07:53.723Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-07T02:08:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:08:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:08:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:08:30.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:08:30.008Z||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-04-07T02:08:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:08:39.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:08:39.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:09:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:09:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:09:30.007Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:09:30.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:09:30.009Z||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-04-07T02:09:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:09:39.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:09:39.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:10:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:10:30.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:10:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:10:30.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:10:30.008Z||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-04-07T02:10:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:10:39.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:10:39.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:11:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:11:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:11:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:11:30.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:11:30.008Z||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-04-07T02:11:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:11:39.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:11:39.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:12:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:12:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:12:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:12:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:12:30.009Z||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-04-07T02:12:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:12:39.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:12:39.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:13:30.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:13:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:13:30.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:13:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:13:30.008Z||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-04-07T02:13:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:13:39.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:13:39.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:14:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:14:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:14:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:14:30.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:14:30.008Z||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-04-07T02:14:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:14:39.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:14:39.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:15:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:15:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:15:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:15:30.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:15:30.008Z||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-04-07T02:15:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:15:39.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:15:39.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:16:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:16:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:16:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:16:30.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:16:30.008Z||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-04-07T02:16:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:16:39.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:16:39.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:17:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:17:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:17:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:17:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:17:30.008Z||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-04-07T02:17:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:17:39.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:17:39.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:18:30.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:18:30.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:18:30.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:18:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:18:30.009Z||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-04-07T02:18:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:18:39.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:18:39.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:19:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:19:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:19:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:19:30.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:19:30.008Z||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-04-07T02:19:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:19:39.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:19:39.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:20:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:20:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:20:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:20:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:20:30.009Z||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-04-07T02:20:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:20:39.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:20:39.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:21:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:21:30.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:21:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:21:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:21:30.008Z||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-04-07T02:21:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:21:39.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:21:39.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:22:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:22:30.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:22:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:22:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:22:30.009Z||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-04-07T02:22:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:22:39.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:22:39.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:23:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:23:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:23:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:23:30.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:23:30.009Z||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-04-07T02:23:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:23:39.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:23:39.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:24:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:24:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:24:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:24:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:24:30.009Z||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-04-07T02:24:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:24:39.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:24:39.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:25:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:25:30.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:25:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:25:30.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:25:30.009Z||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-04-07T02:25:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:25:39.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:25:39.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:26:30.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:26:30.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:26:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:26:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:26:30.008Z||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-04-07T02:26:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:26:39.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:26:39.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:27:30.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:27:30.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:27:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:27:30.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:27:30.009Z||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-04-07T02:27:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:27:39.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:27:39.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:28:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:28:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:28:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:28:30.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:28:30.008Z||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-04-07T02:28:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:28:39.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:28:39.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:29:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:29:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:29:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:29:30.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:29:30.008Z||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-04-07T02:29:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:29:39.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:29:39.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:30:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:30:30.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:30:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:30:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:30:30.008Z||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-04-07T02:30:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:30:39.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:30:39.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:31:30.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:31:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:31:30.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:31:30.009Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:31:30.009Z||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-04-07T02:31:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:31:39.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:31:39.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:32:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:32:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:32:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:32:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:32:30.009Z||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-04-07T02:32:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:32:39.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:32:39.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:33:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:33:30.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:33:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:33:30.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:33:30.008Z||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-04-07T02:33:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:33:39.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:33:39.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:34:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:34:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:34:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:34:30.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:34:30.008Z||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-04-07T02:34:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:34:39.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:34:39.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:35:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:35:30.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:35:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:35:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:35:30.009Z||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-04-07T02:35:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:35:39.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:35:39.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:36:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:36:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:36:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:36:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:36:30.009Z||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-04-07T02:36:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:36:39.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:36:39.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:37:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:37:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:37:30.008Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:37:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:37:30.008Z||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-04-07T02:37:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:37:39.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:37:39.549Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:38:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:38:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:38:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:38:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:38:30.009Z||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-04-07T02:38:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:38:39.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:38:39.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:39:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:39:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:39:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:39:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:39:30.008Z||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-04-07T02:39:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:39:39.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:39:39.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:40:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:40:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:40:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:40:30.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:40:30.008Z||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-04-07T02:40:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:40:39.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:40:39.549Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:41:30.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:41:30.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:41:30.007Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:41:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:41:30.009Z||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-04-07T02:41:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:41:39.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:41:39.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:42:30.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:42:30.007Z||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-04-07T02:42:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:42:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:42:30.008Z||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-04-07T02:42:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:42:39.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:42:39.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:43:30.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:43:30.007Z||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-04-07T02:43:30.007Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:43:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:43:30.009Z||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-04-07T02:43:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:43:39.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:43:39.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:44:30.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:44:30.007Z||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-04-07T02:44:30.007Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:44:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:44:30.008Z||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-04-07T02:44:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:44:39.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:44:39.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:45:30.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:45:30.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:45:30.009Z||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-04-07T02:45:30.009Z||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-04-07T02:45:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:45:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:45:39.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:45:39.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:46:30.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:46:30.008Z||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-04-07T02:46:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:46:30.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:46:30.008Z||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-04-07T02:46:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:46:39.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:46:39.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:47:30.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:47:30.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:47:30.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:47:30.008Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:47:30.009Z||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-04-07T02:47:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:47:39.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:47:39.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:48:30.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:48:30.007Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:48:30.007Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:48:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:48:30.009Z||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-04-07T02:48:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:48:39.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:48:39.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:49:30.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:49:30.007Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:49:30.008Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:49:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:49:30.008Z||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-04-07T02:49:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:49:39.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:49:39.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:50:30.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:50:30.007Z||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-04-07T02:50:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:50:30.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:50:30.008Z||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-04-07T02:50:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:50:39.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:50:39.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:51:30.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:51:30.007Z||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-04-07T02:51:30.007Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:51:30.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:51:30.008Z||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-04-07T02:51:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:51:39.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:51:39.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:52:30.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:52:30.007Z||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-04-07T02:52:30.007Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:52:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:52:30.008Z||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-04-07T02:52:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:52:39.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:52:39.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:53:30.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:53:30.007Z||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-04-07T02:53:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:53:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:53:30.008Z||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-04-07T02:53:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:53:39.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:53:39.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:54:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:54:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:54:30.007Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:54:30.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:54:30.009Z||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-04-07T02:54:30.010Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:54:39.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:54:39.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:55:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:55:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:55:30.007Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:55:30.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:55:30.008Z||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-04-07T02:55:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:55:39.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:55:39.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:56:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:56:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:56:30.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:56:30.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:56:30.009Z||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-04-07T02:56:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:56:39.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:56:39.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:57:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:57:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:57:30.007Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:57:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:57:30.008Z||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-04-07T02:57:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:57:39.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:57:39.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:58:30.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:58:30.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:58:30.007Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:58:30.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:58:30.008Z||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-04-07T02:58:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:58:39.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:58:39.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:59:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:59:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T02:59:30.007Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T02:59:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T02:59:30.009Z||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-04-07T02:59:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T02:59:39.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T02:59:39.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:00:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:00:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:00:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:00:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:00:30.008Z||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-04-07T03:00:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:00:39.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:00:39.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:01:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:01:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:01:30.007Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:01:30.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:01:30.008Z||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-04-07T03:01:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:01:39.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:01:39.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:02:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:02:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:02:30.007Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:02:30.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:02:30.008Z||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-04-07T03:02:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:02:39.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:02:39.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:03:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:03:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:03:30.007Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:03:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:03:30.008Z||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-04-07T03:03:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:03:39.544Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:03:39.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:04:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:04:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:04:30.007Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:04:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:04:30.008Z||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-04-07T03:04:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:04:39.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:04:39.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:05:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:05:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:05:30.007Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:05:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:05:30.009Z||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-04-07T03:05:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:05:39.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:05:39.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:06:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:06:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:06:30.007Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:06:30.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:06:30.008Z||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-04-07T03:06:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:06:39.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:06:39.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:07:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:07:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:07:30.007Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:07:30.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:07:30.008Z||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-04-07T03:07:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:07:39.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:07:39.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:08:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:08:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:08:30.007Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:08:30.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:08:30.008Z||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-04-07T03:08:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:08:39.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:08:39.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:09:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:09:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:09:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:09:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:09:30.009Z||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-04-07T03:09:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:09:39.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:09:39.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:10:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:10:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:10:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:10:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:10:30.008Z||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-04-07T03:10:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:10:39.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:10:39.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:11:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:11:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:11:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:11:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:11:30.008Z||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-04-07T03:11:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:11:39.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:11:39.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:12:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:12:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:12:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:12:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:12:30.008Z||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-04-07T03:12:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:12:39.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:12:39.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:13:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:13:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:13:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:13:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:13:30.008Z||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-04-07T03:13:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:13:39.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:13:39.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:14:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:14:30.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:14:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:14:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:14:30.008Z||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-04-07T03:14:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:14:39.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:14:39.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:15:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:15:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:15:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:15:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:15:30.008Z||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-04-07T03:15:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:15:39.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:15:39.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:16:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:16:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:16:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:16:30.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:16:30.009Z||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-04-07T03:16:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:16:39.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:16:39.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:17:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:17:30.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:17:30.009Z||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-04-07T03:17:30.009Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:17:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:17:30.009Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:17:39.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:17:39.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:18:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:18:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:18:30.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:18:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:18:30.008Z||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-04-07T03:18:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:18:39.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:18:39.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:19:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:19:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:19:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:19:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:19:30.008Z||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-04-07T03:19:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:19:39.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:19:39.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:30.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:20:30.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:20:30.008Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:20:30.008Z||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-04-07T03:20:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:30.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:30.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301613029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "aai-ml",
"timestamp": 1649301615131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "cds",
"timestamp": 1649301615069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "aai-ml",
"timestamp": 1649301615131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "cds",
"timestamp": 1649301615069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301613029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1649301621933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "aai-ml",
"timestamp": 1649301615131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "cds",
"timestamp": 1649301615069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301613029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1649301621933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "aai-ml",
"timestamp": 1649301615131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "cds",
"timestamp": 1649301615069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301613029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1649301621933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "aai-ml",
"timestamp": 1649301615131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "cds",
"timestamp": 1649301615069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301613029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1649301621933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "aai-ml",
"timestamp": 1649301615131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "cds",
"timestamp": 1649301615069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301613029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1649301621933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301626007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "aai-ml",
"timestamp": 1649301615131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:20:30.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "cds",
"timestamp": 1649301615069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:20:30.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301613029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:20:30.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1649301621933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301626007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "NOTIFIED"
}
2022-04-07T03:20:30.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1649301621933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301626007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-07T03:20:30.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "cds",
"timestamp": 1649301629233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:20:30.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:20:30.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301629234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:20:30.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:20:30.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "aai-ml",
"timestamp": 1649301629241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:20:30.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:20:30.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301626007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:20:30.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:30.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-07T03:20:30.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d516c298-08f6-46e3-8961-c55eaa54d4d5","serviceName":"basic_onboard_naOpmM","serviceVersion":"1.0","serviceUUID":"1dea441e-f9f8-4d2c-a21d-2469509e5219","serviceDescription":"service","serviceInvariantUUID":"b1778365-2344-49e3-95b3-a030417fff9f","resources":[{"resourceInstanceName":"basic_onboard_naOpmM 0","resourceName":"basic_onboard_naOpmM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ed75801-aedb-463a-9b3d-1b6ffb41627d","resourceInvariantUUID":"4b936c6d-1054-440f-b686-25f3e953dc72","resourceCustomizationUUID":"2a7f4eb8-2007-4bb3-8e42-6d6c36366f09","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vf-license-model.xml","artifactChecksum":"NDBkMzcwYjdjNGZiN2M0OGEzZjg2MmZmYjJhOWY4MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8f2c49d-1c26-4a9e-baaf-81a7d713d1cd","artifactVersion":"1"},{"artifactName":"basic_onboard_naopmm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json","artifactChecksum":"NTU3MDkzNzdhMzEzOTliNDRiNGJiOTg3NThjMjE1OWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e24c9eb-97b1-4841-8dd2-307a00baecf3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bef90f68-3ffe-4dd2-a10f-b15d7a5915b2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"00f4f4aa-0077-4f6a-81f7-b27f93068d00","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6252f6b-3c8e-4f3f-86b8-d000d609eb16","artifactVersion":"2","generatedFromUUID":"bef90f68-3ffe-4dd2-a10f-b15d7a5915b2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNaopmm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-template.yml","artifactChecksum":"NzdmMWY4YTViZjg2M2E5ZjdlMGM0MzA1MGM1NjU5OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b25d979-526c-4f29-b3b4-34c814ae4ea6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNaopmm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar","artifactChecksum":"NGNlOTY5ZWE1YTg3NmE3ODc4NzYxZWJhNDQxY2I0NDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24ee5cee-6149-48c4-9b29-736654c7227f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-07T03:20:30.640Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:20:30.646Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:30.652Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:30.652Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:30.753Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-07T03:20:30.760Z||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-04-07T03:20:30.760Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:30.773Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:30.773Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:31.658Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:20:31.659Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:31.661Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:31.662Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "NOTIFIED"
}
2022-04-07T03:20:31.762Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:31.763Z||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-04-07T03:20:31.763Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:31.776Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:31.777Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:32.662Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:20:32.663Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:32.667Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:32.667Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-07T03:20:32.767Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:32.768Z||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-04-07T03:20:32.768Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:32.780Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:32.781Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:33.667Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:20:33.668Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:33.670Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:33.670Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:33.770Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-07T03:20:33.771Z||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-04-07T03:20:33.771Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:33.784Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:33.785Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:34.671Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:20:34.672Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:34.674Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:34.674Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-07T03:20:34.774Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:34.775Z||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-04-07T03:20:34.775Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:34.788Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:34.789Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:35.675Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:20:35.676Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:35.678Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:35.678Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:20:35.778Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:35.779Z||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-04-07T03:20:35.779Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:35.791Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:35.791Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:36.678Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:20:36.679Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:36.681Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:36.681Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:20:36.781Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:36.782Z||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-04-07T03:20:36.782Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:36.794Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:36.795Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:37.683Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"serviceName": "basic_onboard_naOpmM",
"serviceVersion": "1.0",
"serviceUUID": "1dea441e-f9f8-4d2c-a21d-2469509e5219",
"serviceDescription": "service",
"serviceInvariantUUID": "b1778365-2344-49e3-95b3-a030417fff9f",
"resources": [
{
"resourceInstanceName": "basic_onboard_naOpmM 0",
"resourceCustomizationUUID": "2a7f4eb8-2007-4bb3-8e42-6d6c36366f09",
"resourceName": "basic_onboard_naOpmM",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6ed75801-aedb-463a-9b3d-1b6ffb41627d",
"resourceInvariantUUID": "4b936c6d-1054-440f-b686-25f3e953dc72",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_naopmm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"artifactChecksum": "NTU3MDkzNzdhMzEzOTliNDRiNGJiOTg3NThjMjE1OWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8e24c9eb-97b1-4841-8dd2-307a00baecf3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bef90f68-3ffe-4dd2-a10f-b15d7a5915b2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d6252f6b-3c8e-4f3f-86b8-d000d609eb16",
"generatedFromUUID": "bef90f68-3ffe-4dd2-a10f-b15d7a5915b2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d6252f6b-3c8e-4f3f-86b8-d000d609eb16",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNaopmm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"artifactChecksum": "NGNlOTY5ZWE1YTg3NmE3ODc4NzYxZWJhNDQxY2I0NDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "24ee5cee-6149-48c4-9b29-736654c7227f"
}
],
"workloadContext": "Production"
}
2022-04-07T03:20:37.685Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-07T03:20:37.685Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1dea441e-f9f8-4d2c-a21d-2469509e5219 ASDC
2022-04-07T03:20:37.769Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d516c298-08f6-46e3-8961-c55eaa54d4d5
ServiceName:basic_onboard_naOpmM
ServiceVersion:1.0
ServiceUUID:1dea441e-f9f8-4d2c-a21d-2469509e5219
ServiceInvariantUUID:b1778365-2344-49e3-95b3-a030417fff9f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNaopmm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar
ArtifactUUID:24ee5cee-6149-48c4-9b29-736654c7227f
ArtifactChecksum:NGNlOTY5ZWE1YTg3NmE3ODc4NzYxZWJhNDQxY2I0NDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_naOpmM 0
ResourceCustomizationUUID:2a7f4eb8-2007-4bb3-8e42-6d6c36366f09
ResourceInvariantUUID:4b936c6d-1054-440f-b686-25f3e953dc72
ResourceName:basic_onboard_naOpmM
ResourceType:VF
ResourceUUID:6ed75801-aedb-463a-9b3d-1b6ffb41627d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_naopmm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json
ArtifactUUID:8e24c9eb-97b1-4841-8dd2-307a00baecf3
ArtifactChecksum:NTU3MDkzNzdhMzEzOTliNDRiNGJiOTg3NThjMjE1OWY=
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/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bef90f68-3ffe-4dd2-a10f-b15d7a5915b2
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/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env
ArtifactUUID:d6252f6b-3c8e-4f3f-86b8-d000d609eb16
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/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env
ArtifactUUID:d6252f6b-3c8e-4f3f-86b8-d000d609eb16
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-07T03:20:37.770Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1dea441e-f9f8-4d2c-a21d-2469509e5219 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-04-07T03:20:37.944Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-07T03:20:37.944Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-07T03:20:37.945Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-07T03:20:37.945Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 24ee5cee-6149-48c4-9b29-736654c7227f from URL: /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:37.945Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-07T03:20:37.946Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:38.201Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-07T03:20:38.216Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar 24ee5cee-6149-48c4-9b29-736654c7227f 71573
2022-04-07T03:20:38.217Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar ASDC sendASDCNotification
2022-04-07T03:20:38.218Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:38.218Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:20:38.219Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:38.220Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:38.220Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301638217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:20:38.322Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-07T03:20:38.322Z||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-04-07T03:20:38.323Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:38.334Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:38.335Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:39.221Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-07T03:20:39.222Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-07T03:20:39.222Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 24ee5cee-6149-48c4-9b29-736654c7227f, URL: /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar to file: /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:39.223Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:39.279Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:39.279Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:39.981Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11737415484419727760/Definitions/service-BasicOnboardNaopmm-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-07T03:20:41.640Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-07T03:20:41.643Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-07T03:20:41.643Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:41.644Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-07T03:20:41.644Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:41.644Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:41.644Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:41.644Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:41.644Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:41.644Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:41.644Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:41.644Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:41.644Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_naOpmM 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:41.645Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-07T03:20:41.649Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.651Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:41.653Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is matching search criteria
2022-04-07T03:20:41.653Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-07T03:20:41.659Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naOpmM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-07T03:20:41.660Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.660Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:41.660Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is matching search criteria
2022-04-07T03:20:41.660Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-07T03:20:41.660Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naOpmM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-07T03:20:41.660Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.661Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:41.663Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.663Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is not matching search criteria
2022-04-07T03:20:41.664Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-07T03:20:41.664Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-07T03:20:41.664Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-07T03:20:41.664Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-07T03:20:41.664Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-07T03:20:41.664Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.664Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-07T03:20:41.665Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.665Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is matching search criteria
2022-04-07T03:20:41.666Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naOpmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:20:41.666Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.666Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is matching search criteria
2022-04-07T03:20:41.666Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naOpmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:20:41.666Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.666Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is matching search criteria
2022-04-07T03:20:41.666Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naOpmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:20:41.667Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.667Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is not matching search criteria
2022-04-07T03:20:41.667Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-07T03:20:41.667Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-07T03:20:41.667Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b8d025a9-389e-4f9a-ab65-a5b45e299f44
2022-04-07T03:20:41.667Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.668Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:41.668Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.668Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:41.668Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.668Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:41.668Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:41.668Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:41.669Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_naOpmM
Description:service
Model UUID:1dea441e-f9f8-4d2c-a21d-2469509e5219
Model Version:NULL
Model InvariantUuid:b1778365-2344-49e3-95b3-a030417fff9f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_naOpmM
Model UUID:a8471fff-784d-41b0-90c2-8a900396e7f8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4b936c6d-1054-440f-b686-25f3e953dc72
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2a7f4eb8-2007-4bb3-8e42-6d6c36366f09
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e8e938b2-34cd-4624-96b1-4612f94c3abc
ModelName:BasicOnboardNaopmm..base_ubuntu18..module-0
ModelUuid:bbdf6250-bd7c-4481-a347-1065b57c9d38
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b8d025a9-389e-4f9a-ab65-a5b45e299f44
ModelInvariantUuid:1094042d-5957-4cc8-b82c-ba5af9106351
ModelName:basic_onboard_naOpmM-nodes.ubuntu18Cvfc
ModelUuid:fbe2dcbd-88ea-4369-9932-cc7c440109bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7b12d9ef-6e4a-4e92-a151-7f47b87f0a8f
ModelInvariantUuid:9ef11ae7-7c10-43fd-a86e-c0b91a8a3089
ModelName:BasicOnboardNaopmm.compute.nodes.heat.ubuntu18
ModelUuid:dcd7ed38-a835-4198-8e17-5a589b284346
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-04-07T03:20:41.689Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ed75801-aedb-463a-9b3d-1b6ffb41627d
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-04-07T03:20:41.767Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||basic_onboard_naOpmM 0
2022-04-07T03:20:41.773Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ed75801-aedb-463a-9b3d-1b6ffb41627d
2022-04-07T03:20:41.773Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8e24c9eb-97b1-4841-8dd2-307a00baecf3 from URL: /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json
2022-04-07T03:20:41.773Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-07T03:20:41.773Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json
2022-04-07T03:20:41.817Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-07T03:20:41.817Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json 8e24c9eb-97b1-4841-8dd2-307a00baecf3 798
2022-04-07T03:20:41.818Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json ASDC sendASDCNotification
2022-04-07T03:20:41.818Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json
2022-04-07T03:20:41.818Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:20:41.819Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:41.822Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:41.823Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301641817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:20:41.923Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:41.923Z||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-04-07T03:20:41.923Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:41.936Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:41.936Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-07T03:20:42.824Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNaopmm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e8e938b2-34cd-4624-96b1-4612f94c3abc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bbdf6250-bd7c-4481-a347-1065b57c9d38",
"vfModuleModelCustomizationUUID": "8a8a0472-7e75-4caf-a1a2-5f3a0478292e",
"isBase": true,
"artifacts": [
"bef90f68-3ffe-4dd2-a10f-b15d7a5915b2",
"d6252f6b-3c8e-4f3f-86b8-d000d609eb16"
],
"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-04-07T03:20:42.839Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNaopmm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bbdf6250-bd7c-4481-a347-1065b57c9d38
VfModuleModelInvariantUUID:e8e938b2-34cd-4624-96b1-4612f94c3abc
VfModuleModelDescription:NULL
Artifacts UUID List:{
bef90f68-3ffe-4dd2-a10f-b15d7a5915b2
,
d6252f6b-3c8e-4f3f-86b8-d000d609eb16
}
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-04-07T03:20:42.842Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNaopmm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e8e938b2-34cd-4624-96b1-4612f94c3abc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bbdf6250-bd7c-4481-a347-1065b57c9d38",
"vfModuleModelCustomizationUUID": "8a8a0472-7e75-4caf-a1a2-5f3a0478292e",
"isBase": true,
"artifacts": [
"bef90f68-3ffe-4dd2-a10f-b15d7a5915b2",
"d6252f6b-3c8e-4f3f-86b8-d000d609eb16"
],
"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-04-07T03:20:42.842Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNaopmm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bbdf6250-bd7c-4481-a347-1065b57c9d38
VfModuleModelInvariantUUID:e8e938b2-34cd-4624-96b1-4612f94c3abc
VfModuleModelDescription:NULL
Artifacts UUID List:{
bef90f68-3ffe-4dd2-a10f-b15d7a5915b2
,
d6252f6b-3c8e-4f3f-86b8-d000d609eb16
}
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-04-07T03:20:42.842Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bef90f68-3ffe-4dd2-a10f-b15d7a5915b2 from URL: /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml
2022-04-07T03:20:42.842Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-07T03:20:42.842Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml
2022-04-07T03:20:42.884Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-07T03:20:42.884Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml bef90f68-3ffe-4dd2-a10f-b15d7a5915b2 5033
2022-04-07T03:20:42.885Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-07T03:20:42.885Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml
2022-04-07T03:20:42.885Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:20:42.885Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:42.888Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:42.888Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301642885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:20:42.988Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:42.989Z||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-04-07T03:20:42.989Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:43.001Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:43.001Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:43.888Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6252f6b-3c8e-4f3f-86b8-d000d609eb16 from URL: /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env
2022-04-07T03:20:43.889Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-07T03:20:43.889Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env
2022-04-07T03:20:43.938Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-07T03:20:43.939Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env d6252f6b-3c8e-4f3f-86b8-d000d609eb16 909
2022-04-07T03:20:43.939Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-07T03:20:43.939Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env
2022-04-07T03:20:43.939Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:20:43.939Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:43.942Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:43.942Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301643939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:20:44.042Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:44.043Z||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-04-07T03:20:44.043Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:44.056Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:44.056Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:44.942Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 1dea441e-f9f8-4d2c-a21d-2469509e5219
2022-04-07T03:20:44.943Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_naOpmM 0 6ed75801-aedb-463a-9b3d-1b6ffb41627d 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-04-07T03:20:44.975Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@575a66f, org.onap.sdc.toscaparser.api.parameters.Input@59936b0c, org.onap.sdc.toscaparser.api.parameters.Input@36891bea, org.onap.sdc.toscaparser.api.parameters.Input@43865bfb, org.onap.sdc.toscaparser.api.parameters.Input@6b68db3a]
2022-04-07T03:20:44.978Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:44.978Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:44.979Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-07T03:20:44.979Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 2a7f4eb8-2007-4bb3-8e42-6d6c36366f09
2022-04-07T03:20:44.979Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a7f4eb8-2007-4bb3-8e42-6d6c36366f09 matches Tosca VF Customization UUID: 2a7f4eb8-2007-4bb3-8e42-6d6c36366f09
2022-04-07T03:20:44.979Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 2a7f4eb8-2007-4bb3-8e42-6d6c36366f09 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-04-07T03:20:44.986Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:44.987Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:44.988Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 2a7f4eb8-2007-4bb3-8e42-6d6c36366f09: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-07T03:20:44.988Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@388dc6cc
2022-04-07T03:20:44.989Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:44.989Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-07T03:20:44.990Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a8a0472-7e75-4caf-a1a2-5f3a0478292e
2022-04-07T03:20:44.991Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a8a0472-7e75-4caf-a1a2-5f3a0478292e
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-04-07T03:20:44.995Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:44.995Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is matching search criteria
2022-04-07T03:20:44.996Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naOpmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:20:44.996Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:44.996Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is matching search criteria
2022-04-07T03:20:44.996Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naOpmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:20:44.997Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:44.997Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is not matching search criteria
2022-04-07T03:20:44.997Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-07T03:20:44.997Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-07T03:20:44.997Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b8d025a9-389e-4f9a-ab65-a5b45e299f44
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-04-07T03:20:45.006Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:45.006Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is matching search criteria
2022-04-07T03:20:45.006Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naOpmM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:20:45.007Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:45.007Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naOpmM 0 is matching search criteria
2022-04-07T03:20:45.007Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naOpmM 0] matching following query criteria: sdcType=VF, customizationUUID=2a7f4eb8-2007-4bb3-8e42-6d6c36366f09
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-04-07T03:20:45.009Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:45.009Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:45.009Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 1dea441e-f9f8-4d2c-a21d-2469509e5219: basic_onboard_naOpmM
2022-04-07T03:20:45.009Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:45.010Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:45.010Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:45.010Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:45.010Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:45.010Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:45.010Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:45.011Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:45.011Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:20:45.011Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naOpmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:20:45.011Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_naOpmM
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-04-07T03:20:45.172Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_naOpmM 6ed75801-aedb-463a-9b3d-1b6ffb41627d 1 ASDC deployResourceStructure
2022-04-07T03:20:45.173Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json ASDC sendASDCNotification
2022-04-07T03:20:45.173Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json
2022-04-07T03:20:45.173Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-07T03:20:45.173Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:45.174Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:45.174Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301645173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-07T03:20:45.275Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:45.276Z||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-04-07T03:20:45.276Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:45.288Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:45.289Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-07T03:20:46.175Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-07T03:20:46.176Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml
2022-04-07T03:20:46.176Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-07T03:20:46.176Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:46.179Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:46.179Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301646175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-07T03:20:46.279Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:46.280Z||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-04-07T03:20:46.280Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:46.293Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:46.293Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:47.179Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-07T03:20:47.180Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env
2022-04-07T03:20:47.180Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-07T03:20:47.181Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:47.182Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:47.183Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301647179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-07T03:20:47.283Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:47.284Z||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-04-07T03:20:47.284Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:47.297Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:47.298Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:48.184Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar ASDC sendASDCNotification
2022-04-07T03:20:48.184Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar
2022-04-07T03:20:48.184Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-07T03:20:48.185Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:20:48.188Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:20:48.188Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301648183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:20:48.288Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:20:48.288Z||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-04-07T03:20:48.289Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:20:48.303Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:20:48.303Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:20:49.189Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:20:49.212Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:20:49.215Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-07T03:20:49.215Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-07T03:20:49.215Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-07T03:21:19.215Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:21:19.226Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:21:19.228Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-07T03:21:19.228Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-07T03:21:19.228Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-07T03:21:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:21:30.009Z||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-04-07T03:21:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:21:30.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:21:30.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:21:30.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "cds",
"timestamp": 1649301630249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-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-04-07T03:21:30.040Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d516c298-08f6-46e3-8961-c55eaa54d4d5
2022-04-07T03:21:30.041Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d516c298-08f6-46e3-8961-c55eaa54d4d5 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-04-07T03:21:49.229Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:21:49.239Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:21:49.241Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-07T03:21:49.242Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-07T03:21:49.242Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-07T03:22:19.242Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:22:19.253Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:22:19.255Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-07T03:22:19.255Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-07T03:22:19.255Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-07T03:22:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:22:30.009Z||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-04-07T03:22:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:22:30.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:22:30.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:22:30.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:22:30.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:22:49.256Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:22:49.267Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:22:49.269Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-07T03:22:49.270Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-07T03:22:49.270Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-07T03:23:19.270Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:23:19.283Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:23:19.286Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-07T03:23:19.287Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-07T03:23:19.287Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-07T03:23:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:23:30.009Z||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-04-07T03:23:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:23:30.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:23:30.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301626007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-07T03:23:30.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:23:30.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "NOTIFIED"
}
2022-04-07T03:23:30.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:23:30.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301626007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:23:30.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:23:30.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301626007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:23:30.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:23:30.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-07T03:23:30.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:23:30.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301633176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:23:30.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:23:30.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:23:30.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301633810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:23:30.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301634180,
"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-04-07T03:23:30.044Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d516c298-08f6-46e3-8961-c55eaa54d4d5
2022-04-07T03:23:30.044Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d516c298-08f6-46e3-8961-c55eaa54d4d5 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-04-07T03:23:30.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-07T03:23:30.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:23:30.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301635002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:23:30.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:23:30.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:23:30.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301636106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:23:30.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301630006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:23:30.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:23:30.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301637155,
"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-04-07T03:23:30.061Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d516c298-08f6-46e3-8961-c55eaa54d4d5
2022-04-07T03:23:30.061Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d516c298-08f6-46e3-8961-c55eaa54d4d5 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-04-07T03:23:30.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301638159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-07T03:23:30.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301638217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:23:30.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "aai-ml",
"timestamp": 1649301639896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:23:30.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "aai-ml",
"timestamp": 1649301640901,
"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-04-07T03:23:30.078Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d516c298-08f6-46e3-8961-c55eaa54d4d5
2022-04-07T03:23:30.078Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d516c298-08f6-46e3-8961-c55eaa54d4d5 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-04-07T03:23:30.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301641817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:23:30.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301642885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:23:30.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301643939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:23:30.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301645173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/basic_onboard_naopmm0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-07T03:23:30.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301646175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-07T03:23:30.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301647179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/resourceInstances/basic_onboard_naopmm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-07T03:23:30.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:30.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:23:30.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301648183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNaopmm/1.0/artifacts/service-BasicOnboardNaopmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:23:30.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:23:49.287Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:23:49.299Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5
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-04-07T03:23:49.302Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-07T03:23:49.302Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-07T03:23:49.302Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-07T03:23:49.302Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-07T03:23:49.302Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:23:49.302Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:23:49.302Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:23:49.302Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:23:49.303Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:23:49.303Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-07T03:23:49.308Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-07T03:24:19.308Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d516c298-08f6-46e3-8961-c55eaa54d4d5 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-04-07T03:24:19.317Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d516c298-08f6-46e3-8961-c55eaa54d4d5 and serviceModelVersionId: 1dea441e-f9f8-4d2c-a21d-2469509e5219
2022-04-07T03:24:19.317Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1778365-2344-49e3-95b3-a030417fff9f
2022-04-07T03:24:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:24:30.008Z||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-04-07T03:24:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:24:30.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:24:30.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "ves-openapi-manager",
"timestamp": 1649301781933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:24:30.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:24:30.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "cds",
"timestamp": 1649301780069,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:24:30.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:24:30.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301786007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:24:30.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:24:30.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "ves-openapi-manager",
"timestamp": 1649301781933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:24:30.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:24:30.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "cds",
"timestamp": 1649301780069,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:24:30.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:24:30.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649301786007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:24:30.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:24:30.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "cds",
"timestamp": 1649301788710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:24:30.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:24:30.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "cds",
"timestamp": 1649301789716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-07T03:24:30.549Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fdd5555-2953-4ede-a1c8-2c9995bf356a
2022-04-07T03:24:30.549Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fdd5555-2953-4ede-a1c8-2c9995bf356a 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-04-07T03:24:30.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301793029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301793029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301795737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "aai-ml",
"timestamp": 1649301795131,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "aai-ml",
"timestamp": 1649301795131,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:24:30.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:24:30.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301797323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:24:30.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:24:30.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "aai-ml",
"timestamp": 1649301797825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:24:30.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:24:30.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649301798327,
"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-04-07T03:24:30.562Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fdd5555-2953-4ede-a1c8-2c9995bf356a
2022-04-07T03:24:30.562Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fdd5555-2953-4ede-a1c8-2c9995bf356a 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-04-07T03:24:30.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "aai-ml",
"timestamp": 1649301801519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:24:30.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:24:30.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:24:30.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "aai-ml",
"timestamp": 1649301802522,
"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-04-07T03:24:30.578Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fdd5555-2953-4ede-a1c8-2c9995bf356a
2022-04-07T03:24:30.578Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fdd5555-2953-4ede-a1c8-2c9995bf356a 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-04-07T03:24:30.917Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1778365-2344-49e3-95b3-a030417fff9f/model-vers/model-ver/1dea441e-f9f8-4d2c-a21d-2469509e5219?depth=0
2022-04-07T03:24:30.993Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-07T03:24:31.705Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1778365-2344-49e3-95b3-a030417fff9f/model-vers/model-ver/1dea441e-f9f8-4d2c-a21d-2469509e5219?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-04-07T03:24:31.709Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1778365-2344-49e3-95b3-a030417fff9f/model-vers/model-ver/1dea441e-f9f8-4d2c-a21d-2469509e5219?depth=0|INFO|500||Invoke
2022-04-07T03:24:31.861Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1778365-2344-49e3-95b3-a030417fff9f/model-vers/model-ver/1dea441e-f9f8-4d2c-a21d-2469509e5219?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-07T03:24:32.242Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1778365-2344-49e3-95b3-a030417fff9f/model-vers/model-ver/1dea441e-f9f8-4d2c-a21d-2469509e5219?depth=0|INFO|500||InvokeReturn
2022-04-07T03:24:32.242Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1778365-2344-49e3-95b3-a030417fff9f/model-vers/model-ver/1dea441e-f9f8-4d2c-a21d-2469509e5219?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220407-03:24:31:871-21420], vertex-id=[159936], Content-Length=[0], Date=[Thu, 07 Apr 2022 03:24:31 GMT], Content-Type=[application/json]}
2022-04-07T03:24:32.243Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-04-07T03:24:32.246Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-07T03:24:32.246Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-07T03:24:32.253Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-07T03:24:32.259Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d516c298-08f6-46e3-8961-c55eaa54d4d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-07T03:24:32.260Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-07T03:24:32.260Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:24:32.263Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:24:32.263Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301872259,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-07T03:24:32.363Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:24:32.364Z||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-04-07T03:24:32.364Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:24:32.377Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:24:32.378Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-04-07T03:24:33.276Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:24:33.276Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:24:33.276Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:24:38.250Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:24:38.251Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-07T03:24:38.251Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fdd5555-2953-4ede-a1c8-2c9995bf356a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"332e8902-9ae5-4f7f-97af-53facc213af0","serviceDescription":"service","serviceInvariantUUID":"ac3518e1-345a-453e-9332-4cb5b4b8ff56","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9b35da22-6a68-4987-a9b1-fe38d51f481c","resourceInvariantUUID":"647b77aa-df74-4f31-a6db-c28d704817f2","resourceCustomizationUUID":"54368216-5216-4d2a-ba11-7be7c5f25139","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":"NzFkNDM0MzZmZTQ0NzE5Y2FkNjlmZDdmNzA0YjA5Mjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"758b5a84-727b-4fdf-af2d-6e9bfc8103aa","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGFlMzFmOGI0NTY3YWYxMDFlYjYyZjc3NzRkNzMzZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92d2ee4f-74cf-4bce-9fd6-750e1c202b7f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-07T03:24:38.254Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:24:38.254Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:24:38.257Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:24:38.257Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301873276,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:24:38.357Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:24:38.357Z||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-04-07T03:24:38.358Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:24:38.370Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:24:38.370Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:24:39.257Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:24:39.258Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:24:39.260Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:24:39.260Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301873276,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:24:39.360Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:24:39.361Z||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-04-07T03:24:39.361Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:24:39.373Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:24:39.374Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:24:40.262Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "332e8902-9ae5-4f7f-97af-53facc213af0",
"serviceDescription": "service",
"serviceInvariantUUID": "ac3518e1-345a-453e-9332-4cb5b4b8ff56",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "54368216-5216-4d2a-ba11-7be7c5f25139",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "9b35da22-6a68-4987-a9b1-fe38d51f481c",
"resourceInvariantUUID": "647b77aa-df74-4f31-a6db-c28d704817f2",
"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": "NGFlMzFmOGI0NTY3YWYxMDFlYjYyZjc3NzRkNzMzZjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "92d2ee4f-74cf-4bce-9fd6-750e1c202b7f"
}
],
"workloadContext": "Production"
}
2022-04-07T03:24:40.262Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-07T03:24:40.262Z|d516c298-08f6-46e3-8961-c55eaa54d4d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 332e8902-9ae5-4f7f-97af-53facc213af0 ASDC
2022-04-07T03:24:40.263Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9fdd5555-2953-4ede-a1c8-2c9995bf356a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:332e8902-9ae5-4f7f-97af-53facc213af0
ServiceInvariantUUID:ac3518e1-345a-453e-9332-4cb5b4b8ff56
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:92d2ee4f-74cf-4bce-9fd6-750e1c202b7f
ArtifactChecksum:NGFlMzFmOGI0NTY3YWYxMDFlYjYyZjc3NzRkNzMzZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:54368216-5216-4d2a-ba11-7be7c5f25139
ResourceInvariantUUID:647b77aa-df74-4f31-a6db-c28d704817f2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9b35da22-6a68-4987-a9b1-fe38d51f481c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-04-07T03:24:40.263Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 332e8902-9ae5-4f7f-97af-53facc213af0 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-04-07T03:24:40.296Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-07T03:24:40.297Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-07T03:24:40.297Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-07T03:24:40.297Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 92d2ee4f-74cf-4bce-9fd6-750e1c202b7f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-07T03:24:40.297Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-07T03:24:40.297Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-07T03:24:40.351Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-07T03:24:40.354Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 92d2ee4f-74cf-4bce-9fd6-750e1c202b7f 52503
2022-04-07T03:24:40.355Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-07T03:24:40.355Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-07T03:24:40.355Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:24:40.355Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:24:40.357Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:24:40.357Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301880355,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:24:40.458Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-07T03:24:40.459Z||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-04-07T03:24:40.459Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:24:40.472Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:24:40.473Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:24:41.358Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-07T03:24:41.359Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-07T03:24:41.360Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 92d2ee4f-74cf-4bce-9fd6-750e1c202b7f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.360Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-07T03:24:41.360Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.360Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.451Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17743823167797336374/Definitions/service-BasicNetwork-template.yml
2022-04-07T03:24:41.928Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-07T03:24:41.928Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-07T03:24:41.928Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.929Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-07T03:24:41.929Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.929Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.929Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.929Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.929Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.929Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.929Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.929Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-07T03:24:41.929Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-07T03:24:41.929Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.930Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.930Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-07T03:24:41.930Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-07T03:24:41.930Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-07T03:24:41.930Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.930Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.930Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-07T03:24:41.930Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-07T03:24:41.930Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-07T03:24:41.931Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.931Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.931Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.931Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.931Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.931Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.931Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.932Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.932Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.932Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.932Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:332e8902-9ae5-4f7f-97af-53facc213af0
Model Version:NULL
Model InvariantUuid:ac3518e1-345a-453e-9332-4cb5b4b8ff56
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:647b77aa-df74-4f31-a6db-c28d704817f2
Model UUID:801fd6bf-748b-40ef-bfdb-4a68de827a3d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:54368216-5216-4d2a-ba11-7be7c5f25139
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-04-07T03:24:41.939Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 9b35da22-6a68-4987-a9b1-fe38d51f481c
2022-04-07T03:24:41.939Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||No resources found for Service: 332e8902-9ae5-4f7f-97af-53facc213af0
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-04-07T03:24:41.958Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||
2022-04-07T03:24:41.958Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-04-07T03:24:41.959Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 332e8902-9ae5-4f7f-97af-53facc213af0
2022-04-07T03:24:41.959Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 332e8902-9ae5-4f7f-97af-53facc213af0
2022-04-07T03:24:41.959Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-04-07T03:24:41.959Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-07T03:24:41.964Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46a1e378, org.onap.sdc.toscaparser.api.parameters.Input@3e48a551, org.onap.sdc.toscaparser.api.parameters.Input@11f565e4, org.onap.sdc.toscaparser.api.parameters.Input@57c6331, org.onap.sdc.toscaparser.api.parameters.Input@4c8ffac5]
2022-04-07T03:24:41.966Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.966Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.966Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.966Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.966Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 332e8902-9ae5-4f7f-97af-53facc213af0: Generic NeutronNet
2022-04-07T03:24:41.967Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.967Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.967Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.967Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-04-07T03:24:41.990Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.990Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.990Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.991Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.991Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:24:41.991Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:24:41.991Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-07T03:24:42.045Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-04-07T03:24:42.045Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-07T03:24:42.045Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-07T03:24:42.045Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-07T03:24:42.046Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:24:42.047Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:24:42.048Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301882045,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:24:42.148Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:24:42.149Z||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-04-07T03:24:42.149Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:24:42.162Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:24:42.163Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:24:43.049Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fdd5555-2953-4ede-a1c8-2c9995bf356a
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-04-07T03:24:43.059Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fdd5555-2953-4ede-a1c8-2c9995bf356a
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-04-07T03:24:43.062Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-07T03:24:43.063Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-07T03:24:43.063Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-07T03:24:43.063Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-07T03:24:43.063Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:24:43.063Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:24:43.063Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:24:43.063Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:24:43.063Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-07T03:24:43.068Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-07T03:25:13.068Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fdd5555-2953-4ede-a1c8-2c9995bf356a 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-04-07T03:25:13.074Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fdd5555-2953-4ede-a1c8-2c9995bf356a and serviceModelVersionId: 332e8902-9ae5-4f7f-97af-53facc213af0
2022-04-07T03:25:13.075Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac3518e1-345a-453e-9332-4cb5b4b8ff56
2022-04-07T03:25:13.075Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac3518e1-345a-453e-9332-4cb5b4b8ff56/model-vers/model-ver/332e8902-9ae5-4f7f-97af-53facc213af0?depth=0
2022-04-07T03:25:13.082Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-07T03:25:13.138Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac3518e1-345a-453e-9332-4cb5b4b8ff56/model-vers/model-ver/332e8902-9ae5-4f7f-97af-53facc213af0?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-04-07T03:25:13.139Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac3518e1-345a-453e-9332-4cb5b4b8ff56/model-vers/model-ver/332e8902-9ae5-4f7f-97af-53facc213af0?depth=0|INFO|500||Invoke
2022-04-07T03:25:13.174Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac3518e1-345a-453e-9332-4cb5b4b8ff56/model-vers/model-ver/332e8902-9ae5-4f7f-97af-53facc213af0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-07T03:25:13.260Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac3518e1-345a-453e-9332-4cb5b4b8ff56/model-vers/model-ver/332e8902-9ae5-4f7f-97af-53facc213af0?depth=0|INFO|500||InvokeReturn
2022-04-07T03:25:13.260Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac3518e1-345a-453e-9332-4cb5b4b8ff56/model-vers/model-ver/332e8902-9ae5-4f7f-97af-53facc213af0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220407-03:25:13:182-58439], vertex-id=[172224], Content-Length=[0], Date=[Thu, 07 Apr 2022 03:25:13 GMT], Content-Type=[application/json]}
2022-04-07T03:25:13.260Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-04-07T03:25:13.260Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-07T03:25:13.260Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-07T03:25:13.264Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-07T03:25:13.265Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fdd5555-2953-4ede-a1c8-2c9995bf356a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-07T03:25:13.265Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-07T03:25:13.265Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:25:13.268Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:25:13.268Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301913265,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-07T03:25:13.368Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:25:13.369Z||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-04-07T03:25:13.370Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:25:13.388Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:25:13.388Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-07T03:25:14.280Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:25:14.280Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:25:14.281Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:25:23.818Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:25:23.819Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:25:23.819Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:25:23.820Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:25:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:25:30.009Z||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-04-07T03:25:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:25:30.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:25:30.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:25:30.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d516c298-08f6-46e3-8961-c55eaa54d4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301872259,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301873276,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301873276,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301880355,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:25:30.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301882045,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:25:30.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:25:30.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:25:30.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fdd5555-2953-4ede-a1c8-2c9995bf356a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649301913265,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-07T03:25:30.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:25:33.358Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:25:33.359Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:25:33.359Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:25:33.359Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:25:42.896Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:25:42.897Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:25:42.898Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:25:42.898Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:25:52.434Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:26:30.006Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:26:30.007Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:26:30.007Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:26:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:26:30.008Z||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-04-07T03:26:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:26:39.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:26:39.549Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:30.006Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:27:30.007Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:27:30.007Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:30.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:27:30.008Z||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-04-07T03:27:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:30.634Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:30.635Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.635Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e2688a8b-dfd8-4766-b4d1-f01244090689","serviceDescription":"service","serviceInvariantUUID":"a6aad339-3b6a-4a59-a196-5c9ecae17341","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"76ec03ec-8bed-4b91-8f3a-72c8bdd9018c","resourceInvariantUUID":"30432942-70b1-4eb4-95d3-8f310fa3b171","resourceCustomizationUUID":"6508c7a0-1ca0-4bb8-a714-222a2bfba629","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MWQ4ZWZhZmM2ZmNhNjFiYzQ3ZjMwOTg2MzQ2NDIzYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7130895b-ff05-49f8-a3ee-23f14f02c657","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YmFhNGRmYzIyZTViNTBjNjhkNTM4ZDZmNjgzMTAwMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14a78156-c163-4ef1-a1ab-ac25d9873f08","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"73270f85-df91-4ae2-b6f0-84270fc2ac40","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68420958-c801-414f-9287-1cdbe2d5ce62","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"27001b54-90cb-4811-85cd-3612cefe8082","artifactVersion":"2","generatedFromUUID":"73270f85-df91-4ae2-b6f0-84270fc2ac40"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTljNWJjYTE0OGVjNTAxNmRiMzA0OTNlZmM1MTM5Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e227ac8c-20d4-4f66-a3b4-59b189848a0a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjI5MmQ3MTZlYTJmYzg1MmY0M2U0NWUwZDRmNTFmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3a9f3e1-5d04-4e2a-b0ff-b45ddbe6ca82","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-07T03:27:30.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:30.637Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:27:30.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.638Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:30.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "aai-ml",
"timestamp": 1649302005131,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649302003029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302006007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "cds",
"timestamp": 1649302005069,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "aai-ml",
"timestamp": 1649302005131,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649302003029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302006007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "cds",
"timestamp": 1649302005069,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "aai-ml",
"timestamp": 1649302005131,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.640Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:30.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302006007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-04-07T03:27:30.641Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649302003029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "cds",
"timestamp": 1649302005069,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "aai-ml",
"timestamp": 1649302005131,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302006007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649302003029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "cds",
"timestamp": 1649302005069,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302006007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-04-07T03:27:30.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "aai-ml",
"timestamp": 1649302005131,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649302003029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "cds",
"timestamp": 1649302005069,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "aai-ml",
"timestamp": 1649302005131,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302006007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649302003029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "cds",
"timestamp": 1649302005069,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "aai-ml",
"timestamp": 1649302005131,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:27:30.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302006007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649302003029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "cds",
"timestamp": 1649302005069,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "aai-ml",
"timestamp": 1649302020819,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302020913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:27:30.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:27:30.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "cds",
"timestamp": 1649302020920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:27:30.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:27:30.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649302021003,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:27:30.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:27:30.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "cds",
"timestamp": 1649302021926,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-07T03:27:30.662Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9
2022-04-07T03:27:30.662Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9 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-04-07T03:27:30.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302022308,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:27:30.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:27:30.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649302021933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649302023200,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:27:30.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:27:30.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302023406,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:27:30.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:27:30.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649302021933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649302024203,
"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-04-07T03:27:30.674Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9
2022-04-07T03:27:30.675Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9 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-04-07T03:27:30.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302024427,
"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-04-07T03:27:30.687Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9
2022-04-07T03:27:30.687Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9 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-04-07T03:27:30.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649302021933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649302025430,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-07T03:27:30.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:27:30.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649302021933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649302021933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649302021933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "aai-ml",
"timestamp": 1649302027900,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:27:30.698Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:27:30.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649302021933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:30.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-07T03:27:30.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-07T03:27:30.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "aai-ml",
"timestamp": 1649302028903,
"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-04-07T03:27:30.703Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9
2022-04-07T03:27:30.703Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9 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-04-07T03:27:30.740Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-07T03:27:30.741Z||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-04-07T03:27:30.741Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:30.755Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:30.755Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-07T03:27:31.641Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:27:31.642Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:31.645Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:31.645Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-04-07T03:27:31.745Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:31.746Z||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-04-07T03:27:31.747Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:31.760Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:31.760Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:32.646Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:27:32.646Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:32.648Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:32.648Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-04-07T03:27:32.748Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:32.749Z||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-04-07T03:27:32.749Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:32.762Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:32.762Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-07T03:27:33.649Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:27:33.649Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:33.650Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:33.651Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:33.751Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:33.752Z||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-04-07T03:27:33.752Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:33.764Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:33.764Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:34.651Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:27:34.652Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:34.654Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:34.654Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-04-07T03:27:34.754Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:34.755Z||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-04-07T03:27:34.755Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:34.773Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:34.774Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:35.655Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:27:35.656Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:35.658Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:35.658Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:27:35.758Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:35.759Z||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-04-07T03:27:35.760Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:35.771Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:35.772Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-07T03:27:36.658Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:27:36.659Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:36.661Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:36.661Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:27:36.762Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:36.762Z||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-04-07T03:27:36.763Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:36.774Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:36.775Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:37.663Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "e2688a8b-dfd8-4766-b4d1-f01244090689",
"serviceDescription": "service",
"serviceInvariantUUID": "a6aad339-3b6a-4a59-a196-5c9ecae17341",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "6508c7a0-1ca0-4bb8-a714-222a2bfba629",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "76ec03ec-8bed-4b91-8f3a-72c8bdd9018c",
"resourceInvariantUUID": "30432942-70b1-4eb4-95d3-8f310fa3b171",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YmFhNGRmYzIyZTViNTBjNjhkNTM4ZDZmNjgzMTAwMDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14a78156-c163-4ef1-a1ab-ac25d9873f08",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "73270f85-df91-4ae2-b6f0-84270fc2ac40",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "27001b54-90cb-4811-85cd-3612cefe8082",
"generatedFromUUID": "73270f85-df91-4ae2-b6f0-84270fc2ac40"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "27001b54-90cb-4811-85cd-3612cefe8082",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MjI5MmQ3MTZlYTJmYzg1MmY0M2U0NWUwZDRmNTFmYjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b3a9f3e1-5d04-4e2a-b0ff-b45ddbe6ca82"
}
],
"workloadContext": "Production"
}
2022-04-07T03:27:37.663Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-07T03:27:37.664Z|9fdd5555-2953-4ede-a1c8-2c9995bf356a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e2688a8b-dfd8-4766-b4d1-f01244090689 ASDC
2022-04-07T03:27:37.664Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e2688a8b-dfd8-4766-b4d1-f01244090689
ServiceInvariantUUID:a6aad339-3b6a-4a59-a196-5c9ecae17341
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:b3a9f3e1-5d04-4e2a-b0ff-b45ddbe6ca82
ArtifactChecksum:MjI5MmQ3MTZlYTJmYzg1MmY0M2U0NWUwZDRmNTFmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6508c7a0-1ca0-4bb8-a714-222a2bfba629
ResourceInvariantUUID:30432942-70b1-4eb4-95d3-8f310fa3b171
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:76ec03ec-8bed-4b91-8f3a-72c8bdd9018c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:14a78156-c163-4ef1-a1ab-ac25d9873f08
ArtifactChecksum:YmFhNGRmYzIyZTViNTBjNjhkNTM4ZDZmNjgzMTAwMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:73270f85-df91-4ae2-b6f0-84270fc2ac40
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:27001b54-90cb-4811-85cd-3612cefe8082
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:27001b54-90cb-4811-85cd-3612cefe8082
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-07T03:27:37.664Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2688a8b-dfd8-4766-b4d1-f01244090689 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-04-07T03:27:37.695Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-07T03:27:37.696Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-07T03:27:37.696Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-07T03:27:37.696Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b3a9f3e1-5d04-4e2a-b0ff-b45ddbe6ca82 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-07T03:27:37.697Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-07T03:27:37.697Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-07T03:27:38.004Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-07T03:27:38.011Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b3a9f3e1-5d04-4e2a-b0ff-b45ddbe6ca82 71077
2022-04-07T03:27:38.012Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-07T03:27:38.012Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-07T03:27:38.012Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:27:38.013Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:38.015Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:38.015Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302058012,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:27:38.115Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:38.116Z||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-04-07T03:27:38.116Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:38.128Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:38.129Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:39.016Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-07T03:27:39.017Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-07T03:27:39.018Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b3a9f3e1-5d04-4e2a-b0ff-b45ddbe6ca82, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:39.018Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-07T03:27:39.018Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:39.019Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:39.179Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2347905620800718055/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-07T03:27:40.517Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-07T03:27:40.517Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-07T03:27:40.518Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-07T03:27:40.519Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.519Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:40.519Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-07T03:27:40.519Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-07T03:27:40.519Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-07T03:27:40.519Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.519Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:40.519Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-07T03:27:40.520Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-07T03:27:40.520Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-07T03:27:40.520Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.520Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:40.520Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.520Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-07T03:27:40.520Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-07T03:27:40.520Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-07T03:27:40.520Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-07T03:27:40.520Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-07T03:27:40.521Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-07T03:27:40.521Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.521Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-07T03:27:40.521Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.521Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-07T03:27:40.521Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:27:40.521Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.521Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-07T03:27:40.521Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:27:40.521Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.522Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-07T03:27:40.522Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:27:40.522Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.522Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-07T03:27:40.522Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-07T03:27:40.522Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-07T03:27:40.522Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64448c50-f1f2-4878-82b0-bab8e349cf49
2022-04-07T03:27:40.522Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.522Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:40.523Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.523Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:40.523Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.523Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:40.523Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:40.523Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:40.523Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e2688a8b-dfd8-4766-b4d1-f01244090689
Model Version:NULL
Model InvariantUuid:a6aad339-3b6a-4a59-a196-5c9ecae17341
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:cf470e92-1a0e-4e3b-b419-3b559be6a9bf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:30432942-70b1-4eb4-95d3-8f310fa3b171
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6508c7a0-1ca0-4bb8-a714-222a2bfba629
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d6796df9-3f21-4ce3-97c2-cb8f4e73f472
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:391ddcd1-5066-4b0f-8ce7-0eb1c030c1dd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:64448c50-f1f2-4878-82b0-bab8e349cf49
ModelInvariantUuid:1366d953-d0a6-4a22-9292-92c833fdd7e8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a0f6260d-2b3d-4b12-b032-6995383b7486
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:d780c3d8-9413-4d52-a97f-d28cc4e1ccb1
ModelInvariantUuid:2e81cb76-8463-4198-9d4b-2740e3ac1103
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:8780b6d1-ce85-4950-8e30-a115f875ac32
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-04-07T03:27:40.537Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 76ec03ec-8bed-4b91-8f3a-72c8bdd9018c
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-04-07T03:27:40.540Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-04-07T03:27:40.540Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 76ec03ec-8bed-4b91-8f3a-72c8bdd9018c
2022-04-07T03:27:40.540Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 14a78156-c163-4ef1-a1ab-ac25d9873f08 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-07T03:27:40.540Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-07T03:27:40.540Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-07T03:27:40.582Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-07T03:27:40.582Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 14a78156-c163-4ef1-a1ab-ac25d9873f08 787
2022-04-07T03:27:40.583Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-07T03:27:40.583Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-07T03:27:40.583Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:27:40.584Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:40.586Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:40.586Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302060583,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:27:40.686Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:40.687Z||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-04-07T03:27:40.687Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:40.697Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:40.697Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:41.586Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "d6796df9-3f21-4ce3-97c2-cb8f4e73f472",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "391ddcd1-5066-4b0f-8ce7-0eb1c030c1dd",
"vfModuleModelCustomizationUUID": "c9436d20-50bf-4c79-9d3a-e76af05f3627",
"isBase": true,
"artifacts": [
"73270f85-df91-4ae2-b6f0-84270fc2ac40",
"27001b54-90cb-4811-85cd-3612cefe8082"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-07T03:27:41.590Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:391ddcd1-5066-4b0f-8ce7-0eb1c030c1dd
VfModuleModelInvariantUUID:d6796df9-3f21-4ce3-97c2-cb8f4e73f472
VfModuleModelDescription:NULL
Artifacts UUID List:{
73270f85-df91-4ae2-b6f0-84270fc2ac40
,
27001b54-90cb-4811-85cd-3612cefe8082
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-04-07T03:27:41.592Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "d6796df9-3f21-4ce3-97c2-cb8f4e73f472",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "391ddcd1-5066-4b0f-8ce7-0eb1c030c1dd",
"vfModuleModelCustomizationUUID": "c9436d20-50bf-4c79-9d3a-e76af05f3627",
"isBase": true,
"artifacts": [
"73270f85-df91-4ae2-b6f0-84270fc2ac40",
"27001b54-90cb-4811-85cd-3612cefe8082"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-07T03:27:41.592Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:391ddcd1-5066-4b0f-8ce7-0eb1c030c1dd
VfModuleModelInvariantUUID:d6796df9-3f21-4ce3-97c2-cb8f4e73f472
VfModuleModelDescription:NULL
Artifacts UUID List:{
73270f85-df91-4ae2-b6f0-84270fc2ac40
,
27001b54-90cb-4811-85cd-3612cefe8082
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-04-07T03:27:41.592Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73270f85-df91-4ae2-b6f0-84270fc2ac40 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-07T03:27:41.592Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-07T03:27:41.592Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-07T03:27:41.632Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-07T03:27:41.632Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 73270f85-df91-4ae2-b6f0-84270fc2ac40 5033
2022-04-07T03:27:41.633Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-07T03:27:41.633Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-07T03:27:41.633Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:27:41.633Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:41.636Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:41.636Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302061633,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:27:41.736Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:41.737Z||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-04-07T03:27:41.737Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:41.748Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:41.748Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:42.637Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 27001b54-90cb-4811-85cd-3612cefe8082 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-07T03:27:42.637Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-07T03:27:42.638Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-07T03:27:42.679Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-07T03:27:42.680Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 27001b54-90cb-4811-85cd-3612cefe8082 903
2022-04-07T03:27:42.680Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-07T03:27:42.680Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-07T03:27:42.681Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:27:42.681Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:42.684Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:42.684Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302062680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:27:42.784Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:42.784Z||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-04-07T03:27:42.785Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:42.796Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:42.797Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:43.684Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e2688a8b-dfd8-4766-b4d1-f01244090689
2022-04-07T03:27:43.685Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 76ec03ec-8bed-4b91-8f3a-72c8bdd9018c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-07T03:27:43.696Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a427da0, org.onap.sdc.toscaparser.api.parameters.Input@6cb3f5d9, org.onap.sdc.toscaparser.api.parameters.Input@49da926a, org.onap.sdc.toscaparser.api.parameters.Input@463fa877, org.onap.sdc.toscaparser.api.parameters.Input@1fc9726d]
2022-04-07T03:27:43.697Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.697Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:43.697Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-07T03:27:43.697Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6508c7a0-1ca0-4bb8-a714-222a2bfba629
2022-04-07T03:27:43.698Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6508c7a0-1ca0-4bb8-a714-222a2bfba629 matches Tosca VF Customization UUID: 6508c7a0-1ca0-4bb8-a714-222a2bfba629
2022-04-07T03:27:43.698Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6508c7a0-1ca0-4bb8-a714-222a2bfba629 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-04-07T03:27:43.699Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.700Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:43.700Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6508c7a0-1ca0-4bb8-a714-222a2bfba629: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-04-07T03:27:43.700Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@491daecf
2022-04-07T03:27:43.700Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.701Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-07T03:27:43.701Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c9436d20-50bf-4c79-9d3a-e76af05f3627
2022-04-07T03:27:43.701Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c9436d20-50bf-4c79-9d3a-e76af05f3627
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-04-07T03:27:43.703Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.703Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-07T03:27:43.703Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:27:43.703Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.704Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-07T03:27:43.704Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:27:43.704Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.704Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-07T03:27:43.704Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-07T03:27:43.705Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-07T03:27:43.705Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64448c50-f1f2-4878-82b0-bab8e349cf49
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-04-07T03:27:43.707Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.707Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-07T03:27:43.707Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:27:43.707Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.707Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-07T03:27:43.708Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6508c7a0-1ca0-4bb8-a714-222a2bfba629
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-04-07T03:27:43.709Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.709Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:43.709Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e2688a8b-dfd8-4766-b4d1-f01244090689: basic_vm
2022-04-07T03:27:43.709Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.709Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:43.710Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.710Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:43.710Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.710Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:43.710Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.710Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:43.710Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:27:43.710Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:27:43.710Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm
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-04-07T03:27:43.797Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 76ec03ec-8bed-4b91-8f3a-72c8bdd9018c 1 ASDC deployResourceStructure
2022-04-07T03:27:43.797Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-07T03:27:43.797Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-07T03:27:43.797Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-07T03:27:43.798Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:43.799Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:43.799Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302063797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-07T03:27:43.900Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:43.901Z||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-04-07T03:27:43.901Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:43.913Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:43.913Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:44.800Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-07T03:27:44.801Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-07T03:27:44.801Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-07T03:27:44.801Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:44.803Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:44.803Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302064800,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-04-07T03:27:44.903Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:44.904Z||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-04-07T03:27:44.904Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:44.915Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:44.915Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:45.804Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-07T03:27:45.804Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-07T03:27:45.804Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-07T03:27:45.805Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:45.806Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:45.806Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302065803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-04-07T03:27:45.907Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:45.907Z||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-04-07T03:27:45.907Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:45.920Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:45.920Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:46.807Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-07T03:27:46.807Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-07T03:27:46.807Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-07T03:27:46.808Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:27:46.809Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:27:46.809Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302066807,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:27:46.909Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:27:46.910Z||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-04-07T03:27:46.910Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:27:46.921Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:27:46.921Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:27:47.810Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9
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-04-07T03:27:47.821Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9
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-04-07T03:27:47.825Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-07T03:27:47.825Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-07T03:27:47.825Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-07T03:27:47.825Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-07T03:27:47.825Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:27:47.825Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:27:47.825Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:27:47.825Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:27:47.825Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-07T03:27:47.825Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-07T03:27:47.831Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-07T03:28:17.831Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9 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-04-07T03:28:17.838Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9 and serviceModelVersionId: e2688a8b-dfd8-4766-b4d1-f01244090689
2022-04-07T03:28:17.838Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6aad339-3b6a-4a59-a196-5c9ecae17341
2022-04-07T03:28:17.839Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6aad339-3b6a-4a59-a196-5c9ecae17341/model-vers/model-ver/e2688a8b-dfd8-4766-b4d1-f01244090689?depth=0
2022-04-07T03:28:17.845Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-07T03:28:17.878Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6aad339-3b6a-4a59-a196-5c9ecae17341/model-vers/model-ver/e2688a8b-dfd8-4766-b4d1-f01244090689?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-04-07T03:28:17.878Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6aad339-3b6a-4a59-a196-5c9ecae17341/model-vers/model-ver/e2688a8b-dfd8-4766-b4d1-f01244090689?depth=0|INFO|500||Invoke
2022-04-07T03:28:17.901Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6aad339-3b6a-4a59-a196-5c9ecae17341/model-vers/model-ver/e2688a8b-dfd8-4766-b4d1-f01244090689?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-07T03:28:18.383Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6aad339-3b6a-4a59-a196-5c9ecae17341/model-vers/model-ver/e2688a8b-dfd8-4766-b4d1-f01244090689?depth=0|INFO|500||InvokeReturn
2022-04-07T03:28:18.384Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6aad339-3b6a-4a59-a196-5c9ecae17341/model-vers/model-ver/e2688a8b-dfd8-4766-b4d1-f01244090689?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220407-03:28:17:909-69542], vertex-id=[188600], Content-Length=[0], Date=[Thu, 07 Apr 2022 03:28:17 GMT], Content-Type=[application/json]}
2022-04-07T03:28:18.384Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-04-07T03:28:18.384Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-07T03:28:18.384Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-07T03:28:18.388Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-07T03:28:18.389Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-07T03:28:18.389Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-07T03:28:18.389Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:28:18.391Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:28:18.391Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302098389,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-07T03:28:18.492Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:28:18.492Z||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-04-07T03:28:18.493Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:28:18.511Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:28:18.511Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-07T03:28:30.006Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:28:30.007Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:28:30.007Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:28:30.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:28:30.008Z||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-04-07T03:28:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:28:30.126Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:28:30.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:28:30.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:28:30.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-07T03:28:39.541Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:29:30.006Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:29:30.007Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-07T03:29:30.007Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:29:30.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:29:30.008Z||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-04-07T03:29:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:29:30.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:29:30.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-04-07T03:29:30.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-07T03:29:30.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-04-07T03:29:30.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-07T03:29:30.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:29:30.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-07T03:29:30.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-04-07T03:29:30.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-07T03:29:30.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:29:30.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-07T03:29:30.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302050006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:29:30.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-07T03:29:30.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302058012,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:29:30.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:29:30.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302060583,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:29:30.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:29:30.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302061633,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:29:30.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:29:30.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302062680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:29:30.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:29:30.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302063797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-07T03:29:30.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:29:30.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302064800,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-04-07T03:29:30.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:29:30.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302065803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-04-07T03:29:30.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:29:30.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302066807,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-07T03:29:30.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:29:30.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-07T03:29:30.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302098389,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-07T03:29:30.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-07T03:29:39.553Z|9c3b55a5-b2ae-4f9a-a7f8-b7725c4914f9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:30:30.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:30:30.007Z||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-04-07T03:30:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:30:30.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:30:30.008Z||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-04-07T03:30:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:30:39.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:30:39.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:31:30.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:31:30.007Z||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-04-07T03:31:30.007Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:31:30.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:31:30.008Z||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-04-07T03:31:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:31:39.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:31:39.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:32:30.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:32:30.007Z||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-04-07T03:32:30.007Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:32:30.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:32:30.008Z||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-04-07T03:32:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:32:39.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:32:39.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:33:30.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:33:30.007Z||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-04-07T03:33:30.007Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:33:30.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:33:30.009Z||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-04-07T03:33:30.009Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:33:39.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:33:39.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:34:30.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:34:30.007Z||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-04-07T03:34:30.007Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:34:30.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:34:30.008Z||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-04-07T03:34:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:34:39.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:34:39.568Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:30.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:35:30.007Z||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-04-07T03:35:30.007Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:30.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-07T03:35:30.008Z||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-04-07T03:35:30.008Z||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 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:39.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:39.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:39.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-07T03:35:39.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"40285080-68f8-4656-930b-cebbfb5bf561","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9fd61121-e846-4604-87ad-ebb1067cb6f7","serviceDescription":"service","serviceInvariantUUID":"8f25ee7c-48d3-48cb-8516-98df821dec4e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2d935e5e-a364-4109-be0d-a7796d9a9db9","resourceInvariantUUID":"960317e2-eb34-4d62-b15a-fb834b7467cc","resourceCustomizationUUID":"2a4b71bc-ed33-459f-afab-ca1704b5422a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MGYwNDA4NGY3MzM0OTg3MDA0M2NkMzgwOGE0MmNlMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13fcb526-962f-444a-aa0d-59561102226b","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fd9f43d0-f806-48d0-bd0a-8a1bdd577dd4","artifactVersion":"2","generatedFromUUID":"f0bc201b-ef77-4e4a-81ba-899abc3ffb1f"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0bc201b-ef77-4e4a-81ba-899abc3ffb1f","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MmIzNmM4MmJlNzcwNjIzZjRkZmU3Nzg2YTA2ZDE1ZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61413176-a8eb-4326-a901-564d7fdae4e8","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"199f95fe-b2a2-4a2e-8a60-ee0449959447","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3c2b235-86cb-4ef5-9e90-aa6ea9582524","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"66124730-52d1-47a6-8376-ee9a200a0271","artifactVersion":"2","generatedFromUUID":"199f95fe-b2a2-4a2e-8a60-ee0449959447"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTNlMmIxZDhjNjRmMDAwZWY4NGY5ZWY5Zjk4NDZlYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e023bcd8-e284-4edd-93e0-0c7835c99655","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGE1ZDNlYzc4YjdjMTIwN2E4MGQ0Mzc0NmFmMGQ4OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ce10300-f639-4f0a-9d99-705e16c05180","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-07T03:35:39.658Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:35:39.658Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:39.660Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:39.660Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302530006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:35:39.761Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-07T03:35:39.762Z||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-04-07T03:35:39.762Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:39.773Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:39.774Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-07T03:35:40.661Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:35:40.662Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:40.664Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:40.664Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302530006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-04-07T03:35:40.764Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:35:40.765Z||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-04-07T03:35:40.765Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:40.778Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:40.779Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:41.665Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:35:41.666Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:41.668Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:41.668Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302530006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-04-07T03:35:41.769Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:35:41.770Z||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-04-07T03:35:41.770Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:41.781Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:41.781Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-07T03:35:42.669Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:35:42.670Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:42.673Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:42.673Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302530006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-04-07T03:35:42.773Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:35:42.774Z||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-04-07T03:35:42.774Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:42.786Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:42.787Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:43.674Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:35:43.675Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:43.676Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:43.677Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302530006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-04-07T03:35:43.777Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:35:43.778Z||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-04-07T03:35:43.778Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:43.789Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:43.789Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:44.677Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:35:44.678Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:44.680Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:44.680Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302530006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:35:44.781Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-07T03:35:44.782Z||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-04-07T03:35:44.782Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:44.793Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:44.793Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:45.681Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:35:45.682Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:45.683Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:45.683Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302530006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-04-07T03:35:45.784Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:35:45.784Z||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-04-07T03:35:45.784Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:45.796Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:45.796Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:46.684Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:35:46.684Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:46.687Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:46.687Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302530006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-07T03:35:46.787Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:35:46.788Z||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-04-07T03:35:46.788Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:46.799Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:46.799Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:47.687Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-07T03:35:47.688Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:47.690Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:47.690Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302530006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-04-07T03:35:47.791Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-07T03:35:47.792Z||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-04-07T03:35:47.792Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:47.805Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:47.805Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:48.692Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "9fd61121-e846-4604-87ad-ebb1067cb6f7",
"serviceDescription": "service",
"serviceInvariantUUID": "8f25ee7c-48d3-48cb-8516-98df821dec4e",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "2a4b71bc-ed33-459f-afab-ca1704b5422a",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2d935e5e-a364-4109-be0d-a7796d9a9db9",
"resourceInvariantUUID": "960317e2-eb34-4d62-b15a-fb834b7467cc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fd9f43d0-f806-48d0-bd0a-8a1bdd577dd4",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f0bc201b-ef77-4e4a-81ba-899abc3ffb1f",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "MmIzNmM4MmJlNzcwNjIzZjRkZmU3Nzg2YTA2ZDE1ZGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "61413176-a8eb-4326-a901-564d7fdae4e8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "199f95fe-b2a2-4a2e-8a60-ee0449959447",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "66124730-52d1-47a6-8376-ee9a200a0271",
"generatedFromUUID": "199f95fe-b2a2-4a2e-8a60-ee0449959447"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "66124730-52d1-47a6-8376-ee9a200a0271",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "MGE1ZDNlYzc4YjdjMTIwN2E4MGQ0Mzc0NmFmMGQ4OTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0ce10300-f639-4f0a-9d99-705e16c05180"
}
],
"workloadContext": "Production"
}
2022-04-07T03:35:48.692Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-07T03:35:48.692Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9fd61121-e846-4604-87ad-ebb1067cb6f7 ASDC
2022-04-07T03:35:48.693Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:40285080-68f8-4656-930b-cebbfb5bf561
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9fd61121-e846-4604-87ad-ebb1067cb6f7
ServiceInvariantUUID:8f25ee7c-48d3-48cb-8516-98df821dec4e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:0ce10300-f639-4f0a-9d99-705e16c05180
ArtifactChecksum:MGE1ZDNlYzc4YjdjMTIwN2E4MGQ0Mzc0NmFmMGQ4OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2a4b71bc-ed33-459f-afab-ca1704b5422a
ResourceInvariantUUID:960317e2-eb34-4d62-b15a-fb834b7467cc
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2d935e5e-a364-4109-be0d-a7796d9a9db9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:fd9f43d0-f806-48d0-bd0a-8a1bdd577dd4
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:f0bc201b-ef77-4e4a-81ba-899abc3ffb1f
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:61413176-a8eb-4326-a901-564d7fdae4e8
ArtifactChecksum:MmIzNmM4MmJlNzcwNjIzZjRkZmU3Nzg2YTA2ZDE1ZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:199f95fe-b2a2-4a2e-8a60-ee0449959447
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:66124730-52d1-47a6-8376-ee9a200a0271
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:66124730-52d1-47a6-8376-ee9a200a0271
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-07T03:35:48.693Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9fd61121-e846-4604-87ad-ebb1067cb6f7 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-04-07T03:35:48.716Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-07T03:35:48.716Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-07T03:35:48.716Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-07T03:35:48.717Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0ce10300-f639-4f0a-9d99-705e16c05180 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-07T03:35:48.717Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-07T03:35:48.717Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-07T03:35:49.079Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-07T03:35:49.082Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0ce10300-f639-4f0a-9d99-705e16c05180 68955
2022-04-07T03:35:49.082Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-07T03:35:49.082Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-07T03:35:49.082Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:35:49.082Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:49.083Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:49.083Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302549082,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:35:49.184Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:35:49.184Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-07T03:35:49.184Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:49.195Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:49.195Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:50.084Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-07T03:35:50.085Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-07T03:35:50.085Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0ce10300-f639-4f0a-9d99-705e16c05180, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-07T03:35:50.086Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-07T03:35:50.086Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-07T03:35:50.086Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-07T03:35:50.175Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16340617452343135165/Definitions/service-BasicCnf-template.yml
2022-04-07T03:35:51.083Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-07T03:35:51.084Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-07T03:35:51.084Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-07T03:35:51.084Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-07T03:35:51.084Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-07T03:35:51.084Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-07T03:35:51.085Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-07T03:35:51.085Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-07T03:35:51.085Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-07T03:35:51.085Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.085Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:35:51.085Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-07T03:35:51.085Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-07T03:35:51.086Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-07T03:35:51.086Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.086Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:35:51.086Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-07T03:35:51.086Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-07T03:35:51.086Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-07T03:35:51.086Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.087Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:35:51.087Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.087Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-07T03:35:51.087Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-07T03:35:51.087Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-07T03:35:51.087Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-07T03:35:51.087Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.087Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-07T03:35:51.088Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.088Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-07T03:35:51.088Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:35:51.088Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.088Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-07T03:35:51.088Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:35:51.089Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.089Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-07T03:35:51.089Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-07T03:35:51.089Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.089Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-07T03:35:51.089Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-07T03:35:51.089Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=31d25022-a8f6-47a7-8693-016dcc8fc3cd
2022-04-07T03:35:51.090Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.090Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:35:51.090Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.090Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:35:51.090Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.090Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:35:51.090Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:51.091Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:35:51.091Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9fd61121-e846-4604-87ad-ebb1067cb6f7
Model Version:NULL
Model InvariantUuid:8f25ee7c-48d3-48cb-8516-98df821dec4e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:b4a0f163-f009-4ff1-b523-de0f7c5bf579
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:960317e2-eb34-4d62-b15a-fb834b7467cc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2a4b71bc-ed33-459f-afab-ca1704b5422a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:15178509-261b-4503-ba8e-e107d652cdb4
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6363bc91-db80-46ff-bae7-61a10bc32377
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:31d25022-a8f6-47a7-8693-016dcc8fc3cd
ModelInvariantUuid:b67310f6-be7e-4f94-846d-e3363991a258
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:03fbe168-b614-4317-a08b-239cb081877a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:1e38e414-6105-40ca-8ef4-ac510fd927a5
ModelInvariantUuid:cdbdb904-b594-43c9-8aee-d186adf3dd84
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b4c785c9-7724-4fa1-8794-d801adc33c99
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-04-07T03:35:51.097Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2d935e5e-a364-4109-be0d-a7796d9a9db9
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-04-07T03:35:51.100Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-04-07T03:35:51.100Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2d935e5e-a364-4109-be0d-a7796d9a9db9
2022-04-07T03:35:51.100Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fd9f43d0-f806-48d0-bd0a-8a1bdd577dd4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-07T03:35:51.100Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-07T03:35:51.100Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-07T03:35:51.293Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-07T03:35:51.293Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fd9f43d0-f806-48d0-bd0a-8a1bdd577dd4 12
2022-04-07T03:35:51.294Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-07T03:35:51.294Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-07T03:35:51.294Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:35:51.295Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:51.297Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:51.297Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302551294,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:35:51.397Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:35:51.398Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-07T03:35:51.398Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:51.411Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:51.411Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:52.298Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0bc201b-ef77-4e4a-81ba-899abc3ffb1f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-07T03:35:52.299Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-07T03:35:52.299Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-07T03:35:53.515Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-07T03:35:53.515Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f0bc201b-ef77-4e4a-81ba-899abc3ffb1f 2688
2022-04-07T03:35:53.516Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-07T03:35:53.516Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-07T03:35:53.516Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:35:53.516Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:53.518Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:53.518Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302553516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:35:53.619Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:35:53.620Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-07T03:35:53.620Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:53.634Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:53.634Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:54.520Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 61413176-a8eb-4326-a901-564d7fdae4e8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-07T03:35:54.521Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-07T03:35:54.521Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-07T03:35:55.278Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-07T03:35:55.278Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 61413176-a8eb-4326-a901-564d7fdae4e8 828
2022-04-07T03:35:55.279Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-07T03:35:55.279Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-07T03:35:55.279Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:35:55.279Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:55.281Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:55.281Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302555279,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:35:55.382Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-07T03:35:55.383Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-07T03:35:55.383Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:55.394Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:55.394Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:56.282Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "15178509-261b-4503-ba8e-e107d652cdb4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6363bc91-db80-46ff-bae7-61a10bc32377",
"vfModuleModelCustomizationUUID": "0a35aace-2191-4f50-8715-f553b678ff3f",
"isBase": true,
"artifacts": [
"199f95fe-b2a2-4a2e-8a60-ee0449959447",
"f0bc201b-ef77-4e4a-81ba-899abc3ffb1f",
"66124730-52d1-47a6-8376-ee9a200a0271"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-07T03:35:56.287Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6363bc91-db80-46ff-bae7-61a10bc32377
VfModuleModelInvariantUUID:15178509-261b-4503-ba8e-e107d652cdb4
VfModuleModelDescription:NULL
Artifacts UUID List:{
199f95fe-b2a2-4a2e-8a60-ee0449959447
,
f0bc201b-ef77-4e4a-81ba-899abc3ffb1f
,
66124730-52d1-47a6-8376-ee9a200a0271
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-04-07T03:35:56.290Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "15178509-261b-4503-ba8e-e107d652cdb4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6363bc91-db80-46ff-bae7-61a10bc32377",
"vfModuleModelCustomizationUUID": "0a35aace-2191-4f50-8715-f553b678ff3f",
"isBase": true,
"artifacts": [
"199f95fe-b2a2-4a2e-8a60-ee0449959447",
"f0bc201b-ef77-4e4a-81ba-899abc3ffb1f",
"66124730-52d1-47a6-8376-ee9a200a0271"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-07T03:35:56.290Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6363bc91-db80-46ff-bae7-61a10bc32377
VfModuleModelInvariantUUID:15178509-261b-4503-ba8e-e107d652cdb4
VfModuleModelDescription:NULL
Artifacts UUID List:{
199f95fe-b2a2-4a2e-8a60-ee0449959447
,
f0bc201b-ef77-4e4a-81ba-899abc3ffb1f
,
66124730-52d1-47a6-8376-ee9a200a0271
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-04-07T03:35:56.290Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 199f95fe-b2a2-4a2e-8a60-ee0449959447 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-07T03:35:56.290Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-07T03:35:56.291Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-07T03:35:56.417Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-07T03:35:56.418Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 199f95fe-b2a2-4a2e-8a60-ee0449959447 1164
2022-04-07T03:35:56.418Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-07T03:35:56.418Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-07T03:35:56.418Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:35:56.418Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:56.420Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:56.421Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302556418,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:35:56.521Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:35:56.522Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-07T03:35:56.522Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:56.534Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:56.534Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:57.421Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 66124730-52d1-47a6-8376-ee9a200a0271 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-07T03:35:57.422Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-07T03:35:57.422Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-07T03:35:57.609Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-07T03:35:57.609Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 66124730-52d1-47a6-8376-ee9a200a0271 200
2022-04-07T03:35:57.609Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-07T03:35:57.609Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-07T03:35:57.610Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-07T03:35:57.610Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-07T03:35:57.612Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-07T03:35:57.612Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40285080-68f8-4656-930b-cebbfb5bf561",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649302557609,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-04-07T03:35:57.712Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-07T03:35:57.712Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-07T03:35:57.713Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0e6zMDBPX78n7UU1) ...
2022-04-07T03:35:57.723Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-07T03:35:57.724Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-07T03:35:58.612Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 9fd61121-e846-4604-87ad-ebb1067cb6f7
2022-04-07T03:35:58.613Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2d935e5e-a364-4109-be0d-a7796d9a9db9 ASDC
2022-04-07T03:35:58.622Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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 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-04-07T03:35:58.632Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cf0a0e7, org.onap.sdc.toscaparser.api.parameters.Input@5dea7fac, org.onap.sdc.toscaparser.api.parameters.Input@79ee2dc9, org.onap.sdc.toscaparser.api.parameters.Input@722ba071, org.onap.sdc.toscaparser.api.parameters.Input@7b55c14b]
2022-04-07T03:35:58.633Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-07T03:35:58.633Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-07T03:35:58.634Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-04-07T03:35:58.634Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2a4b71bc-ed33-459f-afab-ca1704b5422a
2022-04-07T03:35:58.634Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a4b71bc-ed33-459f-afab-ca1704b5422a matches Tosca VF Customization UUID: 2a4b71bc-ed33-459f-afab-ca1704b5422a
2022-04-07T03:35:58.634Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2a4b71bc-ed33-459f-afab-ca1704b5422a 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-04-07T03:35:58.635Z|40285080-68f8-4656-930b-cebbfb5bf561|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery