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-10-14T03:15:12.981Z||main|||||INFO|500||The following profiles are active: basic
2022-10-14T03:15:24.233Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-14T03:15:24.233Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-14T03:15:24.341Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-14T03:15:28.772Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-14T03:15:29.235Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-14T03:15:29.777Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-14T03:15:29.787Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-14T03:15:29.993Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-14T03:15:30.284Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-14T03:15:31.038Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-14T03:15:33.594Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-14T03:15:36.037Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-14T03:15:36.122Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-14T03:15:36.798Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-14T03:15:37.035Z||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-10-14T03:15:38.252Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-14T03:15:39.406Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-14T03:15:39.430Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$b3d2088f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-14T03:15:39.430Z||main|||||WARN|500||The sdc end point is not alive
2022-10-14T03:15:43.078Z||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-10-14T03:15:46.474Z||main|||||WARN|500||---
2022-10-14T03:15:46.475Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-14T03:15:46.475Z||main|||||WARN|500||---
2022-10-14T03:15:46.943Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-14T03:15:51.913Z||main|||||INFO|500||Started Application in 42.142 seconds (JVM running for 44.499)
2022-10-14T03:15:51.941Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-14T03:15:51.942Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-14T03:15:51.954Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-14T03:15:51.977Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-14T03:15:52.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc143174-0001-477d-ad45-144f82796e9f url= /sdc/v1/artifactTypes
2022-10-14T03:15:52.027Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-14T03:15:52.312Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-14T03:15:52.336Z||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-10-14T03:15:52.359Z||scheduling-1|||||DEBUG|500||create keys
2022-10-14T03:15:52.366Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-14T03:15:52.423Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:15:52.440Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= aca4372f-4dba-4f9f-9b1b-d2d1c83036f0 url= /sdc/v1/registerForDistribution
2022-10-14T03:15:52.567Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= aca4372f-4dba-4f9f-9b1b-d2d1c83036f0 url= /sdc/v1/registerForDistribution
2022-10-14T03:15:52.568Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-14T03:15:52.586Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:15:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:15:52.605Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-14T03:15:52.606Z||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-10-14T03:15:52.606Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:15:52.610Z||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-10-14T03:15:52.611Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:16:02.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:16:02.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:16:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:16:52.583Z||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-10-14T03:16:52.583Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:16:52.586Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:16:52.587Z||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-10-14T03:16:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:17:02.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:17:02.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:17:52.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:17:52.581Z||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-10-14T03:17:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:17:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:17:52.586Z||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-10-14T03:17:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:18:02.140Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:18:02.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:18:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:18:52.581Z||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-10-14T03:18:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:18:52.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:18:52.586Z||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-10-14T03:18:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:19:02.134Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:19:02.136Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:19:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:19:52.581Z||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-10-14T03:19:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:19:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:19:52.586Z||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-10-14T03:19:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:20:02.153Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:20:02.159Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:20:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:20:52.581Z||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-10-14T03:20:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:20:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:20:52.586Z||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-10-14T03:20:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:21:02.135Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:21:02.135Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:21:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:21:52.581Z||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-10-14T03:21:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:21:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:21:52.588Z||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-10-14T03:21:52.588Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:22:02.136Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:22:02.140Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:22:52.583Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:22:52.584Z||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-10-14T03:22:52.584Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:22:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:22:52.586Z||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-10-14T03:22:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:23:02.135Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:23:02.139Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:23:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:23:52.583Z||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-10-14T03:23:52.583Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:23:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:23:52.586Z||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-10-14T03:23:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:24:02.137Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:24:02.137Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:24:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:24:52.583Z||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-10-14T03:24:52.583Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:24:52.586Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:24:52.587Z||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-10-14T03:24:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:25:02.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:25:02.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:25:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:25:52.581Z||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-10-14T03:25:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:25:52.585Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:25:52.586Z||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-10-14T03:25:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:25:59.235Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-14T03:26:02.134Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:26:02.138Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:26:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:26:52.581Z||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-10-14T03:26:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:26:52.585Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:26:52.586Z||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-10-14T03:26:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:27:02.136Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:27:02.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:27:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:27:52.580Z||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-10-14T03:27:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:27:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:27:52.586Z||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-10-14T03:27:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:28:02.130Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:28:02.130Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:28:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:28:52.581Z||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-10-14T03:28:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:28:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:28:52.587Z||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-10-14T03:28:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:29:02.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:29:02.141Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:29:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:29:52.580Z||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-10-14T03:29:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:29:52.586Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:29:52.587Z||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-10-14T03:29:52.588Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:30:02.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:30:02.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:30:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:30:52.581Z||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-10-14T03:30:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:30:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:30:52.586Z||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-10-14T03:30:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:31:02.141Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:31:02.142Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:31:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:31:52.583Z||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-10-14T03:31:52.583Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:31:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:31:52.586Z||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-10-14T03:31:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:32:02.138Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:32:02.139Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:32:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:32:52.580Z||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-10-14T03:32:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:32:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:32:52.586Z||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-10-14T03:32:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:33:02.128Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:33:02.129Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:33:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:33:52.581Z||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-10-14T03:33:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:33:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:33:52.586Z||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-10-14T03:33:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:34:02.130Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:34:02.133Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:34:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:34:52.580Z||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-10-14T03:34:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:34:52.585Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:34:52.586Z||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-10-14T03:34:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:35:02.126Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:35:02.130Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:35:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:35:52.581Z||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-10-14T03:35:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:35:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:35:52.586Z||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-10-14T03:35:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:36:02.129Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:36:02.131Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:36:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:36:52.580Z||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-10-14T03:36:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:36:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:36:52.586Z||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-10-14T03:36:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:37:02.136Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:37:02.145Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:37:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:37:52.581Z||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-10-14T03:37:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:37:52.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:37:52.586Z||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-10-14T03:37:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:38:02.130Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:38:02.136Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:38:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:38:52.584Z||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-10-14T03:38:52.584Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:38:52.586Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:38:52.586Z||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-10-14T03:38:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:39:02.137Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:39:02.140Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:39:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:39:52.581Z||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-10-14T03:39:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:39:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:39:52.586Z||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-10-14T03:39:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:40:02.132Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:40:02.133Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:40:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:40:52.581Z||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-10-14T03:40:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:40:52.586Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:40:52.587Z||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-10-14T03:40:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:41:02.138Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:41:02.141Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:41:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:41:52.580Z||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-10-14T03:41:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:41:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:41:52.586Z||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-10-14T03:41:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:42:02.131Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:42:02.133Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:42:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:42:52.581Z||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-10-14T03:42:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:42:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:42:52.586Z||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-10-14T03:42:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:43:02.129Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:43:02.129Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:43:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:43:52.580Z||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-10-14T03:43:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:43:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:43:52.587Z||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-10-14T03:43:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:44:02.132Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:44:02.133Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:44:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:44:52.581Z||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-10-14T03:44:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:44:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:44:52.586Z||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-10-14T03:44:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:45:02.136Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:45:02.136Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:45:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:45:52.581Z||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-10-14T03:45:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:45:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:45:52.586Z||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-10-14T03:45:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:46:02.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:46:02.149Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:46:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:46:52.580Z||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-10-14T03:46:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:46:52.586Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:46:52.587Z||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-10-14T03:46:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:47:02.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:47:02.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:47:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:47:52.580Z||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-10-14T03:47:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:47:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:47:52.586Z||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-10-14T03:47:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:48:02.128Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:48:02.128Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:48:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:48:52.580Z||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-10-14T03:48:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:48:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:48:52.587Z||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-10-14T03:48:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:49:02.131Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:49:02.132Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:49:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:49:52.580Z||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-10-14T03:49:52.580Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:49:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:49:52.587Z||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-10-14T03:49:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:50:02.131Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:50:02.167Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:50:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:50:52.581Z||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-10-14T03:50:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:50:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:50:52.585Z||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-10-14T03:50:52.585Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:51:02.131Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:51:02.132Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:51:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:51:52.581Z||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-10-14T03:51:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:51:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:51:52.586Z||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-10-14T03:51:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:52:02.128Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:52:02.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:52:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:52:52.584Z||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-10-14T03:52:52.584Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:52:52.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:52:52.586Z||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-10-14T03:52:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:53:02.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:53:02.150Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:53:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:53:52.581Z||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-10-14T03:53:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:53:52.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:53:52.586Z||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-10-14T03:53:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:54:02.127Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:54:02.130Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:54:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:54:52.581Z||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-10-14T03:54:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:54:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:54:52.586Z||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-10-14T03:54:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:55:02.132Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:55:02.132Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:55:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:55:52.580Z||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-10-14T03:55:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:55:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:55:52.586Z||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-10-14T03:55:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:56:02.127Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:56:02.129Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:56:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:56:52.581Z||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-10-14T03:56:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:56:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:56:52.586Z||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-10-14T03:56:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:57:02.135Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:57:02.135Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:57:52.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:57:52.582Z||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-10-14T03:57:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:57:52.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:57:52.587Z||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-10-14T03:57:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:58:02.147Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:58:02.147Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:58:52.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:58:52.581Z||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-10-14T03:58:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:58:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:58:52.586Z||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-10-14T03:58:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:59:02.146Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:59:02.148Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T03:59:52.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:59:52.584Z||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-10-14T03:59:52.584Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:59:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:59:52.586Z||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-10-14T03:59:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:00:02.137Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:00:02.137Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:00:52.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:00:52.584Z||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-10-14T04:00:52.585Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:00:52.586Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:00:52.587Z||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-10-14T04:00:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:01:02.135Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:01:02.137Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:01:52.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:01:52.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-14T04:01:52.581Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:01:52.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:01:52.587Z||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-10-14T04:01:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:02:02.129Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:02:02.139Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:02:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:02:52.580Z||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-10-14T04:02:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:02:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:02:52.586Z||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-10-14T04:02:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:02.137Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:02.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:02.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:03:02.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f93da0b-e495-4a97-a6ae-7f60191bf9d0","serviceName":"basic_onboard_JxYWRb","serviceVersion":"1.0","serviceUUID":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","serviceDescription":"service","serviceInvariantUUID":"04381286-386a-4985-8435-2a029b452ed4","resources":[{"resourceInstanceName":"basic_onboard_JxYWRb 0","resourceName":"basic_onboard_JxYWRb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5639ab2b-ed36-4e9a-9e52-a91df49e0822","resourceInvariantUUID":"6a71e703-4d95-4305-820e-6c306b98bdd0","resourceCustomizationUUID":"ca985528-a1e4-44b4-96de-63c92b5a9393","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml","artifactChecksum":"ZGJhZTMzNjcxYTc4NmE3ZWNhOTJiMjdiN2NkYzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0a3351fe-4d13-4c33-989d-54a016d8301c","artifactVersion":"1"},{"artifactName":"basic_onboard_jxywrb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json","artifactChecksum":"NDZkOTBjZjQ1ZjA3YmJjMGQzYzJjMmMzNDYyYzQ2MTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52b0f095-0c28-485a-901e-1cc58c940fe2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b205767-b0c7-434b-8261-4d2c4f1fdd86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"79ba0114-7c78-4c85-84cc-638a49913f22","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"68008b68-bf10-47a8-9cde-13a3fef5c301","artifactVersion":"2","generatedFromUUID":"4b205767-b0c7-434b-8261-4d2c4f1fdd86"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJxywrb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml","artifactChecksum":"YTY2MjcwZTZjYzk4ODc5MmNiNzE4YTM3NTkyYzRhYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e667df8c-5d45-48d0-a8f7-54fa6715c4a0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJxywrb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar","artifactChecksum":"NWVjNTRjMzcxNjExN2IyYTkyN2JhNzE4NjRjMWZkYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"313d174a-771f-4a4a-827a-ad176e4ca261","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-14T04:03:02.418Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:02.430Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:02.445Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:02.445Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:02.545Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-10-14T04:03:02.551Z||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-10-14T04:03:02.551Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:02.572Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:02.574Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":3,"count":1}
2022-10-14T04:03:03.456Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:03.457Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:03.459Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:03.459Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:03:03.559Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:03.560Z||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-10-14T04:03:03.560Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:03.600Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:03.601Z||pool-4-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:04.460Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:04.461Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:04.464Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:04.465Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:03:04.565Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:03:04.566Z||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-10-14T04:03:04.566Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:04.583Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:04.583Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:05.465Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:05.467Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:05.469Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:05.469Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:05.569Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:05.570Z||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-10-14T04:03:05.570Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:05.613Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:05.613Z||pool-6-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:06.470Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:06.473Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:06.475Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:06.475Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-14T04:03:06.575Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:06.576Z||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-10-14T04:03:06.576Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:06.588Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:06.589Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:07.477Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:07.478Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:07.480Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:07.481Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:07.581Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:07.582Z||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-10-14T04:03:07.582Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:07.595Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:07.596Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:08.481Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:08.482Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:08.485Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:08.485Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:03:08.585Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:08.586Z||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-10-14T04:03:08.586Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:08.598Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:08.598Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:09.487Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"serviceName": "basic_onboard_JxYWRb",
"serviceVersion": "1.0",
"serviceUUID": "08b56fbb-4bfc-4cff-82bd-9bbe205fe313",
"serviceDescription": "service",
"serviceInvariantUUID": "04381286-386a-4985-8435-2a029b452ed4",
"resources": [
{
"resourceInstanceName": "basic_onboard_JxYWRb 0",
"resourceCustomizationUUID": "ca985528-a1e4-44b4-96de-63c92b5a9393",
"resourceName": "basic_onboard_JxYWRb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5639ab2b-ed36-4e9a-9e52-a91df49e0822",
"resourceInvariantUUID": "6a71e703-4d95-4305-820e-6c306b98bdd0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jxywrb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"artifactChecksum": "NDZkOTBjZjQ1ZjA3YmJjMGQzYzJjMmMzNDYyYzQ2MTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "52b0f095-0c28-485a-901e-1cc58c940fe2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4b205767-b0c7-434b-8261-4d2c4f1fdd86",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "68008b68-bf10-47a8-9cde-13a3fef5c301",
"generatedFromUUID": "4b205767-b0c7-434b-8261-4d2c4f1fdd86"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "68008b68-bf10-47a8-9cde-13a3fef5c301",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJxywrb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"artifactChecksum": "NWVjNTRjMzcxNjExN2IyYTkyN2JhNzE4NjRjMWZkYzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "313d174a-771f-4a4a-827a-ad176e4ca261"
}
],
"workloadContext": "Production"
}
2022-10-14T04:03:09.489Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-14T04:03:09.490Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08b56fbb-4bfc-4cff-82bd-9bbe205fe313 ASDC
2022-10-14T04:03:09.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4f93da0b-e495-4a97-a6ae-7f60191bf9d0
ServiceName:basic_onboard_JxYWRb
ServiceVersion:1.0
ServiceUUID:08b56fbb-4bfc-4cff-82bd-9bbe205fe313
ServiceInvariantUUID:04381286-386a-4985-8435-2a029b452ed4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJxywrb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar
ArtifactUUID:313d174a-771f-4a4a-827a-ad176e4ca261
ArtifactChecksum:NWVjNTRjMzcxNjExN2IyYTkyN2JhNzE4NjRjMWZkYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JxYWRb 0
ResourceCustomizationUUID:ca985528-a1e4-44b4-96de-63c92b5a9393
ResourceInvariantUUID:6a71e703-4d95-4305-820e-6c306b98bdd0
ResourceName:basic_onboard_JxYWRb
ResourceType:VF
ResourceUUID:5639ab2b-ed36-4e9a-9e52-a91df49e0822
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jxywrb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json
ArtifactUUID:52b0f095-0c28-485a-901e-1cc58c940fe2
ArtifactChecksum:NDZkOTBjZjQ1ZjA3YmJjMGQzYzJjMmMzNDYyYzQ2MTE=
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/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4b205767-b0c7-434b-8261-4d2c4f1fdd86
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/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
ArtifactUUID:68008b68-bf10-47a8-9cde-13a3fef5c301
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/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
ArtifactUUID:68008b68-bf10-47a8-9cde-13a3fef5c301
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-14T04:03:09.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08b56fbb-4bfc-4cff-82bd-9bbe205fe313 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-10-14T04:03:09.927Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:03:09.930Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-14T04:03:09.931Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-14T04:03:09.932Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 313d174a-771f-4a4a-827a-ad176e4ca261 from URL: /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:09.932Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-14T04:03:09.934Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:10.063Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-14T04:03:10.083Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar 313d174a-771f-4a4a-827a-ad176e4ca261 71592
2022-10-14T04:03:10.099Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar ASDC sendASDCNotification
2022-10-14T04:03:10.100Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:10.101Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:03:10.102Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:10.104Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:10.104Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720190083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:10.204Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:10.205Z||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-10-14T04:03:10.206Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:10.227Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:10.227Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:03:11.105Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:03:11.106Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-14T04:03:11.107Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 313d174a-771f-4a4a-827a-ad176e4ca261, URL: /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar to file: /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:11.108Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:11.210Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:11.210Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:11.921Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17036717478183016732/Definitions/service-BasicOnboardJxywrb-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-10-14T04:03:13.689Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-14T04:03:13.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-14T04:03:13.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-14T04:03:13.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||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-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.696Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.696Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||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-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.696Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.696Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.696Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JxYWRb 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-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-14T04:03:13.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.710Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:13.710Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-14T04:03:13.712Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:03:13.714Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.714Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.715Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:13.715Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-14T04:03:13.715Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:03:13.715Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.716Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.719Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.719Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is not matching search criteria
2022-10-14T04:03:13.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-14T04:03:13.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-14T04:03:13.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-14T04:03:13.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-14T04:03:13.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-14T04:03:13.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:03:13.722Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:13.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:13.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:13.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:13.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:13.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:13.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is not matching search criteria
2022-10-14T04:03:13.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-14T04:03:13.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-14T04:03:13.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2330ec12-a174-468e-95bb-2028d79060b6
2022-10-14T04:03:13.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:13.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_JxYWRb
Description:service
Model UUID:08b56fbb-4bfc-4cff-82bd-9bbe205fe313
Model Version:NULL
Model InvariantUuid:04381286-386a-4985-8435-2a029b452ed4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_JxYWRb
Model UUID:309b5b62-5b7b-4340-83fc-63cc06f8561b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6a71e703-4d95-4305-820e-6c306b98bdd0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ca985528-a1e4-44b4-96de-63c92b5a9393
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:66bfe28a-1342-42c3-818b-b86e0b48fd7d
ModelName:BasicOnboardJxywrb..base_ubuntu18..module-0
ModelUuid:c7063f1b-4766-42e4-9c78-36b2b07ea6c4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2330ec12-a174-468e-95bb-2028d79060b6
ModelInvariantUuid:8d1955c5-72b1-4843-adf7-0c45e3a00b10
ModelName:basic_onboard_JxYWRb-nodes.ubuntu18Cvfc
ModelUuid:50604af0-3044-4881-a78d-363ad6671d1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:0eeb423f-8fbf-4970-afc8-30df0346440b
ModelInvariantUuid:d19d64e8-4d3b-472e-9a4e-66202f755584
ModelName:BasicOnboardJxywrb.compute.nodes.heat.ubuntu18
ModelUuid:40f20bec-acf6-4c26-b6b5-f9ddbcb6a0d8
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-10-14T04:03:13.746Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5639ab2b-ed36-4e9a-9e52-a91df49e0822
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-10-14T04:03:13.845Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||basic_onboard_JxYWRb 0
2022-10-14T04:03:13.852Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5639ab2b-ed36-4e9a-9e52-a91df49e0822
2022-10-14T04:03:13.852Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 52b0f095-0c28-485a-901e-1cc58c940fe2 from URL: /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json
2022-10-14T04:03:13.852Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-14T04:03:13.852Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json
2022-10-14T04:03:13.908Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-14T04:03:13.909Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json 52b0f095-0c28-485a-901e-1cc58c940fe2 798
2022-10-14T04:03:13.909Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json ASDC sendASDCNotification
2022-10-14T04:03:13.910Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json
2022-10-14T04:03:13.910Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:03:13.910Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:13.918Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:13.918Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720193909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:14.018Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:03:14.020Z||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-10-14T04:03:14.020Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:14.035Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:14.036Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:14.920Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJxywrb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "66bfe28a-1342-42c3-818b-b86e0b48fd7d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c7063f1b-4766-42e4-9c78-36b2b07ea6c4",
"vfModuleModelCustomizationUUID": "e3b5baaf-2ff8-4230-a6e0-dc9e903d9f17",
"isBase": true,
"artifacts": [
"4b205767-b0c7-434b-8261-4d2c4f1fdd86",
"68008b68-bf10-47a8-9cde-13a3fef5c301"
],
"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-10-14T04:03:14.934Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxywrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7063f1b-4766-42e4-9c78-36b2b07ea6c4
VfModuleModelInvariantUUID:66bfe28a-1342-42c3-818b-b86e0b48fd7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b205767-b0c7-434b-8261-4d2c4f1fdd86
,
68008b68-bf10-47a8-9cde-13a3fef5c301
}
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-10-14T04:03:14.937Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJxywrb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "66bfe28a-1342-42c3-818b-b86e0b48fd7d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c7063f1b-4766-42e4-9c78-36b2b07ea6c4",
"vfModuleModelCustomizationUUID": "e3b5baaf-2ff8-4230-a6e0-dc9e903d9f17",
"isBase": true,
"artifacts": [
"4b205767-b0c7-434b-8261-4d2c4f1fdd86",
"68008b68-bf10-47a8-9cde-13a3fef5c301"
],
"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-10-14T04:03:14.937Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxywrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7063f1b-4766-42e4-9c78-36b2b07ea6c4
VfModuleModelInvariantUUID:66bfe28a-1342-42c3-818b-b86e0b48fd7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b205767-b0c7-434b-8261-4d2c4f1fdd86
,
68008b68-bf10-47a8-9cde-13a3fef5c301
}
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-10-14T04:03:14.937Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4b205767-b0c7-434b-8261-4d2c4f1fdd86 from URL: /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml
2022-10-14T04:03:14.938Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-14T04:03:14.938Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml
2022-10-14T04:03:14.981Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-14T04:03:14.982Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml 4b205767-b0c7-434b-8261-4d2c4f1fdd86 5033
2022-10-14T04:03:14.982Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-14T04:03:14.982Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml
2022-10-14T04:03:14.983Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:03:14.983Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:14.985Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:14.985Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720194982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:15.085Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:15.086Z||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-10-14T04:03:15.086Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:15.099Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:15.099Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:15.986Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 68008b68-bf10-47a8-9cde-13a3fef5c301 from URL: /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
2022-10-14T04:03:15.986Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-14T04:03:15.987Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
2022-10-14T04:03:16.034Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-14T04:03:16.034Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env 68008b68-bf10-47a8-9cde-13a3fef5c301 909
2022-10-14T04:03:16.035Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-14T04:03:16.035Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
2022-10-14T04:03:16.035Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:03:16.035Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:16.038Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:16.038Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720196035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:16.138Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:16.139Z||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-10-14T04:03:16.141Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:16.154Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:16.154Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:17.038Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 08b56fbb-4bfc-4cff-82bd-9bbe205fe313
2022-10-14T04:03:17.039Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JxYWRb 0 5639ab2b-ed36-4e9a-9e52-a91df49e0822 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-10-14T04:03:17.085Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b701f50, org.onap.sdc.toscaparser.api.parameters.Input@10c32b07, org.onap.sdc.toscaparser.api.parameters.Input@482885ff, org.onap.sdc.toscaparser.api.parameters.Input@58f37713, org.onap.sdc.toscaparser.api.parameters.Input@13b269c2]
2022-10-14T04:03:17.089Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.090Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.090Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-10-14T04:03:17.090Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ca985528-a1e4-44b4-96de-63c92b5a9393
2022-10-14T04:03:17.090Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca985528-a1e4-44b4-96de-63c92b5a9393 matches Tosca VF Customization UUID: ca985528-a1e4-44b4-96de-63c92b5a9393
2022-10-14T04:03:17.090Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ca985528-a1e4-44b4-96de-63c92b5a9393 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-10-14T04:03:17.098Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.098Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.099Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ca985528-a1e4-44b4-96de-63c92b5a9393: {\"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-10-14T04:03:17.100Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31ada8e7
2022-10-14T04:03:17.100Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.100Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:03:17.101Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3b5baaf-2ff8-4230-a6e0-dc9e903d9f17
2022-10-14T04:03:17.102Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3b5baaf-2ff8-4230-a6e0-dc9e903d9f17
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-10-14T04:03:17.108Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.108Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:17.108Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:17.109Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.109Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:17.109Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:17.109Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.109Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is not matching search criteria
2022-10-14T04:03:17.110Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-14T04:03:17.110Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-14T04:03:17.110Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2330ec12-a174-468e-95bb-2028d79060b6
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-10-14T04:03:17.117Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.117Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:17.117Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:17.118Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.118Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:17.118Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=ca985528-a1e4-44b4-96de-63c92b5a9393
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-10-14T04:03:17.119Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.119Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.120Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 08b56fbb-4bfc-4cff-82bd-9bbe205fe313: basic_onboard_JxYWRb
2022-10-14T04:03:17.120Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.120Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.120Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.121Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.121Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.121Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.121Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.121Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.122Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:03:17.122Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.122Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_JxYWRb
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-10-14T04:03:17.279Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JxYWRb 5639ab2b-ed36-4e9a-9e52-a91df49e0822 1 ASDC deployResourceStructure
2022-10-14T04:03:17.280Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json ASDC sendASDCNotification
2022-10-14T04:03:17.280Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json
2022-10-14T04:03:17.280Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:03:17.280Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:17.282Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:17.282Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720197280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:17.383Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:03:17.384Z||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-10-14T04:03:17.384Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:17.398Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:17.399Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:18.283Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-14T04:03:18.284Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml
2022-10-14T04:03:18.284Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:03:18.284Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:18.287Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:18.287Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720198283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:18.387Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:18.389Z||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-10-14T04:03:18.389Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:18.401Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:18.402Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:19.288Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-14T04:03:19.289Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
2022-10-14T04:03:19.289Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:03:19.290Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:19.292Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:19.292Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720199288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:19.393Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-14T04:03:19.394Z||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-10-14T04:03:19.394Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:19.415Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:19.415Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:20.293Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar ASDC sendASDCNotification
2022-10-14T04:03:20.294Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:20.294Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:03:20.294Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:20.296Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:20.296Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720200293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:20.397Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:20.398Z||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-10-14T04:03:20.398Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:20.415Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:20.415Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:21.298Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
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-10-14T04:03:21.337Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
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-10-14T04:03:21.340Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:03:21.340Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:03:21.341Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:03:51.341Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
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-10-14T04:03:51.352Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
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-10-14T04:03:51.355Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:03:51.355Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:03:51.355Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:03:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:03:52.586Z||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-10-14T04:03:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:53.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:03:53.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "clamp",
"timestamp": 1665720177951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "aai-ml",
"timestamp": 1665720179052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "cds",
"timestamp": 1665720179920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720173865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "policy-id",
"timestamp": 1665720180105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "clamp",
"timestamp": 1665720177951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720173865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "policy-id",
"timestamp": 1665720180105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "cds",
"timestamp": 1665720179920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "aai-ml",
"timestamp": 1665720179052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "policy-id",
"timestamp": 1665720180105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "cds",
"timestamp": 1665720179920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "aai-ml",
"timestamp": 1665720179052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "clamp",
"timestamp": 1665720177951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720173865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "clamp",
"timestamp": 1665720177951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "cds",
"timestamp": 1665720179920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720173865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "policy-id",
"timestamp": 1665720180105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "aai-ml",
"timestamp": 1665720179052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "clamp",
"timestamp": 1665720177951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "cds",
"timestamp": 1665720179920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "policy-id",
"timestamp": 1665720180105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "aai-ml",
"timestamp": 1665720179052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720173865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720186269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "clamp",
"timestamp": 1665720177951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720173865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "policy-id",
"timestamp": 1665720180105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "aai-ml",
"timestamp": 1665720179052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "cds",
"timestamp": 1665720179920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720186269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "clamp",
"timestamp": 1665720177951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "cds",
"timestamp": 1665720179920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720172580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "policy-id",
"timestamp": 1665720180105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720173865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "aai-ml",
"timestamp": 1665720179052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720186269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "cds",
"timestamp": 1665720189727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "policy-id",
"timestamp": 1665720189290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "aai-ml",
"timestamp": 1665720189755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720190083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720186269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "cds",
"timestamp": 1665720190752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-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-10-14T04:03:53.297Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.298Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:03:53.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "policy-id",
"timestamp": 1665720190302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:53.309Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720186269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "policy-id",
"timestamp": 1665720191306,
"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-10-14T04:03:53.316Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.316Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:03:53.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720186269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720186269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720193909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720194062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.328Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720194982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720195134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720196035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720195454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720196190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720195454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720197280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:53.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720197272,
"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-10-14T04:03:53.339Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:03:53.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720195454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720198283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:53.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720198281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:53.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720195454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720199288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720195454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720200293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:53.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720195454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "aai-ml",
"timestamp": 1665720201340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "clamp",
"timestamp": 1665720201057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720195454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "aai-ml",
"timestamp": 1665720202347,
"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-10-14T04:03:53.360Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.361Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:03:53.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720203264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "clamp",
"timestamp": 1665720203067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:53.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "clamp",
"timestamp": 1665720204072,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:03:53.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.377Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-14T04:03:53.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720207806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:03:53.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720208811,
"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-10-14T04:03:53.393Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.393Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:04:21.356Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
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-10-14T04:04:21.371Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
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-10-14T04:04:21.375Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:04:21.375Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-14T04:04:21.375Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-14T04:04:21.375Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-14T04:04:21.376Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:04:21.376Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:04:21.376Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:04:21.376Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:04:21.377Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:04:21.377Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:04:21.377Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:04:21.383Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-14T04:04:51.384Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:04:51.392Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 and serviceModelVersionId: 08b56fbb-4bfc-4cff-82bd-9bbe205fe313
2022-10-14T04:04:51.392Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04381286-386a-4985-8435-2a029b452ed4
2022-10-14T04:04:52.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:04:52.591Z||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-10-14T04:04:52.591Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:02.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:05:06.226Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?depth=0
2022-10-14T04:05:06.336Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-14T04:05:06.804Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-14T04:05:06.809Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?depth=0|INFO|500||Invoke
2022-10-14T04:05:06.927Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-14T04:05:07.227Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?depth=0|INFO|500||InvokeReturn
2022-10-14T04:05:07.227Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221014-04:05:06:843-96203], vertex-id=[192520], Content-Length=[0], Date=[Fri, 14 Oct 2022 04:05:06 GMT], Content-Type=[application/json]}
2022-10-14T04:05:07.228Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-10-14T04:05:07.232Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-14T04:05:07.233Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-14T04:05:07.236Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-14T04:05:07.237Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-14T04:05:07.238Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-14T04:05:07.239Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:05:07.240Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:05:07.241Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720307237,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:05:07.341Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:05:07.342Z||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-10-14T04:05:07.342Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:07.355Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:05:07.356Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-14T04:05:08.254Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:05:08.254Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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-10-14T04:05:08.254Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:18.561Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:05:18.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:05:18.562Z||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-10-14T04:05:18.562Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:28.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:05:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:05:52.581Z||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-10-14T04:05:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:05:52.586Z||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-10-14T04:05:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:53.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:05:53.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:05:53.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720307237,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:05:53.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:06:02.130Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:06:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:06:52.583Z||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-10-14T04:06:52.584Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:06:52.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:06:52.586Z||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-10-14T04:06:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:02.136Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:07:02.136Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:07:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:07:52.583Z||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-10-14T04:07:52.583Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:07:52.586Z||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-10-14T04:07:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:53.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:07:53.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:07:53.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"eba07ac5-3909-41a0-b80b-7f4a8e790d96","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","serviceDescription":"service","serviceInvariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d455def2-19eb-460e-b14d-f355f9fdfaa0","resourceInvariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","resourceCustomizationUUID":"361c2396-6649-48e9-8061-87f82b241f7b","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":"MjQxNTgzZWExYzMxNTRmOWI0N2NhNzRiNWRiZDVmYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d1a3a92-52df-41bf-9820-0635b42bbb02","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDIwZjU0ZDE5ZjM3ZmY2ZmQ3MGViMjU5ODM4MmJiOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cfea769-68e4-43cb-8013-9dbaced4d902","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-14T04:07:53.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "clamp",
"timestamp": 1665720447951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720446269,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "policy-id",
"timestamp": 1665720440106,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "aai-ml",
"timestamp": 1665720449052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "clamp",
"timestamp": 1665720447951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:07:53.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720446269,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:07:53.240Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:07:53.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.241Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:07:53.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "policy-id",
"timestamp": 1665720440106,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:07:53.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "cds",
"timestamp": 1665720449920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "aai-ml",
"timestamp": 1665720449052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:07:53.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "cds",
"timestamp": 1665720449920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:07:53.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "policy-id",
"timestamp": 1665720451086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:07:53.247Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "aai-ml",
"timestamp": 1665720451789,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:07:53.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "policy-id",
"timestamp": 1665720452090,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:07:53.250Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "cds",
"timestamp": 1665720452647,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:07:53.251Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "policy-id",
"timestamp": 1665720453096,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-10-14T04:07:53.254Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:07:53.254Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720472580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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-10-14T04:07:53.283Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eba07ac5-3909-41a0-b80b-7f4a8e790d96
2022-10-14T04:07:53.284Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eba07ac5-3909-41a0-b80b-7f4a8e790d96 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-10-14T04:07:53.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "cds",
"timestamp": 1665720453656,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:07:53.303Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eba07ac5-3909-41a0-b80b-7f4a8e790d96
2022-10-14T04:07:53.303Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eba07ac5-3909-41a0-b80b-7f4a8e790d96 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-10-14T04:07:53.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720453864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720453864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "aai-ml",
"timestamp": 1665720455805,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:07:53.319Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "aai-ml",
"timestamp": 1665720456810,
"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-10-14T04:07:53.325Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eba07ac5-3909-41a0-b80b-7f4a8e790d96
2022-10-14T04:07:53.326Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eba07ac5-3909-41a0-b80b-7f4a8e790d96 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-10-14T04:07:53.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "clamp",
"timestamp": 1665720457667,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:07:53.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "clamp",
"timestamp": 1665720459096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:07:53.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "clamp",
"timestamp": 1665720460099,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:07:53.344Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eba07ac5-3909-41a0-b80b-7f4a8e790d96
2022-10-14T04:07:53.344Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eba07ac5-3909-41a0-b80b-7f4a8e790d96 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-14T04:07:53.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.354Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:07:53.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720465454,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.355Z||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-10-14T04:07:53.355Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:53.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720465454,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:07:53.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-14T04:07:53.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720468235,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:07:53.357Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720469994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:07:53.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720470998,
"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-10-14T04:07:53.368Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eba07ac5-3909-41a0-b80b-7f4a8e790d96
2022-10-14T04:07:53.368Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eba07ac5-3909-41a0-b80b-7f4a8e790d96 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=?
2022-10-14T04:07:53.372Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-14T04:07:53.373Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:07:54.255Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:07:54.256Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:07:54.258Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:07:54.259Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720472580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:07:54.359Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:07:54.360Z||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-10-14T04:07:54.360Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:54.374Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:07:54.374Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:07:55.260Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b8e228ee-d033-4e6e-9b26-48de0b91cf47",
"serviceDescription": "service",
"serviceInvariantUUID": "013cc00b-00e9-4b49-aa86-4608a29efe30",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "361c2396-6649-48e9-8061-87f82b241f7b",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d455def2-19eb-460e-b14d-f355f9fdfaa0",
"resourceInvariantUUID": "2e8f08df-b3e6-439d-b8a5-5be95ea39dfc",
"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": "MDIwZjU0ZDE5ZjM3ZmY2ZmQ3MGViMjU5ODM4MmJiOTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6cfea769-68e4-43cb-8013-9dbaced4d902"
}
],
"workloadContext": "Production"
}
2022-10-14T04:07:55.260Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-14T04:07:55.260Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b8e228ee-d033-4e6e-9b26-48de0b91cf47 ASDC
2022-10-14T04:07:55.261Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:eba07ac5-3909-41a0-b80b-7f4a8e790d96
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b8e228ee-d033-4e6e-9b26-48de0b91cf47
ServiceInvariantUUID:013cc00b-00e9-4b49-aa86-4608a29efe30
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:6cfea769-68e4-43cb-8013-9dbaced4d902
ArtifactChecksum:MDIwZjU0ZDE5ZjM3ZmY2ZmQ3MGViMjU5ODM4MmJiOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:361c2396-6649-48e9-8061-87f82b241f7b
ResourceInvariantUUID:2e8f08df-b3e6-439d-b8a5-5be95ea39dfc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d455def2-19eb-460e-b14d-f355f9fdfaa0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-14T04:07:55.262Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8e228ee-d033-4e6e-9b26-48de0b91cf47 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-10-14T04:07:55.290Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:07:55.292Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:07:55.292Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:07:55.292Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6cfea769-68e4-43cb-8013-9dbaced4d902 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-14T04:07:55.293Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:07:55.293Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-14T04:07:55.372Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:07:55.376Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6cfea769-68e4-43cb-8013-9dbaced4d902 52507
2022-10-14T04:07:55.376Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-14T04:07:55.376Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-14T04:07:55.376Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:07:55.377Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:07:55.378Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:07:55.379Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720475376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:07:55.479Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:07:55.480Z||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-10-14T04:07:55.480Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:55.517Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:07:55.518Z||pool-21-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:07:56.379Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:07:56.380Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:07:56.381Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6cfea769-68e4-43cb-8013-9dbaced4d902, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-14T04:07:56.381Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-14T04:07:56.382Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-14T04:07:56.382Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-14T04:07:56.566Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2549606779622391887/Definitions/service-BasicNetwork-template.yml
2022-10-14T04:07:57.294Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-14T04:07:57.295Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:07:57.295Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-14T04:07:57.296Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-14T04:07:57.296Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.296Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.296Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.296Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.297Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-14T04:07:57.297Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.297Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.297Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.297Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:07:57.298Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.298Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.298Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-14T04:07:57.299Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:07:57.299Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:07:57.299Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.300Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.300Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-14T04:07:57.300Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:07:57.300Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:07:57.301Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.301Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.301Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.301Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.302Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.302Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.302Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.302Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.303Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.303Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.303Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b8e228ee-d033-4e6e-9b26-48de0b91cf47
Model Version:NULL
Model InvariantUuid:013cc00b-00e9-4b49-aa86-4608a29efe30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2e8f08df-b3e6-439d-b8a5-5be95ea39dfc
Model UUID:b6f094f2-f1aa-4a83-a702-900cb2bc62c9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:361c2396-6649-48e9-8061-87f82b241f7b
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-10-14T04:07:57.307Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: d455def2-19eb-460e-b14d-f355f9fdfaa0
2022-10-14T04:07:57.307Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||No resources found for Service: b8e228ee-d033-4e6e-9b26-48de0b91cf47
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-10-14T04:07:57.314Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||
2022-10-14T04:07:57.314Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-14T04:07:57.315Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||No resources found for Service: b8e228ee-d033-4e6e-9b26-48de0b91cf47
2022-10-14T04:07:57.316Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b8e228ee-d033-4e6e-9b26-48de0b91cf47
2022-10-14T04:07:57.316Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-14T04:07:57.316Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.319Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b4bfff1, org.onap.sdc.toscaparser.api.parameters.Input@2d8aa243, org.onap.sdc.toscaparser.api.parameters.Input@59653cf4, org.onap.sdc.toscaparser.api.parameters.Input@43c1ec93, org.onap.sdc.toscaparser.api.parameters.Input@7b1276d]
2022-10-14T04:07:57.321Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.321Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.322Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.322Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.323Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b8e228ee-d033-4e6e-9b26-48de0b91cf47: Generic NeutronNet
2022-10-14T04:07:57.323Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.323Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.324Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.324Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.353Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.354Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.354Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.354Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.354Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:07:57.355Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.355Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.398Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-14T04:07:57.399Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-14T04:07:57.399Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-14T04:07:57.399Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:07:57.400Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:07:57.401Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:07:57.401Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720477399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:07:57.502Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:07:57.504Z||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-10-14T04:07:57.504Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:57.519Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:07:57.519Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:07:58.403Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eba07ac5-3909-41a0-b80b-7f4a8e790d96
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-10-14T04:07:58.415Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eba07ac5-3909-41a0-b80b-7f4a8e790d96
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-10-14T04:07:58.419Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:07:58.419Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-14T04:07:58.419Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-14T04:07:58.420Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-14T04:07:58.420Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:07:58.420Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:07:58.420Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:07:58.421Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:07:58.421Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:07:58.421Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:07:58.421Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:07:58.427Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-14T04:08:28.428Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eba07ac5-3909-41a0-b80b-7f4a8e790d96 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-10-14T04:08:28.434Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eba07ac5-3909-41a0-b80b-7f4a8e790d96 and serviceModelVersionId: b8e228ee-d033-4e6e-9b26-48de0b91cf47
2022-10-14T04:08:28.434Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 013cc00b-00e9-4b49-aa86-4608a29efe30
2022-10-14T04:08:28.436Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0
2022-10-14T04:08:28.441Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-10-14T04:08:28.497Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0|INFO|500||Invoke
2022-10-14T04:08:28.498Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eba07ac5-3909-41a0-b80b-7f4a8e790d96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b07820b-8453-48da-8417-9ab0824f0ec8], X-ECOMP-RequestID=[eba07ac5-3909-41a0-b80b-7f4a8e790d96], X-TransactionId=[], X-ONAP-RequestID=[eba07ac5-3909-41a0-b80b-7f4a8e790d96], Content-Type=[application/merge-patch+json]}
2022-10-14T04:08:28.533Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-14T04:08:28.629Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?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/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221014-04:08:28:432-12917], vertex-id=[167984], Content-Length=[0], Date=[Fri, 14 Oct 2022 04:08:28 GMT], Content-Type=[application/json]}
2022-10-14T04:08:28.630Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-14T04:08:28.630Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0|INFO|500||InvokeReturn
2022-10-14T04:08:28.632Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-14T04:08:28.632Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-14T04:08:28.639Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-14T04:08:28.640Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eba07ac5-3909-41a0-b80b-7f4a8e790d96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-14T04:08:28.641Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-14T04:08:28.642Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:28.646Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:28.646Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720508641,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:08:28.746Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:08:28.747Z||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-10-14T04:08:28.747Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:28.766Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:08:28.767Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-14T04:08:52.579Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:08:52.580Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|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-10-14T04:08:52.581Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:08:52.585Z||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-10-14T04:08:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:52.711Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:08:52.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:08:52.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720472580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:08:52.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:08:53.204Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:08:53.206Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-14T04:08:53.206Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a130e6f-b1b7-4519-9176-4e3356b8a518","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b6e9cc31-87da-4ad6-8261-fce8f7f33b96","serviceDescription":"service","serviceInvariantUUID":"40ace09d-e591-4a65-b5b1-cead863b329c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e249e9c-4e9e-4152-b124-eb5872665b30","resourceInvariantUUID":"cc049798-74fa-4eda-8d43-ea94fb2e1600","resourceCustomizationUUID":"11ef6565-d364-4aad-92c3-13a2c644fd0d","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":"MjQ5MDI0OTdiMTVkNzc3MTJjNDg1ZjRjNjkwMTY2NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ee9a9be-814f-446e-8205-f18a4e6a2ed1","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":"80150ed8-a1bc-4c34-a472-76805cfd3800","artifactVersion":"2","generatedFromUUID":"c83f1ae1-99b3-4246-948b-b53abd418b04"},{"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":"c83f1ae1-99b3-4246-948b-b53abd418b04","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":"NzQ3ZTJlYmI2YTU2ZjNiNDk4NmJiZTQ4ODAwMjljYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f13fe2cd-46b8-4413-be1c-e3d413a14a60","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":"c31a34a1-60d2-454b-bbd2-48a1b17eb664","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":"df7dea28-78f8-4f7c-adb2-704aedb1bac3","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":"6cd8fab7-2d9e-435c-957b-f7518e50796b","artifactVersion":"2","generatedFromUUID":"c31a34a1-60d2-454b-bbd2-48a1b17eb664"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjI0MTNiYmIzMzJlZWQxNDgxZjJkZmIwZTg4NmQyMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7340a2bb-8eef-4074-b172-9178f21e2b33","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWNjOTllM2UxMTUxMjM1NGRiYTlkNDQyOTQ0YTIzNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cf33a55-fd70-4b3e-a399-49d003958ecc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-14T04:08:53.210Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:53.210Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:53.212Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:53.212Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:08:53.312Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:53.314Z||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-10-14T04:08:53.314Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:53.332Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:08:53.333Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:08:54.213Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:54.214Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:54.216Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:54.216Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-14T04:08:54.316Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:54.317Z||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-10-14T04:08:54.317Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:54.331Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:08:54.331Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:08:55.217Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:55.218Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:55.220Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:55.220Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-14T04:08:55.320Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:55.322Z||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-10-14T04:08:55.322Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:55.341Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:08:55.343Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:08:56.220Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:56.221Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:56.223Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:56.223Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:08:56.323Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:56.325Z||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-10-14T04:08:56.325Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:56.341Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:08:56.341Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:08:57.224Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:57.225Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:57.227Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:57.227Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:08:57.327Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:57.328Z||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-10-14T04:08:57.328Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:57.342Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:08:57.343Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:08:58.227Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:58.228Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:58.231Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:58.231Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:08:58.331Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:08:58.332Z||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-10-14T04:08:58.333Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:58.346Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:08:58.347Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:08:59.232Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:59.233Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:59.235Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:59.235Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-14T04:08:59.335Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:59.336Z||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-10-14T04:08:59.336Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:59.352Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:08:59.352Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:00.236Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:09:00.236Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:00.238Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:00.238Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:00.339Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:09:00.339Z||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-10-14T04:09:00.339Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:00.351Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:00.351Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:01.239Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:09:01.240Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:01.242Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:01.242Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:09:01.342Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:01.343Z||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-10-14T04:09:01.343Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:01.357Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:01.357Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:02.245Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "b6e9cc31-87da-4ad6-8261-fce8f7f33b96",
"serviceDescription": "service",
"serviceInvariantUUID": "40ace09d-e591-4a65-b5b1-cead863b329c",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "11ef6565-d364-4aad-92c3-13a2c644fd0d",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2e249e9c-4e9e-4152-b124-eb5872665b30",
"resourceInvariantUUID": "cc049798-74fa-4eda-8d43-ea94fb2e1600",
"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": "80150ed8-a1bc-4c34-a472-76805cfd3800",
"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": "c83f1ae1-99b3-4246-948b-b53abd418b04",
"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": "NzQ3ZTJlYmI2YTU2ZjNiNDk4NmJiZTQ4ODAwMjljYmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f13fe2cd-46b8-4413-be1c-e3d413a14a60",
"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": "c31a34a1-60d2-454b-bbd2-48a1b17eb664",
"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": "6cd8fab7-2d9e-435c-957b-f7518e50796b",
"generatedFromUUID": "c31a34a1-60d2-454b-bbd2-48a1b17eb664"
},
"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": "6cd8fab7-2d9e-435c-957b-f7518e50796b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZWNjOTllM2UxMTUxMjM1NGRiYTlkNDQyOTQ0YTIzNDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4cf33a55-fd70-4b3e-a399-49d003958ecc"
}
],
"workloadContext": "Production"
}
2022-10-14T04:09:02.245Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-14T04:09:02.245Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b6e9cc31-87da-4ad6-8261-fce8f7f33b96 ASDC
2022-10-14T04:09:02.246Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7a130e6f-b1b7-4519-9176-4e3356b8a518
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b6e9cc31-87da-4ad6-8261-fce8f7f33b96
ServiceInvariantUUID:40ace09d-e591-4a65-b5b1-cead863b329c
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:4cf33a55-fd70-4b3e-a399-49d003958ecc
ArtifactChecksum:ZWNjOTllM2UxMTUxMjM1NGRiYTlkNDQyOTQ0YTIzNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:11ef6565-d364-4aad-92c3-13a2c644fd0d
ResourceInvariantUUID:cc049798-74fa-4eda-8d43-ea94fb2e1600
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2e249e9c-4e9e-4152-b124-eb5872665b30
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:80150ed8-a1bc-4c34-a472-76805cfd3800
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:c83f1ae1-99b3-4246-948b-b53abd418b04
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:f13fe2cd-46b8-4413-be1c-e3d413a14a60
ArtifactChecksum:NzQ3ZTJlYmI2YTU2ZjNiNDk4NmJiZTQ4ODAwMjljYmQ=
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:c31a34a1-60d2-454b-bbd2-48a1b17eb664
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:6cd8fab7-2d9e-435c-957b-f7518e50796b
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:6cd8fab7-2d9e-435c-957b-f7518e50796b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-14T04:09:02.246Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6e9cc31-87da-4ad6-8261-fce8f7f33b96 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-10-14T04:09:02.276Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:09:02.276Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:09:02.277Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:09:02.277Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4cf33a55-fd70-4b3e-a399-49d003958ecc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-14T04:09:02.277Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:02.277Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-14T04:09:02.393Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:02.397Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4cf33a55-fd70-4b3e-a399-49d003958ecc 68952
2022-10-14T04:09:02.399Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-14T04:09:02.399Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-14T04:09:02.399Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:02.399Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:02.402Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:02.402Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720542399,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:02.502Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:02.503Z||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-10-14T04:09:02.503Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:02.520Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:02.521Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:03.402Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:09:03.403Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:09:03.404Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4cf33a55-fd70-4b3e-a399-49d003958ecc, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-14T04:09:03.404Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-14T04:09:03.404Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-14T04:09:03.404Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-14T04:09:03.511Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6488939972874847207/Definitions/service-BasicCnf-template.yml
2022-10-14T04:09:04.636Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-14T04:09:04.637Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:09:04.637Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-14T04:09:04.637Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-14T04:09:04.637Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:04.637Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:04.638Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-14T04:09:04.638Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:04.638Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:09:04.638Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.638Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.639Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:04.639Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:09:04.639Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:09:04.640Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.640Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.640Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:04.640Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:09:04.640Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:09:04.641Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.641Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.641Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.641Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-14T04:09:04.641Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-14T04:09:04.642Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-14T04:09:04.642Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-14T04:09:04.642Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.642Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:09:04.642Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=36385a65-aa62-4598-87a0-344e556846ad
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.646Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:04.646Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.646Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b6e9cc31-87da-4ad6-8261-fce8f7f33b96
Model Version:NULL
Model InvariantUuid:40ace09d-e591-4a65-b5b1-cead863b329c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:c0246fba-e58e-495e-9743-2832d7336539
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cc049798-74fa-4eda-8d43-ea94fb2e1600
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:11ef6565-d364-4aad-92c3-13a2c644fd0d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9d78b239-c4cd-4502-a3fd-d258518bca01
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4cc38dfc-44e9-4d07-b23c-38e22de3190c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:36385a65-aa62-4598-87a0-344e556846ad
ModelInvariantUuid:6aff43bf-7147-43ec-a735-14814f806dec
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:33bfd603-0015-4d25-b7cb-f7e89fa0cc12
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:31f2af1c-ce88-4d9a-aacd-d1a4cfd8d706
ModelInvariantUuid:65d55e5d-2a30-4d6f-bb53-9bdb6e10fe0c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:7c7b71d8-5688-4bd5-b8d2-9bfe361a0fc2
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-10-14T04:09:04.649Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e249e9c-4e9e-4152-b124-eb5872665b30
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-10-14T04:09:04.651Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-10-14T04:09:04.651Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e249e9c-4e9e-4152-b124-eb5872665b30
2022-10-14T04:09:04.651Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 80150ed8-a1bc-4c34-a472-76805cfd3800 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-14T04:09:04.651Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:04.652Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:04.702Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:04.703Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 80150ed8-a1bc-4c34-a472-76805cfd3800 12
2022-10-14T04:09:04.703Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:04.703Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:04.703Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:04.704Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:04.706Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:04.706Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720544703,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:04.806Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:04.807Z||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-10-14T04:09:04.807Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:04.822Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:04.822Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:05.707Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c83f1ae1-99b3-4246-948b-b53abd418b04 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-14T04:09:05.707Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:05.708Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:05.770Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:05.771Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c83f1ae1-99b3-4246-948b-b53abd418b04 2688
2022-10-14T04:09:05.771Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:05.771Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:05.771Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:05.772Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:05.774Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:05.774Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720545771,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:05.874Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:05.875Z||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-10-14T04:09:05.875Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:05.889Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:05.889Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:06.775Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f13fe2cd-46b8-4413-be1c-e3d413a14a60 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-14T04:09:06.776Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:06.776Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:06.833Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:06.834Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f13fe2cd-46b8-4413-be1c-e3d413a14a60 828
2022-10-14T04:09:06.835Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:06.835Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:06.835Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:06.836Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:06.838Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:06.838Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720546835,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:06.938Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:06.939Z||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-10-14T04:09:06.939Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:06.953Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:06.953Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:07.839Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "9d78b239-c4cd-4502-a3fd-d258518bca01",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4cc38dfc-44e9-4d07-b23c-38e22de3190c",
"vfModuleModelCustomizationUUID": "891866a1-29c1-40f1-90ce-15918189ff18",
"isBase": true,
"artifacts": [
"c83f1ae1-99b3-4246-948b-b53abd418b04",
"c31a34a1-60d2-454b-bbd2-48a1b17eb664",
"6cd8fab7-2d9e-435c-957b-f7518e50796b"
],
"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-10-14T04:09:07.845Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cc38dfc-44e9-4d07-b23c-38e22de3190c
VfModuleModelInvariantUUID:9d78b239-c4cd-4502-a3fd-d258518bca01
VfModuleModelDescription:NULL
Artifacts UUID List:{
c83f1ae1-99b3-4246-948b-b53abd418b04
,
c31a34a1-60d2-454b-bbd2-48a1b17eb664
,
6cd8fab7-2d9e-435c-957b-f7518e50796b
}
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-10-14T04:09:07.847Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "9d78b239-c4cd-4502-a3fd-d258518bca01",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4cc38dfc-44e9-4d07-b23c-38e22de3190c",
"vfModuleModelCustomizationUUID": "891866a1-29c1-40f1-90ce-15918189ff18",
"isBase": true,
"artifacts": [
"c83f1ae1-99b3-4246-948b-b53abd418b04",
"c31a34a1-60d2-454b-bbd2-48a1b17eb664",
"6cd8fab7-2d9e-435c-957b-f7518e50796b"
],
"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-10-14T04:09:07.847Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cc38dfc-44e9-4d07-b23c-38e22de3190c
VfModuleModelInvariantUUID:9d78b239-c4cd-4502-a3fd-d258518bca01
VfModuleModelDescription:NULL
Artifacts UUID List:{
c83f1ae1-99b3-4246-948b-b53abd418b04
,
c31a34a1-60d2-454b-bbd2-48a1b17eb664
,
6cd8fab7-2d9e-435c-957b-f7518e50796b
}
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-10-14T04:09:07.848Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c31a34a1-60d2-454b-bbd2-48a1b17eb664 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-14T04:09:07.848Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:07.848Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:07.918Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:07.918Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c31a34a1-60d2-454b-bbd2-48a1b17eb664 1164
2022-10-14T04:09:07.919Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:07.919Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:07.919Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:07.919Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:07.922Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:07.922Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720547919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:08.022Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:08.023Z||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-10-14T04:09:08.023Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:08.040Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:08.041Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:08.923Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6cd8fab7-2d9e-435c-957b-f7518e50796b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-14T04:09:08.923Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:08.923Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:08.993Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:08.994Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6cd8fab7-2d9e-435c-957b-f7518e50796b 200
2022-10-14T04:09:08.994Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:08.994Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:08.994Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:08.994Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:08.996Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:08.996Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720548994,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:09.096Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:09.097Z||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-10-14T04:09:09.097Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:09.112Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:09.113Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:09.997Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b6e9cc31-87da-4ad6-8261-fce8f7f33b96
2022-10-14T04:09:09.997Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2e249e9c-4e9e-4152-b124-eb5872665b30 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-10-14T04:09:10.011Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-10-14T04:09:10.018Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e489ffb, org.onap.sdc.toscaparser.api.parameters.Input@57e02bc3, org.onap.sdc.toscaparser.api.parameters.Input@2925bbbe, org.onap.sdc.toscaparser.api.parameters.Input@26fe507b, org.onap.sdc.toscaparser.api.parameters.Input@5c33b418]
2022-10-14T04:09:10.021Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.021Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.021Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-10-14T04:09:10.021Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 11ef6565-d364-4aad-92c3-13a2c644fd0d
2022-10-14T04:09:10.022Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11ef6565-d364-4aad-92c3-13a2c644fd0d matches Tosca VF Customization UUID: 11ef6565-d364-4aad-92c3-13a2c644fd0d
2022-10-14T04:09:10.022Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 11ef6565-d364-4aad-92c3-13a2c644fd0d 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-10-14T04:09:10.024Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.025Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.026Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 11ef6565-d364-4aad-92c3-13a2c644fd0d: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-10-14T04:09:10.026Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a8e74e7
2022-10-14T04:09:10.026Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.026Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:09:10.027Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 891866a1-29c1-40f1-90ce-15918189ff18
2022-10-14T04:09:10.027Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 891866a1-29c1-40f1-90ce-15918189ff18
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-10-14T04:09:10.038Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.038Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:10.038Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:10.038Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=36385a65-aa62-4598-87a0-344e556846ad
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-10-14T04:09:10.041Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.041Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:10.042Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:10.042Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.042Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:10.042Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=11ef6565-d364-4aad-92c3-13a2c644fd0d
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-10-14T04:09:10.043Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.043Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.043Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b6e9cc31-87da-4ad6-8261-fce8f7f33b96: basic_cnf
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.045Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.045Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.045Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:09:10.045Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.046Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf
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: 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 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-10-14T04:09:10.100Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2e249e9c-4e9e-4152-b124-eb5872665b30 1 ASDC deployResourceStructure
2022-10-14T04:09:10.102Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-14T04:09:10.102Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-10-14T04:09:10.102Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-14T04:09:10.102Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:10.104Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:10.104Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720550101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-14T04:09:10.204Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:10.205Z||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-10-14T04:09:10.205Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:10.219Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:10.220Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:11.105Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-14T04:09:11.106Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-14T04:09:11.106Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-14T04:09:11.106Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:11.109Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:11.109Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720551105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-14T04:09:11.208Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:09:11.210Z||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-10-14T04:09:11.210Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:11.222Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:11.223Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:12.110Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-14T04:09:12.118Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-14T04:09:12.118Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:09:12.118Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:12.121Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:12.121Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720552110,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-14T04:09:12.221Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:12.222Z||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-10-14T04:09:12.222Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:12.235Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:12.236Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:13.123Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-14T04:09:13.124Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-14T04:09:13.124Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:09:13.124Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:13.126Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:13.127Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720553123,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-10-14T04:09:13.227Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:13.228Z||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-10-14T04:09:13.228Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:13.242Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:13.242Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:14.128Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-14T04:09:14.128Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-14T04:09:14.128Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:09:14.129Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:14.130Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:14.130Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720554128,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-10-14T04:09:14.231Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:14.232Z||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-10-14T04:09:14.232Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:14.244Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:14.245Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:15.132Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-14T04:09:15.132Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-14T04:09:15.132Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:09:15.132Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:15.134Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:15.134Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720555131,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:09:15.234Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:15.235Z||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-10-14T04:09:15.235Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:15.250Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:15.250Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:16.135Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:09:16.147Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:09:16.149Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:09:16.149Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:09:16.150Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:09:46.150Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:09:46.158Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:09:46.161Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:09:46.161Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:09:46.161Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:09:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:09:52.586Z||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-10-14T04:09:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:52.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:09:52.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720472580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720475376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720477399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720508641,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720509052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720513864,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720506269,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720507951,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "cds",
"timestamp": 1665720509920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720506269,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720509052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720513864,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720507951,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "cds",
"timestamp": 1665720509920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720509052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720506269,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720513864,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720507951,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "cds",
"timestamp": 1665720509920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720509052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720506269,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720513864,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720507951,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "cds",
"timestamp": 1665720509920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720509052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720506269,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720513864,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720507951,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "cds",
"timestamp": 1665720509920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720520105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720506269,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720509052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720513864,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720507951,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "cds",
"timestamp": 1665720509920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720520105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720509052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720506269,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720513864,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "cds",
"timestamp": 1665720509920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720507951,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720520105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720509052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720506269,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720513864,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720507951,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "cds",
"timestamp": 1665720509920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720520105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720509052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720506269,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720513864,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720507951,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "cds",
"timestamp": 1665720509920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720520105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720525281,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720525760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "cds",
"timestamp": 1665720525779,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720525453,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720520105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "cds",
"timestamp": 1665720526785,
"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=?
2022-10-14T04:09:52.662Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:09:52.662Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:09:52.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720526375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720525453,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720520105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720527565,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720520105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720525453,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "cds",
"timestamp": 1665720527788,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720528633,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720520105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720525453,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "cds",
"timestamp": 1665720527788,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720529767,
"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-10-14T04:09:52.685Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:09:52.685Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:09:52.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720525453,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720529853,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "cds",
"timestamp": 1665720527788,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720530773,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-14T04:09:52.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720530861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720525453,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "cds",
"timestamp": 1665720527788,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "policy-id",
"timestamp": 1665720531866,
"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-10-14T04:09:52.707Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:09:52.707Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:09:52.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720525453,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "cds",
"timestamp": 1665720527788,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:09:52.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720532610,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:09:52.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:10:16.162Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:10:16.172Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:10:16.174Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:10:16.175Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:10:16.175Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:10:46.176Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:10:46.186Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:10:46.190Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:10:46.190Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:10:46.190Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:10:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:10:52.587Z||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-10-14T04:10:52.588Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:10:52.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:10:52.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:10:52.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720531778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:10:52.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:16.191Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:11:16.202Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:11:16.204Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:11:16.204Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:11:16.205Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:11:46.210Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:11:46.280Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:11:46.283Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:11:46.287Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:11:46.288Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:11:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:11:52.587Z||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-10-14T04:11:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:11:53.119Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:11:53.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720525453,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "cds",
"timestamp": 1665720527788,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "aai-ml",
"timestamp": 1665720533614,
"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-10-14T04:11:53.129Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:11:53.129Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:11:53.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720531778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720533870,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720525453,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "cds",
"timestamp": 1665720527788,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720531778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720533870,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720535370,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "cds",
"timestamp": 1665720535596,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720531778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720533870,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "cds",
"timestamp": 1665720536602,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-14T04:11:53.157Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.157Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:11:53.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720531778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720533870,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720537099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720537782,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720531778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720533870,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720538787,
"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-10-14T04:11:53.173Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:11:53.174Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:11:53.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720531778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720533870,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720539108,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "aai-ml",
"timestamp": 1665720539052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720539562,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "ves-openapi-manager",
"timestamp": 1665720533870,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "clamp",
"timestamp": 1665720540111,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:11:53.189Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:11:53.189Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-14T04:11:53.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "aai-ml",
"timestamp": 1665720539052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720540625,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "policy-id",
"timestamp": 1665720540105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "aai-ml",
"timestamp": 1665720539052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720541681,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "clamp",
"timestamp": 1665720541115,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "policy-id",
"timestamp": 1665720540105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720542399,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "aai-ml",
"timestamp": 1665720539052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720542702,
"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-10-14T04:11:53.205Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.205Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:11:53.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "clamp",
"timestamp": 1665720541115,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "policy-id",
"timestamp": 1665720540105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "aai-ml",
"timestamp": 1665720539052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665720543705,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "clamp",
"timestamp": 1665720541115,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "policy-id",
"timestamp": 1665720540105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "aai-ml",
"timestamp": 1665720539052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720544703,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "clamp",
"timestamp": 1665720541115,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "policy-id",
"timestamp": 1665720540105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "aai-ml",
"timestamp": 1665720539052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720545771,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "clamp",
"timestamp": 1665720541115,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "policy-id",
"timestamp": 1665720540105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "aai-ml",
"timestamp": 1665720546779,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720546835,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "clamp",
"timestamp": 1665720541115,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "policy-id",
"timestamp": 1665720540105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720547919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "clamp",
"timestamp": 1665720541115,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "policy-id",
"timestamp": 1665720547835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720548994,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "policy-id",
"timestamp": 1665720548840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:11:53.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720550101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-14T04:11:53.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "policy-id",
"timestamp": 1665720549845,
"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-10-14T04:11:53.231Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.231Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:11:53.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720551105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-14T04:11:53.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720552110,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "clamp",
"timestamp": 1665720552101,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720553123,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "aai-ml",
"timestamp": 1665720553276,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720554128,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "aai-ml",
"timestamp": 1665720554280,
"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-10-14T04:11:53.244Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.244Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:11:53.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "clamp",
"timestamp": 1665720554111,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:11:53.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720555131,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:11:53.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "clamp",
"timestamp": 1665720555116,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:11:53.257Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.257Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-14T04:11:53.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720555453,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720555453,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720555453,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720555453,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720555453,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720555453,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720555453,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720563205,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720565509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-14T04:11:53.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665720566512,
"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-10-14T04:11:53.271Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:12:16.288Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:12:16.304Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:12:16.315Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:12:16.315Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-14T04:12:16.315Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-14T04:12:16.315Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-14T04:12:16.317Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:12:16.322Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-14T04:12:46.323Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:12:46.328Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518 and serviceModelVersionId: b6e9cc31-87da-4ad6-8261-fce8f7f33b96
2022-10-14T04:12:46.328Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40ace09d-e591-4a65-b5b1-cead863b329c
2022-10-14T04:12:46.329Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0
2022-10-14T04:12:46.335Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-10-14T04:12:46.384Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0|INFO|500||Invoke
2022-10-14T04:12:46.385Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a130e6f-b1b7-4519-9176-4e3356b8a518], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8dddf00-3bf0-4966-bba0-6dea8fa4e44b], X-ECOMP-RequestID=[7a130e6f-b1b7-4519-9176-4e3356b8a518], X-TransactionId=[], X-ONAP-RequestID=[7a130e6f-b1b7-4519-9176-4e3356b8a518], Content-Type=[application/merge-patch+json]}
2022-10-14T04:12:46.409Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-14T04:12:46.506Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?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/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221014-04:12:46:315-3808], vertex-id=[200832], Content-Length=[0], Date=[Fri, 14 Oct 2022 04:12:46 GMT], Content-Type=[application/json]}
2022-10-14T04:12:46.507Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-14T04:12:46.508Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0|INFO|500||InvokeReturn
2022-10-14T04:12:46.508Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-14T04:12:46.508Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-14T04:12:46.514Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-14T04:12:46.515Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a130e6f-b1b7-4519-9176-4e3356b8a518 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-14T04:12:46.515Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-14T04:12:46.516Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:46.519Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:46.519Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720766515,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:12:46.620Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-14T04:12:46.621Z||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-10-14T04:12:46.621Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:46.640Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:46.640Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 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-10-14T04:12:47.530Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-14T04:12:47.531Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb53b0e0-1397-41ba-aff1-204fe588f972","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"551d0fd7-24ae-470f-a0d3-dbddfa6b9754","serviceDescription":"service","serviceInvariantUUID":"998a0f5d-4308-45e7-8117-669a66040831","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"36d224e0-e2ad-48bd-b8bb-44d82a2a638b","resourceInvariantUUID":"2bb55995-75be-40b8-b302-9fcc86bea9d9","resourceCustomizationUUID":"5eac574d-189c-428b-a21b-3f91f497228d","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":"MmVmZjM1ZTljYTk4MGQ4MTU3MzMxYmUwZDRiMTIxZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"545ce31e-b230-4709-9bf6-9c3a67dfdc69","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":"OWJmNTQwNzRkM2Q1YjVkMzIwZWEyNDM0MmIzYmQ2NDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e88edc22-543d-49c5-8d86-307642189a51","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":"a8e11949-0662-4c65-9863-03947852a28a","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":"ef987a11-278b-43ba-ab86-94def0a16367","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":"d00f9db9-2374-4f85-9470-da08008f340e","artifactVersion":"2","generatedFromUUID":"a8e11949-0662-4c65-9863-03947852a28a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmVjYjQ3MDZmMjU1NWFhYjUzNmZhNDc1MWY5NjNjNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ec9c3fd-1e46-480a-8984-18fc7cfbc76f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2Q2YzZjN2Y1YmQzMDI2YjcxZTU1MWQ1MDY3MWEyYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ba83f16-ae34-486d-acde-e570af3d3fe0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-14T04:12:47.531Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:47.532Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:47.533Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:47.534Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:12:47.634Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:47.635Z||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-10-14T04:12:47.635Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:47.649Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:47.649Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:48.534Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:48.535Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:48.537Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:48.537Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:12:48.638Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:48.639Z||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-10-14T04:12:48.639Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:48.652Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:48.653Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:49.538Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:49.539Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:49.541Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:49.541Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:12:49.641Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:49.642Z||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-10-14T04:12:49.643Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:49.655Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:49.656Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:50.542Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:50.543Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:50.545Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:50.545Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:12:50.645Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:50.646Z||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-10-14T04:12:50.646Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:50.662Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:50.662Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:51.545Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:51.546Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:51.548Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:51.548Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-14T04:12:51.648Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:51.649Z||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-10-14T04:12:51.649Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:51.664Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:51.664Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:52.548Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:52.550Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:52.552Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:52.553Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:12:52.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:12:52.586Z||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-10-14T04:12:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:52.653Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:52.654Z||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-10-14T04:12:52.654Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:52.670Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:52.671Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:52.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:52.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720766515,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-14T04:12:52.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-14T04:12:52.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-14T04:12:52.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-14T04:12:53.553Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:53.554Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:53.556Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:53.556Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720532579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-14T04:12:53.657Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:53.658Z||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-10-14T04:12:53.658Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:53.671Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:53.672Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:54.557Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "551d0fd7-24ae-470f-a0d3-dbddfa6b9754",
"serviceDescription": "service",
"serviceInvariantUUID": "998a0f5d-4308-45e7-8117-669a66040831",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5eac574d-189c-428b-a21b-3f91f497228d",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "36d224e0-e2ad-48bd-b8bb-44d82a2a638b",
"resourceInvariantUUID": "2bb55995-75be-40b8-b302-9fcc86bea9d9",
"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": "OWJmNTQwNzRkM2Q1YjVkMzIwZWEyNDM0MmIzYmQ2NDk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e88edc22-543d-49c5-8d86-307642189a51",
"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": "a8e11949-0662-4c65-9863-03947852a28a",
"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": "d00f9db9-2374-4f85-9470-da08008f340e",
"generatedFromUUID": "a8e11949-0662-4c65-9863-03947852a28a"
},
"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": "d00f9db9-2374-4f85-9470-da08008f340e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "N2Q2YzZjN2Y1YmQzMDI2YjcxZTU1MWQ1MDY3MWEyYTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1ba83f16-ae34-486d-acde-e570af3d3fe0"
}
],
"workloadContext": "Production"
}
2022-10-14T04:12:54.558Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-14T04:12:54.558Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 551d0fd7-24ae-470f-a0d3-dbddfa6b9754 ASDC
2022-10-14T04:12:54.558Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bb53b0e0-1397-41ba-aff1-204fe588f972
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:551d0fd7-24ae-470f-a0d3-dbddfa6b9754
ServiceInvariantUUID:998a0f5d-4308-45e7-8117-669a66040831
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:1ba83f16-ae34-486d-acde-e570af3d3fe0
ArtifactChecksum:N2Q2YzZjN2Y1YmQzMDI2YjcxZTU1MWQ1MDY3MWEyYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5eac574d-189c-428b-a21b-3f91f497228d
ResourceInvariantUUID:2bb55995-75be-40b8-b302-9fcc86bea9d9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:36d224e0-e2ad-48bd-b8bb-44d82a2a638b
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:e88edc22-543d-49c5-8d86-307642189a51
ArtifactChecksum:OWJmNTQwNzRkM2Q1YjVkMzIwZWEyNDM0MmIzYmQ2NDk=
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:a8e11949-0662-4c65-9863-03947852a28a
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:d00f9db9-2374-4f85-9470-da08008f340e
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:d00f9db9-2374-4f85-9470-da08008f340e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-14T04:12:54.559Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 551d0fd7-24ae-470f-a0d3-dbddfa6b9754 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-10-14T04:12:54.598Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:12:54.598Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:12:54.598Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:12:54.598Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1ba83f16-ae34-486d-acde-e570af3d3fe0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-14T04:12:54.599Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:12:54.599Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-14T04:12:54.757Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:12:54.761Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1ba83f16-ae34-486d-acde-e570af3d3fe0 71071
2022-10-14T04:12:54.761Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-14T04:12:54.761Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-14T04:12:54.761Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:12:54.762Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:54.764Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:54.764Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720774761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:12:54.864Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:54.865Z||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-10-14T04:12:54.865Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:54.878Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:54.878Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:55.764Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:12:55.766Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:12:55.766Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1ba83f16-ae34-486d-acde-e570af3d3fe0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:55.766Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-14T04:12:55.767Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:55.767Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:55.909Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7401795766196444386/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-10-14T04:12:57.130Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-14T04:12:57.131Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:12:57.131Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.131Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-14T04:12:57.132Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:57.132Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:57.132Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.132Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.132Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.133Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:57.133Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.133Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:57.133Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.133Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:12:57.134Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.134Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.134Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:12:57.135Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:12:57.135Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:12:57.136Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.136Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.137Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:12:57.137Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:12:57.137Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:12:57.138Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.138Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.138Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.138Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-14T04:12:57.139Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-14T04:12:57.139Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-14T04:12:57.139Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-14T04:12:57.139Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-14T04:12:57.139Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-14T04:12:57.140Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.140Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:12:57.140Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.140Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:12:57.140Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:12:57.141Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.141Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:12:57.141Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:12:57.141Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.142Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:12:57.142Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:12:57.142Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.142Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-14T04:12:57.143Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-14T04:12:57.143Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-14T04:12:57.143Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7d38900b-739c-4f28-83d0-6a2a543225db
2022-10-14T04:12:57.143Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.144Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.144Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.144Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.145Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.145Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.145Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:12:57.145Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.145Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:551d0fd7-24ae-470f-a0d3-dbddfa6b9754
Model Version:NULL
Model InvariantUuid:998a0f5d-4308-45e7-8117-669a66040831
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:3b9baecf-da25-4098-8c0c-34176a01b858
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bb55995-75be-40b8-b302-9fcc86bea9d9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5eac574d-189c-428b-a21b-3f91f497228d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0a69ffba-0593-4e3b-a7ad-7268eceb1a8e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3a798100-a831-424d-b95f-f3d3cd137ea8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7d38900b-739c-4f28-83d0-6a2a543225db
ModelInvariantUuid:a5cc455d-cac6-4321-987c-4e82e8245ccf
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:487e283c-497a-4bb5-924c-d1d791c043bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:e41e5e53-c8a8-42b1-8a39-f6e7da124390
ModelInvariantUuid:337f2a20-ff55-48dd-a550-9aef8e5027d1
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:04c37202-b595-437d-b97d-a67b37479dc0
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-10-14T04:12:57.150Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 36d224e0-e2ad-48bd-b8bb-44d82a2a638b
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-10-14T04:12:57.152Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-10-14T04:12:57.153Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 36d224e0-e2ad-48bd-b8bb-44d82a2a638b
2022-10-14T04:12:57.153Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e88edc22-543d-49c5-8d86-307642189a51 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-14T04:12:57.153Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:12:57.153Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:57.203Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:12:57.204Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e88edc22-543d-49c5-8d86-307642189a51 787
2022-10-14T04:12:57.204Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:57.205Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:57.205Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:12:57.205Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:57.210Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:57.210Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720777204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:12:57.308Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-14T04:12:57.309Z||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-10-14T04:12:57.309Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:57.320Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:57.320Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:58.210Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "0a69ffba-0593-4e3b-a7ad-7268eceb1a8e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3a798100-a831-424d-b95f-f3d3cd137ea8",
"vfModuleModelCustomizationUUID": "6e3d22ae-8369-4188-816c-d26b3279906a",
"isBase": true,
"artifacts": [
"a8e11949-0662-4c65-9863-03947852a28a",
"d00f9db9-2374-4f85-9470-da08008f340e"
],
"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-10-14T04:12:58.215Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a798100-a831-424d-b95f-f3d3cd137ea8
VfModuleModelInvariantUUID:0a69ffba-0593-4e3b-a7ad-7268eceb1a8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8e11949-0662-4c65-9863-03947852a28a
,
d00f9db9-2374-4f85-9470-da08008f340e
}
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-10-14T04:12:58.216Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "0a69ffba-0593-4e3b-a7ad-7268eceb1a8e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3a798100-a831-424d-b95f-f3d3cd137ea8",
"vfModuleModelCustomizationUUID": "6e3d22ae-8369-4188-816c-d26b3279906a",
"isBase": true,
"artifacts": [
"a8e11949-0662-4c65-9863-03947852a28a",
"d00f9db9-2374-4f85-9470-da08008f340e"
],
"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-10-14T04:12:58.217Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a798100-a831-424d-b95f-f3d3cd137ea8
VfModuleModelInvariantUUID:0a69ffba-0593-4e3b-a7ad-7268eceb1a8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8e11949-0662-4c65-9863-03947852a28a
,
d00f9db9-2374-4f85-9470-da08008f340e
}
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-10-14T04:12:58.217Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a8e11949-0662-4c65-9863-03947852a28a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-14T04:12:58.217Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:12:58.217Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:58.256Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:12:58.257Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a8e11949-0662-4c65-9863-03947852a28a 5033
2022-10-14T04:12:58.257Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:58.257Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:58.257Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:12:58.258Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:58.259Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:58.260Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720778257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:12:58.360Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:58.360Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-14T04:12:58.361Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:58.375Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:58.375Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:59.260Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d00f9db9-2374-4f85-9470-da08008f340e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-14T04:12:59.261Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:12:59.261Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:59.309Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:12:59.310Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d00f9db9-2374-4f85-9470-da08008f340e 903
2022-10-14T04:12:59.311Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:59.311Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:59.311Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:12:59.312Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:59.314Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:59.314Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665720779310,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-14T04:12:59.414Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:59.415Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-14T04:12:59.415Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:59.429Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-14T04:12:59.429Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:13:00.315Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 551d0fd7-24ae-470f-a0d3-dbddfa6b9754
2022-10-14T04:13:00.316Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 36d224e0-e2ad-48bd-b8bb-44d82a2a638b 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-10-14T04:13:00.325Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f1ce2e2, org.onap.sdc.toscaparser.api.parameters.Input@7a2aa720, org.onap.sdc.toscaparser.api.parameters.Input@bdc2628, org.onap.sdc.toscaparser.api.parameters.Input@15194123, org.onap.sdc.toscaparser.api.parameters.Input@7d7aba90]
2022-10-14T04:13:00.327Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-14T04:13:00.327Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:13:00.328Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-10-14T04:13:00.328Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5eac574d-189c-428b-a21b-3f91f497228d
2022-10-14T04:13:00.328Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5eac574d-189c-428b-a21b-3f91f497228d matches Tosca VF Customization UUID: 5eac574d-189c-428b-a21b-3f91f497228d
2022-10-14T04:13:00.328Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5eac574d-189c-428b-a21b-3f91f497228d 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-10-14T04:13:00.330Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery