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-07-22T05:42:19.239Z||main|||||INFO|500||The following profiles are active: basic
2022-07-22T05:42:30.612Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-22T05:42:30.613Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-22T05:42:30.715Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-22T05:42:34.613Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-22T05:42:35.014Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-22T05:42:35.518Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-22T05:42:35.526Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-22T05:42:35.638Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-22T05:42:35.879Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-22T05:42:36.556Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-22T05:42:38.272Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-22T05:42:40.532Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-22T05:42:40.594Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-22T05:42:41.176Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-22T05:42:41.434Z||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-07-22T05:42:42.583Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-22T05:42:43.590Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-22T05:42:43.606Z||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$$3b0cdf14.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-07-22T05:42:43.607Z||main|||||WARN|500||The sdc end point is not alive
2022-07-22T05:42:46.744Z||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-07-22T05:42:49.840Z||main|||||WARN|500||---
2022-07-22T05:42:49.841Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-22T05:42:49.841Z||main|||||WARN|500||---
2022-07-22T05:42:50.284Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-22T05:42:55.423Z||main|||||INFO|500||Started Application in 39.144 seconds (JVM running for 41.142)
2022-07-22T05:42:55.436Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-22T05:42:55.438Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-22T05:42:55.450Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-22T05:42:55.472Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-22T05:42:55.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74127847-6bb7-4298-a5f7-461c89c17194 url= /sdc/v1/artifactTypes
2022-07-22T05:42:55.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-22T05:42:55.791Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-22T05:42:55.815Z||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-07-22T05:42:55.835Z||scheduling-1|||||DEBUG|500||create keys
2022-07-22T05:42:55.842Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-22T05:42:55.876Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:42:55.893Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 48bd10f4-5e66-4f6a-a124-197b1222b0e2 url= /sdc/v1/registerForDistribution
2022-07-22T05:42:56.079Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 48bd10f4-5e66-4f6a-a124-197b1222b0e2 url= /sdc/v1/registerForDistribution
2022-07-22T05:42:56.080Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-22T05:42:56.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:42:56.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:42:56.098Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-22T05:42:56.101Z||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-07-22T05:42:56.101Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:42:56.101Z||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-07-22T05:42:56.101Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:43:06.412Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:43:06.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:43:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:43:56.088Z||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-07-22T05:43:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:43:56.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:43:56.091Z||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-07-22T05:43:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:44:05.673Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:44:05.673Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:44:56.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:44:56.091Z||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-07-22T05:44:56.092Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:44:56.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:44:56.100Z||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-07-22T05:44:56.100Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:45:05.737Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:45:05.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:45:56.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:45:56.089Z||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-07-22T05:45:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:45:56.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:45:56.090Z||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-07-22T05:45:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:46:05.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:46:05.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:46:56.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:46:56.088Z||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-07-22T05:46:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:46:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:46:56.091Z||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-07-22T05:46:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:47:05.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:47:05.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:47:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:47:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T05:47:56.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:47:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:47:56.093Z||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-07-22T05:47:56.094Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:48:05.667Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:48:05.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:48:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:48:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T05:48:56.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:48:56.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:48:56.090Z||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-07-22T05:48:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:49:05.661Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:49:05.662Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:49:56.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:49:56.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:49:56.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T05:49:56.091Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:49:56.093Z||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-07-22T05:49:56.093Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:50:05.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:50:05.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:50:56.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:50:56.089Z||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-07-22T05:50:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:50:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:50:56.090Z||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-07-22T05:50:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:51:05.653Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:51:05.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:51:56.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:51:56.089Z||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-07-22T05:51:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:51:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:51:56.091Z||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-07-22T05:51:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:52:05.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:52:05.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:52:24.493Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-22T05:52:56.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:52:56.089Z||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-07-22T05:52:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:52:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:52:56.090Z||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-07-22T05:52:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:53:05.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:53:05.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:53:56.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:53:56.091Z||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-07-22T05:53:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:53:56.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:53:56.094Z||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-07-22T05:53:56.095Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:54:05.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:54:05.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:54:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:54:56.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:54:56.094Z||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-07-22T05:54:56.094Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:54:56.094Z||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-07-22T05:54:56.095Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:55:05.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:55:05.668Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:55:56.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:55:56.088Z||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-07-22T05:55:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:55:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:55:56.095Z||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-07-22T05:55:56.095Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:56:05.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:56:05.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:56:56.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:56:56.088Z||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-07-22T05:56:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:56:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:56:56.091Z||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-07-22T05:56:56.092Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:57:05.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:57:05.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:57:56.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:57:56.088Z||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-07-22T05:57:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:57:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:57:56.091Z||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-07-22T05:57:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:58:05.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:58:05.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:58:56.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:58:56.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:58:56.095Z||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-07-22T05:58:56.095Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:58:56.095Z||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-07-22T05:58:56.096Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:59:05.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:59:05.653Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T05:59:56.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:59:56.088Z||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-07-22T05:59:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T05:59:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T05:59:56.091Z||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-07-22T05:59:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:00:05.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:00:05.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:00:56.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:00:56.089Z||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-07-22T06:00:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:00:56.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:00:56.091Z||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-07-22T06:00:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:01:05.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:01:05.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:01:56.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:01:56.088Z||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-07-22T06:01:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:01:56.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:01:56.090Z||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-07-22T06:01:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:02:05.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:02:05.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:02:56.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:02:56.088Z||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-07-22T06:02:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:02:56.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:02:56.090Z||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-07-22T06:02:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:03:05.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:03:05.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:03:56.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:03:56.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:03:56.095Z||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-07-22T06:03:56.095Z||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-07-22T06:03:56.096Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:03:56.097Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:04:05.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:04:05.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:04:56.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:04:56.089Z||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-07-22T06:04:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:04:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:04:56.090Z||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-07-22T06:04:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:05:05.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:05:05.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:05:56.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:05:56.088Z||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-07-22T06:05:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:05:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:05:56.091Z||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-07-22T06:05:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:06:05.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:06:05.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:06:56.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:06:56.088Z||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-07-22T06:06:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:06:56.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:06:56.090Z||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-07-22T06:06:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:07:05.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:07:05.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:07:56.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:07:56.088Z||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-07-22T06:07:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:07:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:07:56.090Z||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-07-22T06:07:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:08:05.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:08:05.657Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:08:56.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:08:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:08:56.090Z||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-07-22T06:08:56.090Z||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-07-22T06:08:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:08:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:09:05.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:09:05.660Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:09:56.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:09:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:09:56.091Z||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-07-22T06:09:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:09:56.092Z||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-07-22T06:09:56.092Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:10:05.663Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:10:05.664Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:10:56.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:10:56.089Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:10:56.089Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:10:56.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:10:56.091Z||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-07-22T06:10:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:11:05.662Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:11:05.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:11:56.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:11:56.088Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:11:56.088Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:11:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:11:56.091Z||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-07-22T06:11:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:12:05.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:12:05.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:12:56.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:12:56.088Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:12:56.088Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:12:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:12:56.091Z||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-07-22T06:12:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:13:05.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:13:05.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:13:56.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:13:56.088Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:13:56.088Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:13:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:13:56.090Z||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-07-22T06:13:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:14:05.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:14:05.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:14:56.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:14:56.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:14:56.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:14:56.091Z||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-07-22T06:14:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:14:56.091Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:15:05.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:15:05.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:15:56.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:15:56.089Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:15:56.089Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:15:56.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:15:56.090Z||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-07-22T06:15:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:16:05.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:16:05.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:16:56.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:16:56.088Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:16:56.088Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:16:56.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:16:56.090Z||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-07-22T06:16:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:17:05.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:17:05.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:17:56.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:17:56.089Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:17:56.089Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:17:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:17:56.090Z||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-07-22T06:17:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:18:05.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:18:05.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:18:56.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:18:56.088Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:18:56.088Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:18:56.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:18:56.090Z||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-07-22T06:18:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:19:05.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:19:05.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:19:56.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:19:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:19:56.092Z||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-07-22T06:19:56.092Z||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-07-22T06:19:56.092Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:19:56.092Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:20:05.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:20:05.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:20:56.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:20:56.089Z||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-07-22T06:20:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:20:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:20:56.090Z||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-07-22T06:20:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:21:05.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:21:05.653Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:21:56.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:21:56.089Z||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-07-22T06:21:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:21:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:21:56.090Z||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-07-22T06:21:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:22:05.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:22:05.651Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:22:56.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:22:56.088Z||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-07-22T06:22:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:22:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:22:56.090Z||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-07-22T06:22:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:23:05.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:23:05.661Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:23:56.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:23:56.088Z||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-07-22T06:23:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:23:56.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:23:56.090Z||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-07-22T06:23:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:24:05.665Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:24:05.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:24:56.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:24:56.089Z||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-07-22T06:24:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:24:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:24:56.091Z||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-07-22T06:24:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:25:05.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:25:05.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:25:56.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:25:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:25:56.090Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:25:56.090Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:25:56.090Z||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-07-22T06:25:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:26:05.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:26:05.659Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:26:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:26:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:26:56.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:26:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:26:56.090Z||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-07-22T06:26:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:27:05.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:27:05.703Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:27:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:27:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:27:56.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:27:56.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:27:56.090Z||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-07-22T06:27:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:28:05.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:28:05.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:28:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:28:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:28:56.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:28:56.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:28:56.091Z||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-07-22T06:28:56.092Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:29:05.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:29:05.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:29:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:29:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:29:56.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:29:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:29:56.090Z||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-07-22T06:29:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:30:05.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:30:05.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:30:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:30:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:30:56.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:30:56.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:30:56.090Z||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-07-22T06:30:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:31:05.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:31:05.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:31:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:31:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:31:56.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:31:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:31:56.090Z||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-07-22T06:31:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:32:05.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:32:05.652Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:32:56.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:32:56.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:32:56.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:32:56.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:32:56.090Z||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-07-22T06:32:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:33:05.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:33:05.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:33:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:33:56.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:33:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:33:56.090Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:33:56.090Z||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-07-22T06:33:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:34:05.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:34:05.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:34:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:34:56.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:34:56.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:34:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:34:56.090Z||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-07-22T06:34:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:35:05.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:35:05.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:35:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:35:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:35:56.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:35:56.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:35:56.090Z||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-07-22T06:35:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:36:05.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:36:05.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:36:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:36:56.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:36:56.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:36:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:36:56.090Z||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-07-22T06:36:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:37:05.654Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:37:05.657Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:37:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:37:56.088Z||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-07-22T06:37:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:37:56.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:37:56.091Z||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-07-22T06:37:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:38:05.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:38:05.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:38:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:38:56.088Z||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-07-22T06:38:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:38:56.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:38:56.090Z||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-07-22T06:38:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:39:05.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:39:05.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:39:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:39:56.088Z||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-07-22T06:39:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:39:56.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:39:56.090Z||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-07-22T06:39:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:40:05.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:40:05.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:40:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:40:56.088Z||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-07-22T06:40:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:40:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:40:56.090Z||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-07-22T06:40:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:41:05.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:41:05.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:41:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:41:56.088Z||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-07-22T06:41:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:41:56.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:41:56.090Z||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-07-22T06:41:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:42:05.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:42:05.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:42:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:42:56.088Z||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-07-22T06:42:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:42:56.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:42:56.090Z||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-07-22T06:42:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:43:05.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:43:05.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:43:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:43:56.088Z||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-07-22T06:43:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:43:56.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:43:56.090Z||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-07-22T06:43:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:44:05.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:44:05.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:44:56.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:44:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:44:56.091Z||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-07-22T06:44:56.091Z||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-07-22T06:44:56.092Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:44:56.092Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:45:05.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:45:05.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:45:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:45:56.089Z||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-07-22T06:45:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:45:56.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:45:56.091Z||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-07-22T06:45:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:46:05.647Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:46:05.650Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:46:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:46:56.089Z||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-07-22T06:46:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:46:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:46:56.090Z||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-07-22T06:46:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:47:05.659Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:47:05.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:47:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:47:56.088Z||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-07-22T06:47:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:47:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:47:56.090Z||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-07-22T06:47:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:48:05.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:48:05.661Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:48:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:48:56.088Z||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-07-22T06:48:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:48:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:48:56.090Z||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-07-22T06:48:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:49:05.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:49:05.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:49:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:49:56.088Z||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-07-22T06:49:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:49:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:49:56.091Z||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-07-22T06:49:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:50:05.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:50:05.654Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:50:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:50:56.088Z||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-07-22T06:50:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:50:56.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:50:56.091Z||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-07-22T06:50:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:51:05.656Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:51:05.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:51:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:51:56.088Z||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-07-22T06:51:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:51:56.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:51:56.091Z||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-07-22T06:51:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:52:05.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:52:05.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:52:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:52:56.088Z||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-07-22T06:52:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:52:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:52:56.090Z||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-07-22T06:52:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:53:05.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:53:05.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:53:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:53:56.088Z||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-07-22T06:53:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:53:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:53:56.090Z||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-07-22T06:53:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:54:05.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:54:05.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:54:56.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:54:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:54:56.090Z||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-07-22T06:54:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:54:56.090Z||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-07-22T06:54:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:55:05.648Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:55:05.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:55:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:55:56.089Z||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-07-22T06:55:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:55:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:55:56.090Z||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-07-22T06:55:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:56:05.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:56:05.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:56:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:56:56.088Z||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-07-22T06:56:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:56:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:56:56.090Z||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-07-22T06:56:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:57:05.674Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:57:05.674Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:57:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:57:56.088Z||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-07-22T06:57:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:57:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:57:56.090Z||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-07-22T06:57:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:58:05.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:58:05.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:58:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:58:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:58:56.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:58:56.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:58:56.091Z||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-07-22T06:58:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:59:05.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:59:05.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T06:59:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:59:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T06:59:56.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T06:59:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T06:59:56.091Z||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-07-22T06:59:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:00:05.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:00:05.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:00:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:00:56.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T07:00:56.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:00:56.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:00:56.091Z||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-07-22T07:00:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:01:05.675Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:01:05.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:01:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:01:56.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T07:01:56.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:01:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:01:56.090Z||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-07-22T07:01:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:02:05.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:02:05.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:02:56.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:02:56.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-22T07:02:56.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:02:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:02:56.090Z||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-07-22T07:02:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:03:05.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:03:05.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:03:56.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:03:56.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:03:56.091Z||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-07-22T07:03:56.092Z||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-07-22T07:03:56.092Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:03:56.092Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:04:05.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:04:05.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:04:56.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:04:56.088Z||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-07-22T07:04:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:04:56.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:04:56.091Z||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-07-22T07:04:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:05:05.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:05:05.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:05:56.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:05:56.088Z||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-07-22T07:05:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:05:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:05:56.090Z||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-07-22T07:05:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:06:05.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:06:05.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:06:56.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:06:56.088Z||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-07-22T07:06:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:06:56.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:06:56.090Z||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-07-22T07:06:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:07:05.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:07:05.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:07:56.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:07:56.088Z||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-07-22T07:07:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:07:56.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:07:56.090Z||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-07-22T07:07:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:08:05.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:08:05.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:08:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:08:56.088Z||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-07-22T07:08:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:08:56.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:08:56.092Z||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-07-22T07:08:56.092Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:09:05.655Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:09:05.656Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:09:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:09:56.088Z||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-07-22T07:09:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:09:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:09:56.090Z||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-07-22T07:09:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:10:05.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:10:05.665Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:10:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:10:56.088Z||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-07-22T07:10:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:10:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:10:56.090Z||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-07-22T07:10:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:11:05.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:11:05.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:11:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:11:56.088Z||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-07-22T07:11:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:11:56.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:11:56.090Z||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-07-22T07:11:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:12:05.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:12:05.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:12:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:12:56.088Z||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-07-22T07:12:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:12:56.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:12:56.090Z||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-07-22T07:12:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:13:05.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:13:05.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:13:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:13:56.088Z||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-07-22T07:13:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:13:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:13:56.090Z||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-07-22T07:13:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:14:05.657Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:14:05.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:14:56.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:14:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:14:56.095Z||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-07-22T07:14:56.095Z||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-07-22T07:14:56.095Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:14:56.095Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:15:05.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:15:05.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:15:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:15:56.088Z||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-07-22T07:15:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:15:56.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:15:56.091Z||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-07-22T07:15:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:16:05.651Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:16:05.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:16:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:16:56.088Z||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-07-22T07:16:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:16:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:16:56.090Z||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-07-22T07:16:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:17:05.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:17:05.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:17:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:17:56.088Z||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-07-22T07:17:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:17:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:17:56.090Z||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-07-22T07:17:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:18:05.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:18:05.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:18:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:18:56.088Z||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-07-22T07:18:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:18:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:18:56.090Z||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-07-22T07:18:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:19:05.656Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:19:05.658Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:19:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:19:56.088Z||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-07-22T07:19:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:19:56.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:19:56.090Z||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-07-22T07:19:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:20:05.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:20:05.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:20:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:20:56.088Z||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-07-22T07:20:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:20:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:20:56.091Z||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-07-22T07:20:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:21:05.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:21:05.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:21:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:21:56.088Z||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-07-22T07:21:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:21:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:21:56.090Z||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-07-22T07:21:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:22:05.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:22:05.647Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:22:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:22:56.088Z||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-07-22T07:22:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:22:56.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:22:56.090Z||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-07-22T07:22:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:23:05.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:23:05.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:23:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:23:56.088Z||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-07-22T07:23:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:23:56.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:23:56.090Z||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-07-22T07:23:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:24:05.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:24:05.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:24:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:24:56.088Z||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-07-22T07:24:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:24:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:24:56.090Z||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-07-22T07:24:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:25:05.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:25:05.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:25:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:25:56.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:25:56.093Z||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-07-22T07:25:56.093Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:25:56.093Z||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-07-22T07:25:56.094Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:26:05.661Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:26:05.664Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:26:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:26:56.089Z||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-07-22T07:26:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:26:56.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:26:56.090Z||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-07-22T07:26:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:27:05.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:27:05.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:27:56.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:27:56.088Z||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-07-22T07:27:56.089Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:27:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:27:56.091Z||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-07-22T07:27:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:27:56.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:27:56.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "aai-ml",
"timestamp": 1658474847795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1658474852419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "policy-id",
"timestamp": 1658474848440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "aai-ml",
"timestamp": 1658474847795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1658474852419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "policy-id",
"timestamp": 1658474848440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "aai-ml",
"timestamp": 1658474847795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1658474852419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "policy-id",
"timestamp": 1658474848440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-22T07:27:56.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "aai-ml",
"timestamp": 1658474847795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1658474852419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "policy-id",
"timestamp": 1658474848440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "aai-ml",
"timestamp": 1658474847795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1658474852419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "policy-id",
"timestamp": 1658474848440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "aai-ml",
"timestamp": 1658474847795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1658474852419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "policy-id",
"timestamp": 1658474848440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "cds",
"timestamp": 1658474861814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1658474852419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "aai-ml",
"timestamp": 1658474847795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:27:56.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "policy-id",
"timestamp": 1658474848440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:27:56.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "cds",
"timestamp": 1658474861814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "aai-ml",
"timestamp": 1658474863826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:27:56.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:27:56.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "cds",
"timestamp": 1658474861814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "policy-id",
"timestamp": 1658474864104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:27:56.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:27:56.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "cds",
"timestamp": 1658474861814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "policy-id",
"timestamp": 1658474865115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:27:56.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:27:56.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474865185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "policy-id",
"timestamp": 1658474866120,
"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=?
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-07-22T07:27:56.606Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
2022-07-22T07:27:56.636Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e 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-07-22T07:27:56.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "cds",
"timestamp": 1658474861814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474865185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "NOTIFIED"
}
2022-07-22T07:27:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "cds",
"timestamp": 1658474861814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474865185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-22T07:27:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "cds",
"timestamp": 1658474861814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:27:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474865185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "cds",
"timestamp": 1658474870191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:27:56.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:27:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474865185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-22T07:27:56.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "cds",
"timestamp": 1658474871350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-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-07-22T07:27:56.688Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
2022-07-22T07:27:56.688Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e 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-07-22T07:27:56.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474865185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474865185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:27:56.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658474872386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474872962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:27:56.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:27:56.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658474872386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474874056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:27:56.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:27:56.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658474872386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474875197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:27:56.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:27:56.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658474872386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:27:56.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:27:56.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-22T07:27:56.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e","serviceName":"basic_onboard_aeKUMz","serviceVersion":"1.0","serviceUUID":"dc03a62b-8ae3-4a3f-baf0-404af52530b6","serviceDescription":"service","serviceInvariantUUID":"08dda44f-8961-4fad-910c-9644530e25d3","resources":[{"resourceInstanceName":"basic_onboard_aeKUMz 0","resourceName":"basic_onboard_aeKUMz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c97b6c09-8056-4849-ae24-2fc9d62ea105","resourceInvariantUUID":"044a8b58-4b0d-40af-a08e-070b49824708","resourceCustomizationUUID":"c0ce03d9-0b57-4f56-bda0-d4c7c82503b8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vf-license-model.xml","artifactChecksum":"YjdjMTExYzgzZDQzZGNjNzFkMTc2ZDM4MzE2MTIwYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ea6f759-7285-4456-a400-3a0c7dbd10fc","artifactVersion":"1"},{"artifactName":"basic_onboard_aekumz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json","artifactChecksum":"MzIyYzU3YTNlYTE4ZTM1M2VmOWQ2MDVlYzEyMGFiNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7dbd208-1473-4ff1-b501-85dfa662276d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d961d9a1-9eef-46e5-bd5f-42ddd5d2cc23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3e2270c-49e4-4290-81c7-b009395cb991","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"47b822a4-41c0-4878-a62e-73a10b29ec5b","artifactVersion":"2","generatedFromUUID":"d961d9a1-9eef-46e5-bd5f-42ddd5d2cc23"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAekumz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-template.yml","artifactChecksum":"NmM4NWY4ZDliZjFlNGY0MmQ1NjkxZDU0ZmI1MGVmOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa33f2dd-4159-41bd-b06b-fb38a5e51489","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAekumz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar","artifactChecksum":"NjVkYjNkZWFmOGYyNzMyNDczYWJlNjExZmExZDVhZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8fe1c98b-2a61-49d5-9fbe-dbc04ef2de3b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-22T07:27:56.730Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:27:56.737Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:27:56.752Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:27:56.752Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:56.852Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-22T07:27:56.857Z||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-07-22T07:27:56.857Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:27:56.868Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:27:56.869Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:27:57.760Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:27:57.760Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:27:57.762Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:27:57.763Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "NOTIFIED"
}
2022-07-22T07:27:57.863Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:27:57.863Z||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-07-22T07:27:57.864Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:27:57.875Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:27:57.875Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:27:58.763Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:27:58.764Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:27:58.766Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:27:58.766Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-22T07:27:58.867Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-22T07:27:58.868Z||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-07-22T07:27:58.868Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:27:58.881Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:27:58.882Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:27:59.767Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:27:59.768Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:27:59.770Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:27:59.770Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:27:59.871Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:27:59.872Z||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-07-22T07:27:59.872Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:27:59.890Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:27:59.891Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:28:00.771Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:28:00.773Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:28:00.775Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:28:00.775Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-22T07:28:00.875Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-22T07:28:00.876Z||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-07-22T07:28:00.876Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:00.894Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:00.894Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:28:01.776Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:28:01.777Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:28:01.779Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:28:01.780Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:28:01.880Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-22T07:28:01.881Z||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-07-22T07:28:01.881Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:01.894Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:01.894Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:28:02.780Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:28:02.781Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:28:02.783Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:28:02.783Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:28:02.883Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-22T07:28:02.885Z||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-07-22T07:28:02.885Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:02.916Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:02.919Z||pool-9-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-22T07:28:03.785Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"serviceName": "basic_onboard_aeKUMz",
"serviceVersion": "1.0",
"serviceUUID": "dc03a62b-8ae3-4a3f-baf0-404af52530b6",
"serviceDescription": "service",
"serviceInvariantUUID": "08dda44f-8961-4fad-910c-9644530e25d3",
"resources": [
{
"resourceInstanceName": "basic_onboard_aeKUMz 0",
"resourceCustomizationUUID": "c0ce03d9-0b57-4f56-bda0-d4c7c82503b8",
"resourceName": "basic_onboard_aeKUMz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c97b6c09-8056-4849-ae24-2fc9d62ea105",
"resourceInvariantUUID": "044a8b58-4b0d-40af-a08e-070b49824708",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_aekumz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"artifactChecksum": "MzIyYzU3YTNlYTE4ZTM1M2VmOWQ2MDVlYzEyMGFiNmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7dbd208-1473-4ff1-b501-85dfa662276d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d961d9a1-9eef-46e5-bd5f-42ddd5d2cc23",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "47b822a4-41c0-4878-a62e-73a10b29ec5b",
"generatedFromUUID": "d961d9a1-9eef-46e5-bd5f-42ddd5d2cc23"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "47b822a4-41c0-4878-a62e-73a10b29ec5b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAekumz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"artifactChecksum": "NjVkYjNkZWFmOGYyNzMyNDczYWJlNjExZmExZDVhZGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8fe1c98b-2a61-49d5-9fbe-dbc04ef2de3b"
}
],
"workloadContext": "Production"
}
2022-07-22T07:28:03.787Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-22T07:28:03.788Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc03a62b-8ae3-4a3f-baf0-404af52530b6 ASDC
2022-07-22T07:28:04.081Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
ServiceName:basic_onboard_aeKUMz
ServiceVersion:1.0
ServiceUUID:dc03a62b-8ae3-4a3f-baf0-404af52530b6
ServiceInvariantUUID:08dda44f-8961-4fad-910c-9644530e25d3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAekumz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar
ArtifactUUID:8fe1c98b-2a61-49d5-9fbe-dbc04ef2de3b
ArtifactChecksum:NjVkYjNkZWFmOGYyNzMyNDczYWJlNjExZmExZDVhZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aeKUMz 0
ResourceCustomizationUUID:c0ce03d9-0b57-4f56-bda0-d4c7c82503b8
ResourceInvariantUUID:044a8b58-4b0d-40af-a08e-070b49824708
ResourceName:basic_onboard_aeKUMz
ResourceType:VF
ResourceUUID:c97b6c09-8056-4849-ae24-2fc9d62ea105
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_aekumz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json
ArtifactUUID:b7dbd208-1473-4ff1-b501-85dfa662276d
ArtifactChecksum:MzIyYzU3YTNlYTE4ZTM1M2VmOWQ2MDVlYzEyMGFiNmE=
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/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d961d9a1-9eef-46e5-bd5f-42ddd5d2cc23
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/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env
ArtifactUUID:47b822a4-41c0-4878-a62e-73a10b29ec5b
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/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env
ArtifactUUID:47b822a4-41c0-4878-a62e-73a10b29ec5b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-22T07:28:04.082Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc03a62b-8ae3-4a3f-baf0-404af52530b6 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-07-22T07:28:04.182Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-22T07:28:04.183Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:28:04.184Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:28:04.185Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8fe1c98b-2a61-49d5-9fbe-dbc04ef2de3b from URL: /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:04.185Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:28:04.186Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:04.300Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:28:04.317Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar 8fe1c98b-2a61-49d5-9fbe-dbc04ef2de3b 75612
2022-07-22T07:28:04.319Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar ASDC sendASDCNotification
2022-07-22T07:28:04.319Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:04.320Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:28:04.321Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:28:04.324Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:28:04.324Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474884317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:28:04.423Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-22T07:28:04.425Z||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-07-22T07:28:04.425Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:04.462Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:04.462Z||pool-10-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:28:05.324Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-22T07:28:05.325Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:28:05.326Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8fe1c98b-2a61-49d5-9fbe-dbc04ef2de3b, URL: /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar to file: /app/ASDC/1/service-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:05.327Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:05.424Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:05.425Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:06.047Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17240427658181256330/Definitions/service-BasicOnboardAekumz-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-07-22T07:28:08.183Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-22T07:28:08.189Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-22T07:28:08.189Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:08.190Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-22T07:28:08.190Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||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-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:08.190Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||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-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:08.190Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aeKUMz 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-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:08.190Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||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-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:08.190Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:08.191Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:08.191Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:08.191Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||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-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:08.191Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||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-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:08.191Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-22T07:28:08.197Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.200Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:08.209Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is matching search criteria
2022-07-22T07:28:08.210Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-22T07:28:08.212Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_aeKUMz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-22T07:28:08.216Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.217Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:08.217Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is matching search criteria
2022-07-22T07:28:08.217Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-22T07:28:08.218Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_aeKUMz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-22T07:28:08.218Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.219Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:08.224Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.225Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is not matching search criteria
2022-07-22T07:28:08.225Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-22T07:28:08.225Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-22T07:28:08.226Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-22T07:28:08.226Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-22T07:28:08.226Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-22T07:28:08.227Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.227Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-22T07:28:08.229Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.230Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is matching search criteria
2022-07-22T07:28:08.230Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_aeKUMz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:28:08.231Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.232Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is matching search criteria
2022-07-22T07:28:08.232Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_aeKUMz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:28:08.233Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.233Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is matching search criteria
2022-07-22T07:28:08.233Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_aeKUMz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:28:08.234Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.234Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is not matching search criteria
2022-07-22T07:28:08.235Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-22T07:28:08.235Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-22T07:28:08.235Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3aa2da6a-e7b2-4385-afb1-5b46e3edc1a5
2022-07-22T07:28:08.236Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.236Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:08.236Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.237Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:08.237Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.237Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:08.238Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:08.239Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:08.239Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_aeKUMz
Description:service
Model UUID:dc03a62b-8ae3-4a3f-baf0-404af52530b6
Model Version:NULL
Model InvariantUuid:08dda44f-8961-4fad-910c-9644530e25d3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_aeKUMz
Model UUID:da9d47cc-fc42-4afc-9e4a-3292da693ed4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:044a8b58-4b0d-40af-a08e-070b49824708
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c0ce03d9-0b57-4f56-bda0-d4c7c82503b8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:116e5fcd-d798-4785-8e71-48a497eac2dd
ModelName:BasicOnboardAekumz..base_ubuntu18..module-0
ModelUuid:47f6d570-c830-43a7-b501-0832c28cbfbe
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3aa2da6a-e7b2-4385-afb1-5b46e3edc1a5
ModelInvariantUuid:07370458-a502-4c18-816e-729d3551b2ee
ModelName:basic_onboard_aeKUMz-nodes.ubuntu18Cvfc
ModelUuid:41218bd2-6be2-483f-95a0-12c81d1b15b1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4ff9439d-d94f-4707-afea-40634dc11287
ModelInvariantUuid:1b611e5a-fd7c-41ba-b539-aaeaddaeff45
ModelName:BasicOnboardAekumz.compute.nodes.heat.ubuntu18
ModelUuid:82036a88-b190-4473-a18f-276d14b34af1
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-07-22T07:28:08.252Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c97b6c09-8056-4849-ae24-2fc9d62ea105
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-07-22T07:28:08.353Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||basic_onboard_aeKUMz 0
2022-07-22T07:28:08.361Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c97b6c09-8056-4849-ae24-2fc9d62ea105
2022-07-22T07:28:08.361Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b7dbd208-1473-4ff1-b501-85dfa662276d from URL: /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json
2022-07-22T07:28:08.362Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:28:08.362Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json
2022-07-22T07:28:08.418Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:28:08.418Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json b7dbd208-1473-4ff1-b501-85dfa662276d 798
2022-07-22T07:28:08.419Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json ASDC sendASDCNotification
2022-07-22T07:28:08.419Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json
2022-07-22T07:28:08.419Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:28:08.420Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:28:08.423Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:28:08.423Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474888419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:28:08.523Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:28:08.524Z||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-07-22T07:28:08.524Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:08.545Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:08.545Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:28:09.425Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAekumz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "116e5fcd-d798-4785-8e71-48a497eac2dd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "47f6d570-c830-43a7-b501-0832c28cbfbe",
"vfModuleModelCustomizationUUID": "ccf690b4-7070-4fab-9a3f-6f9a63710c39",
"isBase": true,
"artifacts": [
"d961d9a1-9eef-46e5-bd5f-42ddd5d2cc23",
"47b822a4-41c0-4878-a62e-73a10b29ec5b"
],
"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-07-22T07:28:09.441Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAekumz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47f6d570-c830-43a7-b501-0832c28cbfbe
VfModuleModelInvariantUUID:116e5fcd-d798-4785-8e71-48a497eac2dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
d961d9a1-9eef-46e5-bd5f-42ddd5d2cc23
,
47b822a4-41c0-4878-a62e-73a10b29ec5b
}
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-07-22T07:28:09.444Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAekumz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "116e5fcd-d798-4785-8e71-48a497eac2dd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "47f6d570-c830-43a7-b501-0832c28cbfbe",
"vfModuleModelCustomizationUUID": "ccf690b4-7070-4fab-9a3f-6f9a63710c39",
"isBase": true,
"artifacts": [
"d961d9a1-9eef-46e5-bd5f-42ddd5d2cc23",
"47b822a4-41c0-4878-a62e-73a10b29ec5b"
],
"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-07-22T07:28:09.444Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAekumz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47f6d570-c830-43a7-b501-0832c28cbfbe
VfModuleModelInvariantUUID:116e5fcd-d798-4785-8e71-48a497eac2dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
d961d9a1-9eef-46e5-bd5f-42ddd5d2cc23
,
47b822a4-41c0-4878-a62e-73a10b29ec5b
}
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-07-22T07:28:09.444Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d961d9a1-9eef-46e5-bd5f-42ddd5d2cc23 from URL: /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml
2022-07-22T07:28:09.444Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:28:09.444Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml
2022-07-22T07:28:09.524Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:28:09.525Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml d961d9a1-9eef-46e5-bd5f-42ddd5d2cc23 5033
2022-07-22T07:28:09.525Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-22T07:28:09.525Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml
2022-07-22T07:28:09.525Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:28:09.526Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:28:09.528Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:28:09.528Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474889525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:28:09.628Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:28:09.629Z||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-07-22T07:28:09.629Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:09.646Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:09.647Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:28:10.535Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 47b822a4-41c0-4878-a62e-73a10b29ec5b from URL: /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env
2022-07-22T07:28:10.535Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:28:10.536Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env
2022-07-22T07:28:10.627Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:28:10.627Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env 47b822a4-41c0-4878-a62e-73a10b29ec5b 909
2022-07-22T07:28:10.627Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-22T07:28:10.627Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env
2022-07-22T07:28:10.628Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:28:10.628Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:28:10.630Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:28:10.630Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474890627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:28:10.731Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-22T07:28:10.732Z||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-07-22T07:28:10.732Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:10.749Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:10.750Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:28:11.631Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dc03a62b-8ae3-4a3f-baf0-404af52530b6
2022-07-22T07:28:11.632Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_aeKUMz 0 c97b6c09-8056-4849-ae24-2fc9d62ea105 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-07-22T07:28:11.672Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cb7c51e, org.onap.sdc.toscaparser.api.parameters.Input@29264a42, org.onap.sdc.toscaparser.api.parameters.Input@3379d91, org.onap.sdc.toscaparser.api.parameters.Input@2615721e, org.onap.sdc.toscaparser.api.parameters.Input@5478ccf7]
2022-07-22T07:28:11.675Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.676Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:11.676Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-07-22T07:28:11.676Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c0ce03d9-0b57-4f56-bda0-d4c7c82503b8
2022-07-22T07:28:11.677Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0ce03d9-0b57-4f56-bda0-d4c7c82503b8 matches Tosca VF Customization UUID: c0ce03d9-0b57-4f56-bda0-d4c7c82503b8
2022-07-22T07:28:11.677Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c0ce03d9-0b57-4f56-bda0-d4c7c82503b8 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-07-22T07:28:11.684Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.684Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:11.685Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c0ce03d9-0b57-4f56-bda0-d4c7c82503b8: {\"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-07-22T07:28:11.685Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a64206
2022-07-22T07:28:11.686Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.686Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-22T07:28:11.686Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ccf690b4-7070-4fab-9a3f-6f9a63710c39
2022-07-22T07:28:11.687Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ccf690b4-7070-4fab-9a3f-6f9a63710c39
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-07-22T07:28:11.693Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.693Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is matching search criteria
2022-07-22T07:28:11.694Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_aeKUMz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:28:11.694Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.695Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is matching search criteria
2022-07-22T07:28:11.695Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_aeKUMz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:28:11.695Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.696Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is not matching search criteria
2022-07-22T07:28:11.696Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-22T07:28:11.696Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-22T07:28:11.696Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3aa2da6a-e7b2-4385-afb1-5b46e3edc1a5
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-07-22T07:28:11.706Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.706Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is matching search criteria
2022-07-22T07:28:11.706Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_aeKUMz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:28:11.707Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.707Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_aeKUMz 0 is matching search criteria
2022-07-22T07:28:11.707Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_aeKUMz 0] matching following query criteria: sdcType=VF, customizationUUID=c0ce03d9-0b57-4f56-bda0-d4c7c82503b8
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-07-22T07:28:11.709Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.709Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:11.710Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dc03a62b-8ae3-4a3f-baf0-404af52530b6: basic_onboard_aeKUMz
2022-07-22T07:28:11.710Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.711Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:11.711Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.711Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:11.711Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.712Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:11.712Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.712Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:11.713Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:28:11.713Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_aeKUMz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:28:11.713Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_aeKUMz
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-07-22T07:28:11.919Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_aeKUMz c97b6c09-8056-4849-ae24-2fc9d62ea105 1 ASDC deployResourceStructure
2022-07-22T07:28:11.920Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json ASDC sendASDCNotification
2022-07-22T07:28:11.920Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json
2022-07-22T07:28:11.920Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-22T07:28:11.921Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:28:11.923Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:28:11.923Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474891920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-22T07:28:12.023Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:28:12.024Z||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-07-22T07:28:12.024Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:12.045Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:12.046Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:28:12.923Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-22T07:28:12.924Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml
2022-07-22T07:28:12.924Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-22T07:28:12.925Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:28:12.927Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:28:12.927Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474892923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-22T07:28:13.027Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:28:13.028Z||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-07-22T07:28:13.028Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:13.053Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:13.054Z||pool-15-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:28:13.928Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-22T07:28:13.928Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env
2022-07-22T07:28:13.928Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-22T07:28:13.929Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:28:13.931Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:28:13.931Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474893927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-22T07:28:14.031Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:28:14.032Z||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-07-22T07:28:14.032Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:14.052Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:14.053Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:28:14.932Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar ASDC sendASDCNotification
2022-07-22T07:28:14.932Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar
2022-07-22T07:28:14.932Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-22T07:28:14.933Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:28:14.935Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:28:14.935Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474894932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:28:15.035Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:28:15.036Z||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-07-22T07:28:15.036Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:15.052Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:15.052Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:28:15.936Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
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-07-22T07:28:15.953Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
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-07-22T07:28:15.956Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:28:15.956Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-22T07:28:15.956Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-22T07:28:45.957Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
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-07-22T07:28:45.967Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
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-07-22T07:28:45.971Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:28:45.971Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-22T07:28:45.971Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-22T07:28:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:28:56.091Z||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-07-22T07:28:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:28:56.122Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:28:56.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:28:56.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474876284,
"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-07-22T07:28:56.130Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
2022-07-22T07:28:56.130Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-22T07:29:15.972Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
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-07-22T07:29:15.983Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
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-07-22T07:29:15.985Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:29:15.985Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-22T07:29:15.985Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-22T07:29:45.986Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
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-07-22T07:29:45.997Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
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-07-22T07:29:46.000Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:29:46.000Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-22T07:29:46.000Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-22T07:29:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:29:56.090Z||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-07-22T07:29:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:29:56.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:29:56.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658474872386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:29:56.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:29:56.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:29:56.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:29:56.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "aai-ml",
"timestamp": 1658474876962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:29:56.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:29:56.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658474877291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-22T07:29:56.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:29:56.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658474872386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:29:56.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:29:56.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "NOTIFIED"
}
2022-07-22T07:29:56.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:29:56.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "aai-ml",
"timestamp": 1658474877968,
"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-07-22T07:29:56.634Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
2022-07-22T07:29:56.634Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e 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-07-22T07:29:56.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658474872386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:29:56.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:29:56.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-22T07:29:56.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:29:56.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:29:56.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:29:56.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658474880271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:29:56.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:29:56.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-22T07:29:56.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:29:56.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:29:56.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:29:56.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474876087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:29:56.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-22T07:29:56.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474884317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:29:56.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:29:56.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658474884814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:29:56.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:29:56.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658474885819,
"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-07-22T07:29:56.651Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
2022-07-22T07:29:56.652Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e 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-07-22T07:29:56.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474888419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:29:56.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:29:56.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474889525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:29:56.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:29:56.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474890627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:29:56.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:29:56.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474891920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/basic_onboard_aekumz0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-22T07:29:56.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:29:56.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474892923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-22T07:29:56.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:29:56.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474893927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/resourceInstances/basic_onboard_aekumz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-22T07:29:56.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:29:56.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:29:56.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658474894932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAekumz/1.0/artifacts/service-BasicOnboardAekumz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:29:56.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:30:16.000Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
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-07-22T07:30:16.012Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e
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-07-22T07:30:16.016Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:30:16.016Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-22T07:30:16.016Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-22T07:30:16.017Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-22T07:30:16.017Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:30:16.017Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:30:16.019Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:30:16.020Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:30:16.020Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:30:16.020Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||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-07-22T07:30:16.026Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-22T07:30:46.026Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e 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-07-22T07:30:46.037Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e and serviceModelVersionId: dc03a62b-8ae3-4a3f-baf0-404af52530b6
2022-07-22T07:30:46.037Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08dda44f-8961-4fad-910c-9644530e25d3
2022-07-22T07:30:56.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:30:56.090Z||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-07-22T07:30:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:31:00.749Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08dda44f-8961-4fad-910c-9644530e25d3/model-vers/model-ver/dc03a62b-8ae3-4a3f-baf0-404af52530b6?depth=0
2022-07-22T07:31:00.858Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-22T07:31:01.388Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08dda44f-8961-4fad-910c-9644530e25d3/model-vers/model-ver/dc03a62b-8ae3-4a3f-baf0-404af52530b6?depth=0|INFO|500||Invoke
2022-07-22T07:31:01.396Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08dda44f-8961-4fad-910c-9644530e25d3/model-vers/model-ver/dc03a62b-8ae3-4a3f-baf0-404af52530b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08dda44f-8961-4fad-910c-9644530e25d3/model-vers/model-ver/dc03a62b-8ae3-4a3f-baf0-404af52530b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5fddd32b-75f7-4531-91cd-713daafd876e], X-ECOMP-RequestID=[ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e], X-TransactionId=[], X-ONAP-RequestID=[ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e], Content-Type=[application/merge-patch+json]}
2022-07-22T07:31:01.505Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08dda44f-8961-4fad-910c-9644530e25d3/model-vers/model-ver/dc03a62b-8ae3-4a3f-baf0-404af52530b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-22T07:31:01.771Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08dda44f-8961-4fad-910c-9644530e25d3/model-vers/model-ver/dc03a62b-8ae3-4a3f-baf0-404af52530b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08dda44f-8961-4fad-910c-9644530e25d3/model-vers/model-ver/dc03a62b-8ae3-4a3f-baf0-404af52530b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220722-07:31:02:013-26095], vertex-id=[200736], Content-Length=[0], Date=[Fri, 22 Jul 2022 07:31:02 GMT], Content-Type=[application/json]}
2022-07-22T07:31:01.773Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08dda44f-8961-4fad-910c-9644530e25d3/model-vers/model-ver/dc03a62b-8ae3-4a3f-baf0-404af52530b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-22T07:31:01.773Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08dda44f-8961-4fad-910c-9644530e25d3/model-vers/model-ver/dc03a62b-8ae3-4a3f-baf0-404af52530b6?depth=0|INFO|500||InvokeReturn
2022-07-22T07:31:01.777Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-22T07:31:01.777Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||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-07-22T07:31:01.787Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||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-07-22T07:31:01.789Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-22T07:31:01.789Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-22T07:31:01.790Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:31:01.793Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:31:01.794Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475061789,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-22T07:31:01.893Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-22T07:31:01.895Z||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-07-22T07:31:01.895Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:31:01.911Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:31:01.912Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-22T07:31:02.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:31:02.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-22T07:31:02.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475061789,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-22T07:31:02.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-07-22T07:31:02.808Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:31:02.809Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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-07-22T07:31:02.809Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:31:13.090Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:31:13.091Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:31:13.092Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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-07-22T07:31:13.092Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:31:22.637Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:31:22.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:31:22.638Z||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-07-22T07:31:22.638Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:31:32.180Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:31:56.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:31:56.088Z||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-07-22T07:31:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:31:56.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:31:56.090Z||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-07-22T07:31:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:32:05.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:32:05.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:32:56.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:32:56.088Z||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-07-22T07:32:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:32:56.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:32:56.090Z||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-07-22T07:32:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:33:05.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:33:05.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:33:56.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:33:56.088Z||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-07-22T07:33:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:33:56.089Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:33:56.090Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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-07-22T07:33:56.090Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:34:05.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:34:05.657Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:34:56.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:34:56.088Z||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-07-22T07:34:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:34:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:34:56.090Z||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-07-22T07:34:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:35:05.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:35:05.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:35:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:35:56.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:35:56.090Z||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-07-22T07:35:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:35:56.091Z||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-07-22T07:35:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:36:05.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:36:05.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:36:56.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:36:56.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:36:56.091Z||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-07-22T07:36:56.091Z||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-07-22T07:36:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:36:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:37:05.649Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:37:05.652Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:37:56.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:37:56.088Z||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-07-22T07:37:56.088Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:37:56.090Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:37:56.090Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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-07-22T07:37:56.090Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:38:05.641Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:38:05.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:38:56.087Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:38:56.088Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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-07-22T07:38:56.088Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:38:56.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:38:56.090Z||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-07-22T07:38:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:39:05.647Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:39:05.648Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:39:56.087Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:39:56.088Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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-07-22T07:39:56.088Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:39:56.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:39:56.090Z||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-07-22T07:39:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:40:05.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:40:05.661Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:40:56.087Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:40:56.088Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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-07-22T07:40:56.088Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:40:56.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:40:56.090Z||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-07-22T07:40:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:40:56.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:40:56.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "aai-ml",
"timestamp": 1658475627795,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:40:56.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475625185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:40:56.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "cds",
"timestamp": 1658475626815,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:40:56.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "policy-id",
"timestamp": 1658475628440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:40:56.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475632419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:40:56.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475625185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:40:56.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "aai-ml",
"timestamp": 1658475627795,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:40:56.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "cds",
"timestamp": 1658475626815,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:40:56.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "policy-id",
"timestamp": 1658475628440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:40:56.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475632419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:40:56.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "cds",
"timestamp": 1658475635574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:40:56.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:40:56.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "aai-ml",
"timestamp": 1658475634684,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:40:56.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:40:56.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "policy-id",
"timestamp": 1658475635007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:40:56.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:40:56.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "cds",
"timestamp": 1658475636589,
"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-07-22T07:40:56.704Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
2022-07-22T07:40:56.705Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c0849ee-40a0-44b2-8b39-8b369f0f29fa 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-07-22T07:40:56.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "policy-id",
"timestamp": 1658475636012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:40:56.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:40:56.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "policy-id",
"timestamp": 1658475637017,
"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-07-22T07:40:56.719Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
2022-07-22T07:40:56.719Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c0849ee-40a0-44b2-8b39-8b369f0f29fa 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-07-22T07:40:56.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "aai-ml",
"timestamp": 1658475639096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:40:56.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:40:56.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "aai-ml",
"timestamp": 1658475640101,
"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-07-22T07:40:56.735Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
2022-07-22T07:40:56.735Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c0849ee-40a0-44b2-8b39-8b369f0f29fa 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=?
2022-07-22T07:40:56.737Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:40:56.738Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.738Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c0849ee-40a0-44b2-8b39-8b369f0f29fa","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"15233161-11b4-4f05-851f-e10539f7e262","serviceDescription":"service","serviceInvariantUUID":"3fde6112-841c-4cd2-86ec-a57d1772d4b5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bb4f3c64-7436-49b4-9608-75d960d94b63","resourceInvariantUUID":"fcec83cf-f595-4c73-b762-009c8c0b8b3f","resourceCustomizationUUID":"f7a255c3-fee7-45b5-8e80-333acf766651","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":"NTlmMDZkYjVkOTdjMjhjZTZkMGI2NTI3YTE5Mjk5NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"159900cc-e626-40a7-bfd7-78aebfccbd2c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWVjNDk4YzJmMzc3MjMyMTQ3ZTdkNGYzNDI2YWFjYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60f8a853-d1a9-4f07-9a59-1a80607664a5","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-22T07:40:56.740Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:40:56.741Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:40:56.744Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:40:56.744Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475656087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:40:56.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475652381,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:40:56.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475652381,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:40:56.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:40:56.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:40:56.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475655157,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:40:56.746Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:40:56.844Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:40:56.845Z||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-07-22T07:40:56.845Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:40:56.861Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:40:56.861Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:40:57.745Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:40:57.746Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:40:57.748Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:40:57.748Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475656087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:40:57.848Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:40:57.850Z||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-07-22T07:40:57.850Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:40:57.863Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:40:57.864Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:40:58.749Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "15233161-11b4-4f05-851f-e10539f7e262",
"serviceDescription": "service",
"serviceInvariantUUID": "3fde6112-841c-4cd2-86ec-a57d1772d4b5",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f7a255c3-fee7-45b5-8e80-333acf766651",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "bb4f3c64-7436-49b4-9608-75d960d94b63",
"resourceInvariantUUID": "fcec83cf-f595-4c73-b762-009c8c0b8b3f",
"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": "ZWVjNDk4YzJmMzc3MjMyMTQ3ZTdkNGYzNDI2YWFjYTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "60f8a853-d1a9-4f07-9a59-1a80607664a5"
}
],
"workloadContext": "Production"
}
2022-07-22T07:40:58.749Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-22T07:40:58.750Z|ffa5e350-ac5c-46cb-a41a-3c6bfb08cf1e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 15233161-11b4-4f05-851f-e10539f7e262 ASDC
2022-07-22T07:40:58.751Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6c0849ee-40a0-44b2-8b39-8b369f0f29fa
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:15233161-11b4-4f05-851f-e10539f7e262
ServiceInvariantUUID:3fde6112-841c-4cd2-86ec-a57d1772d4b5
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:60f8a853-d1a9-4f07-9a59-1a80607664a5
ArtifactChecksum:ZWVjNDk4YzJmMzc3MjMyMTQ3ZTdkNGYzNDI2YWFjYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f7a255c3-fee7-45b5-8e80-333acf766651
ResourceInvariantUUID:fcec83cf-f595-4c73-b762-009c8c0b8b3f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bb4f3c64-7436-49b4-9608-75d960d94b63
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-22T07:40:58.751Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15233161-11b4-4f05-851f-e10539f7e262 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-07-22T07:40:58.783Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-22T07:40:58.785Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:40:58.785Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:40:58.785Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 60f8a853-d1a9-4f07-9a59-1a80607664a5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-22T07:40:58.785Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:40:58.786Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-22T07:40:58.852Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:40:58.855Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 60f8a853-d1a9-4f07-9a59-1a80607664a5 56532
2022-07-22T07:40:58.856Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-22T07:40:58.856Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-22T07:40:58.856Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:40:58.857Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:40:58.859Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:40:58.859Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475658856,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:40:58.959Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-22T07:40:58.960Z||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-07-22T07:40:58.961Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:40:58.975Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:40:58.975Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:40:59.860Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-22T07:40:59.861Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:40:59.862Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 60f8a853-d1a9-4f07-9a59-1a80607664a5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-22T07:40:59.862Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-22T07:40:59.863Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-22T07:40:59.863Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-22T07:41:00.066Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16132768045221166998/Definitions/service-BasicNetwork-template.yml
2022-07-22T07:41:00.733Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-22T07:41:00.733Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-22T07:41:00.734Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-22T07:41:00.734Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-22T07:41:00.734Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:41:00.734Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:41:00.734Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:41:00.734Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:41:00.734Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|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-BasicNetwork-csar.csar
2022-07-22T07:41:00.734Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:41:00.735Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:41:00.735Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:41:00.735Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-22T07:41:00.735Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.735Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.736Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-22T07:41:00.736Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-22T07:41:00.736Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-22T07:41:00.736Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.737Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.737Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-22T07:41:00.737Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-22T07:41:00.737Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-22T07:41:00.737Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.737Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.737Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.738Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.738Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.738Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.739Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.739Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.739Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.739Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.739Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:15233161-11b4-4f05-851f-e10539f7e262
Model Version:NULL
Model InvariantUuid:3fde6112-841c-4cd2-86ec-a57d1772d4b5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fcec83cf-f595-4c73-b762-009c8c0b8b3f
Model UUID:47b09228-7c11-448b-8708-eaa20058cda7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f7a255c3-fee7-45b5-8e80-333acf766651
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-07-22T07:41:00.749Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: bb4f3c64-7436-49b4-9608-75d960d94b63
2022-07-22T07:41:00.749Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||No resources found for Service: 15233161-11b4-4f05-851f-e10539f7e262
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-07-22T07:41:00.756Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||
2022-07-22T07:41:00.756Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-22T07:41:00.758Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 15233161-11b4-4f05-851f-e10539f7e262
2022-07-22T07:41:00.758Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 15233161-11b4-4f05-851f-e10539f7e262
2022-07-22T07:41:00.758Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-22T07:41:00.758Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:41:00.763Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6498fda3, org.onap.sdc.toscaparser.api.parameters.Input@112bb171, org.onap.sdc.toscaparser.api.parameters.Input@7469c745, org.onap.sdc.toscaparser.api.parameters.Input@687a02bd, org.onap.sdc.toscaparser.api.parameters.Input@4bac9ff4]
2022-07-22T07:41:00.765Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.765Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.766Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.766Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.766Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 15233161-11b4-4f05-851f-e10539f7e262: Generic NeutronNet
2022-07-22T07:41:00.766Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.767Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.767Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.767Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:41:00.809Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.810Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.810Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.810Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.810Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:41:00.811Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:41:00.811Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:41:00.880Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-22T07:41:00.880Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-22T07:41:00.880Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-22T07:41:00.881Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-22T07:41:00.881Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:41:00.883Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:41:00.883Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475660880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:41:00.983Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:41:00.984Z||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-07-22T07:41:00.984Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:41:01.000Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:41:01.000Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:41:01.884Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:41:01.898Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:41:01.901Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:41:01.901Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-22T07:41:01.902Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-22T07:41:01.902Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-22T07:41:31.902Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:41:31.914Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:41:31.917Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:41:31.917Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-22T07:41:31.917Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-22T07:41:31.917Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-22T07:41:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:41:56.090Z||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-07-22T07:41:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:41:56.124Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:41:56.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:41:56.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475656923,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:41:56.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:42:01.918Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:42:01.939Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:42:01.943Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:42:01.943Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-22T07:42:01.943Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-22T07:42:01.943Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-22T07:42:31.943Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:42:31.955Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:42:31.957Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:42:31.957Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-22T07:42:31.958Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-22T07:42:31.958Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-22T07:42:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:42:56.090Z||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-07-22T07:42:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:42:56.136Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:42:56.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:42:56.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475656087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:42:56.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:43:01.958Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:43:01.969Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:43:01.972Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:43:01.972Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-22T07:43:01.972Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-22T07:43:01.972Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-22T07:43:31.972Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:43:31.983Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:43:31.988Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:43:31.988Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-22T07:43:31.988Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-22T07:43:31.988Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-22T07:43:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:43:56.090Z||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-07-22T07:43:56.090Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:43:56.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:43:56.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:43:56.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475657927,
"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-07-22T07:43:56.125Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
2022-07-22T07:43:56.125Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c0849ee-40a0-44b2-8b39-8b369f0f29fa 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-07-22T07:43:56.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:43:56.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475656087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:43:56.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:43:56.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:43:56.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475658856,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:43:56.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:43:56.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:43:56.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475660880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:43:56.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:01.989Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:44:02.002Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa
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-07-22T07:44:02.005Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:44:02.006Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-22T07:44:02.006Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-22T07:44:02.006Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-22T07:44:02.006Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:44:02.006Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:44:02.007Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:44:02.007Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:44:02.007Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:44:02.007Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:44:02.013Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-22T07:44:32.013Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa 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-07-22T07:44:32.038Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c0849ee-40a0-44b2-8b39-8b369f0f29fa and serviceModelVersionId: 15233161-11b4-4f05-851f-e10539f7e262
2022-07-22T07:44:32.038Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fde6112-841c-4cd2-86ec-a57d1772d4b5
2022-07-22T07:44:32.040Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fde6112-841c-4cd2-86ec-a57d1772d4b5/model-vers/model-ver/15233161-11b4-4f05-851f-e10539f7e262?depth=0
2022-07-22T07:44:32.046Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-22T07:44:32.131Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fde6112-841c-4cd2-86ec-a57d1772d4b5/model-vers/model-ver/15233161-11b4-4f05-851f-e10539f7e262?depth=0|INFO|500||Invoke
2022-07-22T07:44:32.132Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fde6112-841c-4cd2-86ec-a57d1772d4b5/model-vers/model-ver/15233161-11b4-4f05-851f-e10539f7e262?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fde6112-841c-4cd2-86ec-a57d1772d4b5/model-vers/model-ver/15233161-11b4-4f05-851f-e10539f7e262?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c0849ee-40a0-44b2-8b39-8b369f0f29fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b5eac02-090d-4926-87dc-680d446bb62c], X-ECOMP-RequestID=[6c0849ee-40a0-44b2-8b39-8b369f0f29fa], X-TransactionId=[], X-ONAP-RequestID=[6c0849ee-40a0-44b2-8b39-8b369f0f29fa], Content-Type=[application/merge-patch+json]}
2022-07-22T07:44:32.160Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fde6112-841c-4cd2-86ec-a57d1772d4b5/model-vers/model-ver/15233161-11b4-4f05-851f-e10539f7e262?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-22T07:44:32.256Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fde6112-841c-4cd2-86ec-a57d1772d4b5/model-vers/model-ver/15233161-11b4-4f05-851f-e10539f7e262?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fde6112-841c-4cd2-86ec-a57d1772d4b5/model-vers/model-ver/15233161-11b4-4f05-851f-e10539f7e262?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220722-07:44:32:701-31677], vertex-id=[225344], Content-Length=[0], Date=[Fri, 22 Jul 2022 07:44:32 GMT], Content-Type=[application/json]}
2022-07-22T07:44:32.256Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fde6112-841c-4cd2-86ec-a57d1772d4b5/model-vers/model-ver/15233161-11b4-4f05-851f-e10539f7e262?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-22T07:44:32.257Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fde6112-841c-4cd2-86ec-a57d1772d4b5/model-vers/model-ver/15233161-11b4-4f05-851f-e10539f7e262?depth=0|INFO|500||InvokeReturn
2022-07-22T07:44:32.258Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-22T07:44:32.258Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:44:32.263Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||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-07-22T07:44:32.263Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c0849ee-40a0-44b2-8b39-8b369f0f29fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-22T07:44:32.263Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-22T07:44:32.264Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:32.266Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:32.266Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475872263,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-22T07:44:32.366Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:32.367Z||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-07-22T07:44:32.367Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:32.423Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:32.424Z||pool-23-thread-1|||||INFO|500||cambria reply ok (58 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-07-22T07:44:33.300Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:44:33.301Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|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-07-22T07:44:33.301Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:37.706Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:37.707Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-22T07:44:37.708Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"68f31976-0b0a-4c43-a9af-e5f7a7e1d86d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bac22683-9395-44b1-b441-318401052e7c","serviceDescription":"service","serviceInvariantUUID":"3b347749-749e-4022-8050-bd7f83a07cd0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"34fc9679-f9b3-426c-b779-f590c9cd2dfe","resourceInvariantUUID":"98515fb9-2ad9-454c-afed-6120b5c9e9e0","resourceCustomizationUUID":"aefafaa5-f0a8-4ff4-b6b8-ab82660726af","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":"NzUxYjgzYzljOTI5ODIyYjBiMjk1MWI2OGRkYWE2MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6327d351-1e48-4f85-a574-daeefad183cf","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":"N2Y1NmRhZmFmMmM2NGM3MzBlY2JkMjM4MjlkNTM4Yjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"92981485-5ebb-4ecf-92ae-d91fdcc8b2d2","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":"3e8b7334-8a51-4fd4-b85d-6631bc30ed58","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":"6428e049-c4b0-49d8-bdf6-b63769bee943","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":"11e6588d-635e-4bda-a09e-19a6314a9bb1","artifactVersion":"2","generatedFromUUID":"3e8b7334-8a51-4fd4-b85d-6631bc30ed58"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTVkMWQwNGUwODFkMTUyMGI4MDk2MWQ5MWYxY2NhOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"021cc0c9-ae00-46f1-a385-61863553fdf1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTMyMjY4Mjg3ZjYyYjA4NjI5MGYzNDAyZjhiMmEzYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e86d3ffd-1ee3-4ab8-a898-03f3e1f0ec8f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-22T07:44:37.711Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:44:37.711Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:37.713Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:37.713Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:37.813Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:37.815Z||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-07-22T07:44:37.815Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:37.832Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:37.833Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:38.714Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:44:38.714Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:38.716Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:38.717Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-07-22T07:44:38.817Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:38.818Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-22T07:44:38.818Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:38.839Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:38.839Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:39.717Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:44:39.718Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:39.720Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:39.720Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-07-22T07:44:39.820Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:39.821Z||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-07-22T07:44:39.821Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:39.844Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:39.845Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:40.721Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:44:40.722Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:40.723Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:40.724Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:40.824Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:40.825Z||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-07-22T07:44:40.825Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:40.849Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:40.849Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:41.724Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:44:41.725Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:41.727Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:41.727Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-07-22T07:44:41.828Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:41.829Z||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-07-22T07:44:41.829Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:41.860Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:41.860Z||pool-28-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:42.728Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:44:42.731Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:42.733Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:42.733Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:42.833Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:42.834Z||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-07-22T07:44:42.834Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:42.860Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:42.861Z||pool-29-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:43.733Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:44:43.736Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:43.738Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:43.738Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:44:43.839Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:43.840Z||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-07-22T07:44:43.840Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:43.896Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:43.897Z||pool-30-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-07-22T07:44:44.740Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "bac22683-9395-44b1-b441-318401052e7c",
"serviceDescription": "service",
"serviceInvariantUUID": "3b347749-749e-4022-8050-bd7f83a07cd0",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "aefafaa5-f0a8-4ff4-b6b8-ab82660726af",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "34fc9679-f9b3-426c-b779-f590c9cd2dfe",
"resourceInvariantUUID": "98515fb9-2ad9-454c-afed-6120b5c9e9e0",
"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": "N2Y1NmRhZmFmMmM2NGM3MzBlY2JkMjM4MjlkNTM4Yjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "92981485-5ebb-4ecf-92ae-d91fdcc8b2d2",
"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": "3e8b7334-8a51-4fd4-b85d-6631bc30ed58",
"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": "11e6588d-635e-4bda-a09e-19a6314a9bb1",
"generatedFromUUID": "3e8b7334-8a51-4fd4-b85d-6631bc30ed58"
},
"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": "11e6588d-635e-4bda-a09e-19a6314a9bb1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NTMyMjY4Mjg3ZjYyYjA4NjI5MGYzNDAyZjhiMmEzYWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e86d3ffd-1ee3-4ab8-a898-03f3e1f0ec8f"
}
],
"workloadContext": "Production"
}
2022-07-22T07:44:44.742Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-22T07:44:44.743Z|6c0849ee-40a0-44b2-8b39-8b369f0f29fa|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bac22683-9395-44b1-b441-318401052e7c ASDC
2022-07-22T07:44:44.743Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:68f31976-0b0a-4c43-a9af-e5f7a7e1d86d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:bac22683-9395-44b1-b441-318401052e7c
ServiceInvariantUUID:3b347749-749e-4022-8050-bd7f83a07cd0
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:e86d3ffd-1ee3-4ab8-a898-03f3e1f0ec8f
ArtifactChecksum:NTMyMjY4Mjg3ZjYyYjA4NjI5MGYzNDAyZjhiMmEzYWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:aefafaa5-f0a8-4ff4-b6b8-ab82660726af
ResourceInvariantUUID:98515fb9-2ad9-454c-afed-6120b5c9e9e0
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:34fc9679-f9b3-426c-b779-f590c9cd2dfe
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:92981485-5ebb-4ecf-92ae-d91fdcc8b2d2
ArtifactChecksum:N2Y1NmRhZmFmMmM2NGM3MzBlY2JkMjM4MjlkNTM4Yjk=
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:3e8b7334-8a51-4fd4-b85d-6631bc30ed58
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:11e6588d-635e-4bda-a09e-19a6314a9bb1
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:11e6588d-635e-4bda-a09e-19a6314a9bb1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-22T07:44:44.744Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bac22683-9395-44b1-b441-318401052e7c 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-07-22T07:44:44.850Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-22T07:44:44.851Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:44:44.852Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:44:44.852Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e86d3ffd-1ee3-4ab8-a898-03f3e1f0ec8f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-22T07:44:44.853Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:44:44.854Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-22T07:44:44.937Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:44:44.943Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e86d3ffd-1ee3-4ab8-a898-03f3e1f0ec8f 75098
2022-07-22T07:44:44.943Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-22T07:44:44.943Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-22T07:44:44.944Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:44:44.944Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:44.947Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:44.947Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475884943,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:45.047Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:45.047Z||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-07-22T07:44:45.048Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:45.092Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:45.093Z||pool-31-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:45.948Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-22T07:44:45.949Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:44:45.950Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e86d3ffd-1ee3-4ab8-a898-03f3e1f0ec8f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-22T07:44:45.950Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-22T07:44:45.951Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-22T07:44:45.951Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-22T07:44:46.166Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2170929624096177269/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-07-22T07:44:47.316Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-22T07:44:47.317Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-22T07:44:47.317Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-22T07:44:47.317Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-22T07:44:47.317Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:47.317Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:47.317Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:47.317Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:47.317Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|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-BasicVm-csar.csar
2022-07-22T07:44:47.318Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:47.318Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:47.318Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:47.318Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:47.318Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-22T07:44:47.318Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.318Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:47.319Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-22T07:44:47.319Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-22T07:44:47.319Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-22T07:44:47.319Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.319Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:47.320Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-22T07:44:47.320Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-22T07:44:47.320Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-22T07:44:47.320Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.320Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:47.320Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.321Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-22T07:44:47.321Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-22T07:44:47.321Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-22T07:44:47.321Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-22T07:44:47.321Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-22T07:44:47.321Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-22T07:44:47.322Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.322Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-22T07:44:47.322Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.322Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-22T07:44:47.322Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:44:47.323Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.323Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-22T07:44:47.323Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:44:47.323Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.323Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-22T07:44:47.323Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:44:47.324Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.324Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-22T07:44:47.324Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-22T07:44:47.324Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-22T07:44:47.324Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fa939a6d-3dc8-49a4-8bd5-4ac650cf65d6
2022-07-22T07:44:47.324Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.325Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:47.325Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.325Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:47.325Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.325Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:47.325Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:47.325Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:47.326Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:bac22683-9395-44b1-b441-318401052e7c
Model Version:NULL
Model InvariantUuid:3b347749-749e-4022-8050-bd7f83a07cd0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:6c0bb5c7-b9b6-42a8-b982-62eca2d1c94c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:98515fb9-2ad9-454c-afed-6120b5c9e9e0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:aefafaa5-f0a8-4ff4-b6b8-ab82660726af
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5464f103-3537-48db-a03b-461dbde79ab0
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:91355115-b103-4236-935e-68224c515862
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fa939a6d-3dc8-49a4-8bd5-4ac650cf65d6
ModelInvariantUuid:46409be4-0ac7-491c-af68-e16461b7861c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:f1fc308b-6fd3-4d33-964f-a6ea50071b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:3165ea37-f3b5-4d6a-a6e2-867306c3060e
ModelInvariantUuid:8f99bbe5-f438-4c7f-a491-443a9779ebcc
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:753ad723-f775-4c65-a568-8abcd21b6701
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-07-22T07:44:47.333Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 34fc9679-f9b3-426c-b779-f590c9cd2dfe
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-07-22T07:44:47.336Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-07-22T07:44:47.337Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 34fc9679-f9b3-426c-b779-f590c9cd2dfe
2022-07-22T07:44:47.337Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 92981485-5ebb-4ecf-92ae-d91fdcc8b2d2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-22T07:44:47.337Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:44:47.337Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:47.389Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:44:47.390Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 92981485-5ebb-4ecf-92ae-d91fdcc8b2d2 787
2022-07-22T07:44:47.390Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:47.390Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:47.390Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:44:47.391Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:47.393Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:47.393Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475887390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:47.493Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:47.494Z||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-07-22T07:44:47.494Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:47.511Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:47.511Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:48.394Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "5464f103-3537-48db-a03b-461dbde79ab0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "91355115-b103-4236-935e-68224c515862",
"vfModuleModelCustomizationUUID": "d19c180d-6b29-4cb9-9919-e8bd7fb91735",
"isBase": true,
"artifacts": [
"3e8b7334-8a51-4fd4-b85d-6631bc30ed58",
"11e6588d-635e-4bda-a09e-19a6314a9bb1"
],
"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-07-22T07:44:48.402Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:91355115-b103-4236-935e-68224c515862
VfModuleModelInvariantUUID:5464f103-3537-48db-a03b-461dbde79ab0
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e8b7334-8a51-4fd4-b85d-6631bc30ed58
,
11e6588d-635e-4bda-a09e-19a6314a9bb1
}
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-07-22T07:44:48.405Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "5464f103-3537-48db-a03b-461dbde79ab0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "91355115-b103-4236-935e-68224c515862",
"vfModuleModelCustomizationUUID": "d19c180d-6b29-4cb9-9919-e8bd7fb91735",
"isBase": true,
"artifacts": [
"3e8b7334-8a51-4fd4-b85d-6631bc30ed58",
"11e6588d-635e-4bda-a09e-19a6314a9bb1"
],
"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-07-22T07:44:48.405Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:91355115-b103-4236-935e-68224c515862
VfModuleModelInvariantUUID:5464f103-3537-48db-a03b-461dbde79ab0
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e8b7334-8a51-4fd4-b85d-6631bc30ed58
,
11e6588d-635e-4bda-a09e-19a6314a9bb1
}
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-07-22T07:44:48.425Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3e8b7334-8a51-4fd4-b85d-6631bc30ed58 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-22T07:44:48.425Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:44:48.425Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:48.481Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:44:48.481Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3e8b7334-8a51-4fd4-b85d-6631bc30ed58 5033
2022-07-22T07:44:48.481Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:48.482Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:48.482Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:44:48.482Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:48.484Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:48.484Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475888481,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:48.584Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:48.585Z||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-07-22T07:44:48.585Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:48.620Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:48.621Z||pool-33-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:49.485Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 11e6588d-635e-4bda-a09e-19a6314a9bb1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-22T07:44:49.485Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:44:49.486Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:49.589Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:44:49.589Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 11e6588d-635e-4bda-a09e-19a6314a9bb1 903
2022-07-22T07:44:49.590Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:49.590Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:49.590Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:44:49.590Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:49.592Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:49.592Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475889590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:49.692Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:49.695Z||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-07-22T07:44:49.695Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:49.736Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:49.736Z||pool-34-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:50.593Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bac22683-9395-44b1-b441-318401052e7c
2022-07-22T07:44:50.593Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 34fc9679-f9b3-426c-b779-f590c9cd2dfe 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-07-22T07:44:50.609Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@520c8635, org.onap.sdc.toscaparser.api.parameters.Input@3de22427, org.onap.sdc.toscaparser.api.parameters.Input@234c7c56, org.onap.sdc.toscaparser.api.parameters.Input@5a915aeb, org.onap.sdc.toscaparser.api.parameters.Input@6c9a52a2]
2022-07-22T07:44:50.611Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.611Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:50.612Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-07-22T07:44:50.612Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= aefafaa5-f0a8-4ff4-b6b8-ab82660726af
2022-07-22T07:44:50.612Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aefafaa5-f0a8-4ff4-b6b8-ab82660726af matches Tosca VF Customization UUID: aefafaa5-f0a8-4ff4-b6b8-ab82660726af
2022-07-22T07:44:50.612Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: aefafaa5-f0a8-4ff4-b6b8-ab82660726af 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-07-22T07:44:50.615Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.615Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:50.616Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id aefafaa5-f0a8-4ff4-b6b8-ab82660726af: {\"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-07-22T07:44:50.616Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@508dbe64
2022-07-22T07:44:50.616Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.617Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-22T07:44:50.617Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d19c180d-6b29-4cb9-9919-e8bd7fb91735
2022-07-22T07:44:50.617Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d19c180d-6b29-4cb9-9919-e8bd7fb91735
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-07-22T07:44:50.620Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.620Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-22T07:44:50.620Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:44:50.621Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.621Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-22T07:44:50.621Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:44:50.622Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.622Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-22T07:44:50.622Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-22T07:44:50.622Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-22T07:44:50.623Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fa939a6d-3dc8-49a4-8bd5-4ac650cf65d6
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-07-22T07:44:50.625Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.625Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-22T07:44:50.625Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:44:50.626Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.626Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-22T07:44:50.626Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=aefafaa5-f0a8-4ff4-b6b8-ab82660726af
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-07-22T07:44:50.628Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.628Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:50.629Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid bac22683-9395-44b1-b441-318401052e7c: basic_vm
2022-07-22T07:44:50.629Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.629Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:50.629Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.630Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:50.630Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.630Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:50.631Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.631Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:50.631Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:44:50.631Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:44:50.632Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:50.718Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 34fc9679-f9b3-426c-b779-f590c9cd2dfe 1 ASDC deployResourceStructure
2022-07-22T07:44:50.718Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:50.718Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:50.719Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-22T07:44:50.719Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:50.721Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:50.721Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475890718,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:50.821Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:50.822Z||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-07-22T07:44:50.823Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:50.836Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:50.836Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-22T07:44:51.722Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:51.723Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:51.723Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-22T07:44:51.723Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:51.725Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:51.725Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475891722,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:51.825Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:51.826Z||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-07-22T07:44:51.826Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:51.857Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:51.857Z||pool-36-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:52.726Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:52.727Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:44:52.727Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-22T07:44:52.728Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:52.730Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:52.730Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475892726,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:52.830Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:52.831Z||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-07-22T07:44:52.831Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:52.850Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:52.850Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:53.731Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-22T07:44:53.731Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-22T07:44:53.731Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-22T07:44:53.732Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:44:53.734Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:44:53.734Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475893730,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:53.834Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:44:53.835Z||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-07-22T07:44:53.835Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:53.851Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:53.851Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:44:54.734Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d
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-07-22T07:44:54.767Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d
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-07-22T07:44:54.771Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:44:54.771Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-22T07:44:54.771Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-22T07:44:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:44:56.090Z||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-07-22T07:44:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:44:56.123Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:44:56.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "aai-ml",
"timestamp": 1658475717795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475725185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "aai-ml",
"timestamp": 1658475717795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475725185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "policy-id",
"timestamp": 1658475728441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "aai-ml",
"timestamp": 1658475717795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475725185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "policy-id",
"timestamp": 1658475728441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "aai-ml",
"timestamp": 1658475717795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475725185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "policy-id",
"timestamp": 1658475728441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "aai-ml",
"timestamp": 1658475717795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475725185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "cds",
"timestamp": 1658475731815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "policy-id",
"timestamp": 1658475728441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "aai-ml",
"timestamp": 1658475717795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475725185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "cds",
"timestamp": 1658475731815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "policy-id",
"timestamp": 1658475728441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475732419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "aai-ml",
"timestamp": 1658475717795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475725185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "cds",
"timestamp": 1658475731815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "policy-id",
"timestamp": 1658475728441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475732419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "cds",
"timestamp": 1658475731815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "policy-id",
"timestamp": 1658475728441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475734902,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "aai-ml",
"timestamp": 1658475734967,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475732419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "cds",
"timestamp": 1658475731815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "policy-id",
"timestamp": 1658475736223,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475735991,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475732419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "cds",
"timestamp": 1658475731815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "policy-id",
"timestamp": 1658475737229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:56.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475737106,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475732419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "cds",
"timestamp": 1658475731815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "policy-id",
"timestamp": 1658475738232,
"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-07-22T07:44:56.182Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d
2022-07-22T07:44:56.183Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d 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-07-22T07:44:56.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475732419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475738218,
"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-07-22T07:44:56.245Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d
2022-07-22T07:44:56.245Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-22T07:44:56.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "cds",
"timestamp": 1658475739754,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475732419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475739232,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:56.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "cds",
"timestamp": 1658475740849,
"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=?
2022-07-22T07:44:56.286Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d
2022-07-22T07:44:56.286Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d 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-07-22T07:44:56.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "aai-ml",
"timestamp": 1658475742633,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:56.337Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "aai-ml",
"timestamp": 1658475743637,
"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-07-22T07:44:56.346Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d
2022-07-22T07:44:56.346Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d 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-07-22T07:44:56.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475745185,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "cds",
"timestamp": 1658475746814,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475745185,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "cds",
"timestamp": 1658475746814,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475745185,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475747795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "cds",
"timestamp": 1658475746814,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475748440,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475745185,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475747795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "cds",
"timestamp": 1658475746814,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475748440,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475745185,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475750166,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475747795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "cds",
"timestamp": 1658475746814,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475748440,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475745185,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475747795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "cds",
"timestamp": 1658475746814,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475748440,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475745185,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475752508,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:56.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475747795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "cds",
"timestamp": 1658475746814,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475748440,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475745185,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475752419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475753512,
"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-07-22T07:44:56.432Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d
2022-07-22T07:44:56.432Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d 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-07-22T07:44:56.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475747795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "cds",
"timestamp": 1658475746814,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475748440,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475745185,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475752419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475747795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "cds",
"timestamp": 1658475746814,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475748440,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475752419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475755102,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475747795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475748440,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "cds",
"timestamp": 1658475756783,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475752419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475756221,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475747795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475748440,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "cds",
"timestamp": 1658475757801,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-07-22T07:44:56.676Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2dc7335b-25e4-491d-838e-2c048a374e98
2022-07-22T07:44:56.676Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc7335b-25e4-491d-838e-2c048a374e98 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-07-22T07:44:56.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475752419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475757285,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475757529,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475758195,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475752419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475758325,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475759200,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:56.702Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475752419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475759419,
"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-07-22T07:44:56.723Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dc7335b-25e4-491d-838e-2c048a374e98
2022-07-22T07:44:56.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc7335b-25e4-491d-838e-2c048a374e98 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-07-22T07:44:56.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "policy-id",
"timestamp": 1658475760203,
"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-07-22T07:44:56.753Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dc7335b-25e4-491d-838e-2c048a374e98
2022-07-22T07:44:56.753Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc7335b-25e4-491d-838e-2c048a374e98 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-22T07:44:56.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475752419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658475760422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:56.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "ves-openapi-manager",
"timestamp": 1658475752419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:44:56.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475742380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:44:56.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:44:56.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475763607,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:44:56.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475764195,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:56.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "aai-ml",
"timestamp": 1658475765199,
"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-07-22T07:44:56.796Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2dc7335b-25e4-491d-838e-2c048a374e98
2022-07-22T07:44:56.796Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc7335b-25e4-491d-838e-2c048a374e98 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-07-22T07:44:56.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475765889,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:44:56.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:44:56.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:44:56.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658475766892,
"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-07-22T07:44:56.829Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2dc7335b-25e4-491d-838e-2c048a374e98
2022-07-22T07:44:56.829Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc7335b-25e4-491d-838e-2c048a374e98 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-07-22T07:45:24.771Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d
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-07-22T07:45:24.793Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d
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-07-22T07:45:24.797Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-22T07:45:24.797Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-22T07:45:24.797Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-22T07:45:24.797Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-22T07:45:24.797Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:45:24.798Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:45:24.798Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:45:24.798Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:45:24.798Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-22T07:45:24.799Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:45:24.814Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-22T07:45:54.815Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d 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-07-22T07:45:54.839Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d and serviceModelVersionId: bac22683-9395-44b1-b441-318401052e7c
2022-07-22T07:45:54.840Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b347749-749e-4022-8050-bd7f83a07cd0
2022-07-22T07:45:54.847Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b347749-749e-4022-8050-bd7f83a07cd0/model-vers/model-ver/bac22683-9395-44b1-b441-318401052e7c?depth=0
2022-07-22T07:45:54.852Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-22T07:45:54.903Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b347749-749e-4022-8050-bd7f83a07cd0/model-vers/model-ver/bac22683-9395-44b1-b441-318401052e7c?depth=0|INFO|500||Invoke
2022-07-22T07:45:54.904Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b347749-749e-4022-8050-bd7f83a07cd0/model-vers/model-ver/bac22683-9395-44b1-b441-318401052e7c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b347749-749e-4022-8050-bd7f83a07cd0/model-vers/model-ver/bac22683-9395-44b1-b441-318401052e7c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[68f31976-0b0a-4c43-a9af-e5f7a7e1d86d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cd1fbe5d-5c26-4218-ad0c-aed805bc51aa], X-ECOMP-RequestID=[68f31976-0b0a-4c43-a9af-e5f7a7e1d86d], X-TransactionId=[], X-ONAP-RequestID=[68f31976-0b0a-4c43-a9af-e5f7a7e1d86d], Content-Type=[application/merge-patch+json]}
2022-07-22T07:45:54.927Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b347749-749e-4022-8050-bd7f83a07cd0/model-vers/model-ver/bac22683-9395-44b1-b441-318401052e7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-22T07:45:55.076Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b347749-749e-4022-8050-bd7f83a07cd0/model-vers/model-ver/bac22683-9395-44b1-b441-318401052e7c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b347749-749e-4022-8050-bd7f83a07cd0/model-vers/model-ver/bac22683-9395-44b1-b441-318401052e7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220722-07:45:55:471-62825], vertex-id=[204808], Content-Length=[0], Date=[Fri, 22 Jul 2022 07:45:55 GMT], Content-Type=[application/json]}
2022-07-22T07:45:55.077Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b347749-749e-4022-8050-bd7f83a07cd0/model-vers/model-ver/bac22683-9395-44b1-b441-318401052e7c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-22T07:45:55.078Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b347749-749e-4022-8050-bd7f83a07cd0/model-vers/model-ver/bac22683-9395-44b1-b441-318401052e7c?depth=0|INFO|500||InvokeReturn
2022-07-22T07:45:55.079Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-22T07:45:55.079Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:45:55.087Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||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-07-22T07:45:55.088Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68f31976-0b0a-4c43-a9af-e5f7a7e1d86d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-22T07:45:55.088Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-22T07:45:55.088Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:45:55.091Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:45:55.091Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475955088,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-22T07:45:55.191Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-22T07:45:55.192Z||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-07-22T07:45:55.192Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:45:55.244Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:45:55.244Z||pool-39-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:45:56.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-22T07:45:56.091Z||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-07-22T07:45:56.091Z||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 BVJEX7wQdhSb6DUJ) ...
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-07-22T07:45:56.107Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.107Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2dc7335b-25e4-491d-838e-2c048a374e98","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d85c667a-4714-46b1-9e13-b1a1c8fac06d","serviceDescription":"service","serviceInvariantUUID":"b4d6bf72-419c-46a9-a667-4d1c3d798508","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"47a6958d-1504-4a89-b19f-aa3ca63585d6","resourceInvariantUUID":"b0871551-948f-4d58-ae4d-f780d25a6c30","resourceCustomizationUUID":"55fc1ce9-db0c-476c-92cc-23ce0a63e4d6","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":"ZGU2YWViOTViZjFmNGMxYzJiNWQzNWQwMjNlM2IzM2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1157578-03de-4071-9fe1-a66261ce24ab","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":"0620e8ae-aad3-4273-8ba0-4c64472f4d51","artifactVersion":"2","generatedFromUUID":"b2d75f1b-fbdd-46c6-8ad8-078d20ed62d3"},{"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":"b2d75f1b-fbdd-46c6-8ad8-078d20ed62d3","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":"ZDg3NmNkN2RiMzA3YmQyNTViZDIwMzU0NmI2OWUzOTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef7f150c-6fed-4132-8e58-5dff0fdb7e4c","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":"e372f961-10bf-4d8d-8563-378d34189c95","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":"6be5425f-4842-4e39-9f27-c98bbbe5690f","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":"c67dea5c-1515-4d4e-b72a-2cb4565d9f37","artifactVersion":"2","generatedFromUUID":"e372f961-10bf-4d8d-8563-378d34189c95"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmJjNWYwZTM3ZmZhZjQyMjgzMTUzZTJkM2VmMTkxOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8402b543-b352-4541-bb6e-bdd1658bd5fc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTYzN2E5NjBiNGQxODhkZjY4NWFiMDM2MzQxMzVkOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4532a52f-1664-4d4e-b71a-2d5a15e7f3f4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-22T07:45:56.109Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:45:56.111Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:45:56.113Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:45:56.118Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:45:56.120Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:45:56.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c0849ee-40a0-44b2-8b39-8b369f0f29fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475872263,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-22T07:45:56.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:45:56.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:45:56.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:45:56.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-07-22T07:45:56.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:45:56.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-07-22T07:45:56.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:45:56.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475884943,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475887390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475888481,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475889590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:45:56.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:45:56.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475890718,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-22T07:45:56.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:45:56.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475891722,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-07-22T07:45:56.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:45:56.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475892726,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-07-22T07:45:56.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:45:56.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-22T07:45:56.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f31976-0b0a-4c43-a9af-e5f7a7e1d86d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475893730,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-22T07:45:56.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-22T07:45:56.213Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-22T07:45:56.214Z||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-07-22T07:45:56.214Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:45:56.226Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:45:56.226Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:45:57.119Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:45:57.120Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:45:57.122Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:45:57.122Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-07-22T07:45:57.222Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-22T07:45:57.223Z||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-07-22T07:45:57.224Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:45:57.244Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:45:57.245Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:45:58.123Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:45:58.124Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:45:58.126Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:45:58.126Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-07-22T07:45:58.226Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:45:58.227Z||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-07-22T07:45:58.227Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:45:58.283Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:45:58.283Z||pool-42-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:45:59.128Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:45:59.129Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:45:59.132Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:45:59.132Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-07-22T07:45:59.232Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:45:59.233Z||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-07-22T07:45:59.233Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:45:59.265Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:45:59.265Z||pool-43-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:46:00.133Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:46:00.133Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:46:00.136Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:46:00.136Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-07-22T07:46:00.235Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-22T07:46:00.236Z||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-07-22T07:46:00.237Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:46:00.280Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:46:00.281Z||pool-44-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-07-22T07:46:01.136Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:46:01.137Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:46:01.139Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:46:01.139Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:46:01.239Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:46:01.240Z||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-07-22T07:46:01.240Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:46:01.282Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:46:01.283Z||pool-45-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:46:02.140Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:46:02.140Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:46:02.142Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:46:02.142Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-07-22T07:46:02.242Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:46:02.243Z||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-07-22T07:46:02.243Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:46:02.256Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:46:02.256Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:46:03.143Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:46:03.144Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:46:03.145Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:46:03.145Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-22T07:46:03.246Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:46:03.247Z||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-07-22T07:46:03.247Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:46:03.271Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:46:03.272Z||pool-47-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:46:04.146Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-22T07:46:04.147Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:46:04.149Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:46:04.149Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475873300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-22T07:46:04.249Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:46:04.250Z||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-07-22T07:46:04.250Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:46:04.265Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:46:04.265Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:46:05.150Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "d85c667a-4714-46b1-9e13-b1a1c8fac06d",
"serviceDescription": "service",
"serviceInvariantUUID": "b4d6bf72-419c-46a9-a667-4d1c3d798508",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "55fc1ce9-db0c-476c-92cc-23ce0a63e4d6",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "47a6958d-1504-4a89-b19f-aa3ca63585d6",
"resourceInvariantUUID": "b0871551-948f-4d58-ae4d-f780d25a6c30",
"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": "0620e8ae-aad3-4273-8ba0-4c64472f4d51",
"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": "b2d75f1b-fbdd-46c6-8ad8-078d20ed62d3",
"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": "ZDg3NmNkN2RiMzA3YmQyNTViZDIwMzU0NmI2OWUzOTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef7f150c-6fed-4132-8e58-5dff0fdb7e4c",
"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": "e372f961-10bf-4d8d-8563-378d34189c95",
"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": "c67dea5c-1515-4d4e-b72a-2cb4565d9f37",
"generatedFromUUID": "e372f961-10bf-4d8d-8563-378d34189c95"
},
"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": "c67dea5c-1515-4d4e-b72a-2cb4565d9f37",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "NTYzN2E5NjBiNGQxODhkZjY4NWFiMDM2MzQxMzVkOGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4532a52f-1664-4d4e-b71a-2d5a15e7f3f4"
}
],
"workloadContext": "Production"
}
2022-07-22T07:46:05.150Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-22T07:46:05.151Z|68f31976-0b0a-4c43-a9af-e5f7a7e1d86d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d85c667a-4714-46b1-9e13-b1a1c8fac06d ASDC
2022-07-22T07:46:05.151Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2dc7335b-25e4-491d-838e-2c048a374e98
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d85c667a-4714-46b1-9e13-b1a1c8fac06d
ServiceInvariantUUID:b4d6bf72-419c-46a9-a667-4d1c3d798508
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:4532a52f-1664-4d4e-b71a-2d5a15e7f3f4
ArtifactChecksum:NTYzN2E5NjBiNGQxODhkZjY4NWFiMDM2MzQxMzVkOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:55fc1ce9-db0c-476c-92cc-23ce0a63e4d6
ResourceInvariantUUID:b0871551-948f-4d58-ae4d-f780d25a6c30
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:47a6958d-1504-4a89-b19f-aa3ca63585d6
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:0620e8ae-aad3-4273-8ba0-4c64472f4d51
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:b2d75f1b-fbdd-46c6-8ad8-078d20ed62d3
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:ef7f150c-6fed-4132-8e58-5dff0fdb7e4c
ArtifactChecksum:ZDg3NmNkN2RiMzA3YmQyNTViZDIwMzU0NmI2OWUzOTI=
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:e372f961-10bf-4d8d-8563-378d34189c95
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:c67dea5c-1515-4d4e-b72a-2cb4565d9f37
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:c67dea5c-1515-4d4e-b72a-2cb4565d9f37
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-22T07:46:05.151Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d85c667a-4714-46b1-9e13-b1a1c8fac06d 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-07-22T07:46:05.214Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-22T07:46:05.215Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:46:05.215Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:46:05.215Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4532a52f-1664-4d4e-b71a-2d5a15e7f3f4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-22T07:46:05.215Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:46:05.216Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:05.337Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:46:05.342Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4532a52f-1664-4d4e-b71a-2d5a15e7f3f4 72991
2022-07-22T07:46:05.343Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:05.343Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:05.343Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:46:05.343Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:46:05.345Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:46:05.345Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475965343,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:46:05.445Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:46:05.446Z||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-07-22T07:46:05.447Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:46:05.458Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:46:05.459Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:46:06.346Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-22T07:46:06.347Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-22T07:46:06.347Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4532a52f-1664-4d4e-b71a-2d5a15e7f3f4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-22T07:46:06.347Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-22T07:46:06.347Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-22T07:46:06.348Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-22T07:46:06.481Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5987455059869894514/Definitions/service-BasicCnf-template.yml
2022-07-22T07:46:07.548Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-22T07:46:07.548Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-22T07:46:07.548Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-22T07:46:07.549Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-22T07:46:07.549Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:07.549Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:07.549Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:07.549Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:07.549Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-22T07:46:07.549Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.549Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:07.550Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-22T07:46:07.550Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-22T07:46:07.550Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-22T07:46:07.550Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.550Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:46:07.550Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-22T07:46:07.551Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-22T07:46:07.551Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-22T07:46:07.551Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.551Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:46:07.551Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.551Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-22T07:46:07.551Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-22T07:46:07.552Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-22T07:46:07.552Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-22T07:46:07.552Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.552Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:07.552Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.552Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-22T07:46:07.552Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:46:07.553Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.553Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-22T07:46:07.553Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:46:07.553Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.553Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-22T07:46:07.553Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-22T07:46:07.554Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.554Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-22T07:46:07.554Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-22T07:46:07.554Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c9bf91e6-c92f-48fe-b4b9-3d7d53357430
2022-07-22T07:46:07.554Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.554Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:46:07.554Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.555Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:46:07.555Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.555Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:46:07.555Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:07.555Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:46:07.555Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d85c667a-4714-46b1-9e13-b1a1c8fac06d
Model Version:NULL
Model InvariantUuid:b4d6bf72-419c-46a9-a667-4d1c3d798508
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:451ccfd2-1d7d-4194-8a62-8a042873a770
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b0871551-948f-4d58-ae4d-f780d25a6c30
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:55fc1ce9-db0c-476c-92cc-23ce0a63e4d6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:59de822d-bab8-4a24-bb0c-8abb1db908fc
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:5633005c-47a1-478d-b9e2-574f76123c4a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c9bf91e6-c92f-48fe-b4b9-3d7d53357430
ModelInvariantUuid:1481a19f-b0f9-4de3-b2b3-a088c900fb24
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:22c085ed-1d7f-43ca-a2a3-23a13b745e75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:55e09182-3f6e-44b6-8d84-3d4f3a862e10
ModelInvariantUuid:797efab6-8fb6-41d3-9b4b-ff5c3bb59d05
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:55f74976-c12b-4c48-8e17-be6c2b3fd881
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-07-22T07:46:07.562Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 47a6958d-1504-4a89-b19f-aa3ca63585d6
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-07-22T07:46:07.565Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-07-22T07:46:07.565Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 47a6958d-1504-4a89-b19f-aa3ca63585d6
2022-07-22T07:46:07.565Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0620e8ae-aad3-4273-8ba0-4c64472f4d51 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-22T07:46:07.565Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:46:07.565Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:07.609Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:46:07.610Z|2dc7335b-25e4-491d-838e-2c048a374e98|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 0620e8ae-aad3-4273-8ba0-4c64472f4d51 12
2022-07-22T07:46:07.610Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:07.610Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:07.610Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:46:07.610Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:46:07.612Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:46:07.612Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475967610,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:46:07.712Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:46:07.713Z||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-07-22T07:46:07.713Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:46:07.739Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:46:07.740Z||pool-50-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:46:08.613Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b2d75f1b-fbdd-46c6-8ad8-078d20ed62d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-22T07:46:08.613Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:46:08.613Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:08.666Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:46:08.666Z|2dc7335b-25e4-491d-838e-2c048a374e98|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 b2d75f1b-fbdd-46c6-8ad8-078d20ed62d3 2688
2022-07-22T07:46:08.667Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:08.667Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:08.667Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:46:08.667Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:46:08.670Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:46:08.670Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475968667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:46:08.770Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:46:08.771Z||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-07-22T07:46:08.771Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:46:08.782Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:46:08.783Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-22T07:46:09.671Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ef7f150c-6fed-4132-8e58-5dff0fdb7e4c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-22T07:46:09.671Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:46:09.672Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:09.796Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:46:09.796Z|2dc7335b-25e4-491d-838e-2c048a374e98|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 ef7f150c-6fed-4132-8e58-5dff0fdb7e4c 828
2022-07-22T07:46:09.797Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:09.797Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:09.797Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:46:09.797Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:46:09.799Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:46:09.799Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475969797,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:46:09.899Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:46:09.900Z||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-07-22T07:46:09.901Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:46:10.037Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:46:10.038Z||pool-52-thread-1|||||INFO|500||cambria reply ok (138 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:46:10.800Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "59de822d-bab8-4a24-bb0c-8abb1db908fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5633005c-47a1-478d-b9e2-574f76123c4a",
"vfModuleModelCustomizationUUID": "1d6138fa-513e-4b09-9bbf-2b1089a464b1",
"isBase": true,
"artifacts": [
"b2d75f1b-fbdd-46c6-8ad8-078d20ed62d3",
"e372f961-10bf-4d8d-8563-378d34189c95",
"c67dea5c-1515-4d4e-b72a-2cb4565d9f37"
],
"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-07-22T07:46:10.804Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5633005c-47a1-478d-b9e2-574f76123c4a
VfModuleModelInvariantUUID:59de822d-bab8-4a24-bb0c-8abb1db908fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2d75f1b-fbdd-46c6-8ad8-078d20ed62d3
,
e372f961-10bf-4d8d-8563-378d34189c95
,
c67dea5c-1515-4d4e-b72a-2cb4565d9f37
}
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-07-22T07:46:10.805Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "59de822d-bab8-4a24-bb0c-8abb1db908fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5633005c-47a1-478d-b9e2-574f76123c4a",
"vfModuleModelCustomizationUUID": "1d6138fa-513e-4b09-9bbf-2b1089a464b1",
"isBase": true,
"artifacts": [
"b2d75f1b-fbdd-46c6-8ad8-078d20ed62d3",
"e372f961-10bf-4d8d-8563-378d34189c95",
"c67dea5c-1515-4d4e-b72a-2cb4565d9f37"
],
"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-07-22T07:46:10.805Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5633005c-47a1-478d-b9e2-574f76123c4a
VfModuleModelInvariantUUID:59de822d-bab8-4a24-bb0c-8abb1db908fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2d75f1b-fbdd-46c6-8ad8-078d20ed62d3
,
e372f961-10bf-4d8d-8563-378d34189c95
,
c67dea5c-1515-4d4e-b72a-2cb4565d9f37
}
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-07-22T07:46:10.806Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e372f961-10bf-4d8d-8563-378d34189c95 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-22T07:46:10.806Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:46:10.806Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:10.874Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:46:10.874Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e372f961-10bf-4d8d-8563-378d34189c95 1164
2022-07-22T07:46:10.874Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:10.874Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:10.875Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:46:10.875Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:46:10.876Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:46:10.876Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475970874,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:46:10.977Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:46:10.978Z||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-07-22T07:46:10.978Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:46:10.992Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:46:10.992Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:46:11.877Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c67dea5c-1515-4d4e-b72a-2cb4565d9f37 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-22T07:46:11.877Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-22T07:46:11.877Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:11.922Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-22T07:46:11.922Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c67dea5c-1515-4d4e-b72a-2cb4565d9f37 200
2022-07-22T07:46:11.922Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:11.923Z|2dc7335b-25e4-491d-838e-2c048a374e98|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-07-22T07:46:11.923Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-22T07:46:11.923Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-22T07:46:11.925Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-22T07:46:11.925Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2dc7335b-25e4-491d-838e-2c048a374e98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658475971922,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-07-22T07:46:12.025Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-22T07:46:12.026Z||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-07-22T07:46:12.026Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BVJEX7wQdhSb6DUJ) ...
2022-07-22T07:46:12.040Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-22T07:46:12.040Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-22T07:46:12.925Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d85c667a-4714-46b1-9e13-b1a1c8fac06d
2022-07-22T07:46:12.926Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 47a6958d-1504-4a89-b19f-aa3ca63585d6 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=?
2022-07-22T07:46:12.945Z|2dc7335b-25e4-491d-838e-2c048a374e98|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 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-07-22T07:46:12.959Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d61233e, org.onap.sdc.toscaparser.api.parameters.Input@309d476b, org.onap.sdc.toscaparser.api.parameters.Input@6d84b4c9, org.onap.sdc.toscaparser.api.parameters.Input@7d39db72, org.onap.sdc.toscaparser.api.parameters.Input@29156f38]
2022-07-22T07:46:12.960Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-22T07:46:12.961Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-22T07:46:12.961Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-07-22T07:46:12.961Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 55fc1ce9-db0c-476c-92cc-23ce0a63e4d6
2022-07-22T07:46:12.961Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 55fc1ce9-db0c-476c-92cc-23ce0a63e4d6 matches Tosca VF Customization UUID: 55fc1ce9-db0c-476c-92cc-23ce0a63e4d6
2022-07-22T07:46:12.961Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 55fc1ce9-db0c-476c-92cc-23ce0a63e4d6 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-07-22T07:46:12.963Z|2dc7335b-25e4-491d-838e-2c048a374e98|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery