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-05-25T15:57:49.728Z||main|||||INFO|500||The following profiles are active: basic
2022-05-25T15:58:04.765Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-25T15:58:04.770Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-25T15:58:04.950Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-25T15:58:09.776Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-25T15:58:10.199Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-25T15:58:10.633Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-25T15:58:10.641Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-25T15:58:10.768Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-25T15:58:11.008Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-25T15:58:11.604Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-25T15:58:13.543Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T15:58:16.063Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T15:58:16.133Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-25T15:58:16.855Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T15:58:17.062Z||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-05-25T15:58:18.346Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T15:58:19.647Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-25T15:58:19.669Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-25T15:58:19.671Z||main|||||WARN|500||The sdc end point is not alive
2022-05-25T15:58:23.130Z||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-05-25T15:58:26.066Z||main|||||WARN|500||---
2022-05-25T15:58:26.066Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-25T15:58:26.067Z||main|||||WARN|500||---
2022-05-25T15:58:26.553Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-25T15:58:31.822Z||main|||||INFO|500||Started Application in 46.883 seconds (JVM running for 49.718)
2022-05-25T15:58:31.839Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-25T15:58:31.841Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-25T15:58:31.854Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-25T15:58:31.881Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-25T15:58:31.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f47aa74b-92ec-43e8-9309-7da52ed6834f url= /sdc/v1/artifactTypes
2022-05-25T15:58:31.935Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-25T15:58:32.228Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-25T15:58:32.254Z||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-05-25T15:58:32.276Z||scheduling-1|||||DEBUG|500||create keys
2022-05-25T15:58:32.285Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-25T15:58:32.429Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T15:58:32.448Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e6f372b5-3eaa-4151-a0ec-e3ba504a2f8d url= /sdc/v1/registerForDistribution
2022-05-25T15:58:32.911Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e6f372b5-3eaa-4151-a0ec-e3ba504a2f8d url= /sdc/v1/registerForDistribution
2022-05-25T15:58:32.912Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-25T15:58:32.922Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T15:58:32.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T15:58:32.932Z||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-05-25T15:58:32.933Z||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-05-25T15:58:32.933Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T15:58:32.933Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-25T15:58:32.933Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T15:58:43.332Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T15:58:43.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T15:59:32.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T15:59:32.922Z||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-05-25T15:59:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T15:59:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T15:59:32.925Z||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-05-25T15:59:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T15:59:42.516Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T15:59:42.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:00:32.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:00:32.922Z||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-05-25T16:00:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:00:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:00:32.925Z||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-05-25T16:00:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:00:42.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:00:42.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:01:32.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:01:32.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:01:32.971Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:01:32.971Z||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-05-25T16:01:32.971Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:01:32.972Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:01:42.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:01:42.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:02:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:02:32.922Z||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-05-25T16:02:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:02:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:02:32.925Z||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-05-25T16:02:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:02:42.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:02:42.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:03:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:03:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:03:32.924Z||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-05-25T16:03:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:03:32.925Z||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-05-25T16:03:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:03:42.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:03:42.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:04:32.922Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:04:32.923Z||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-05-25T16:04:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:04:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:04:32.924Z||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-05-25T16:04:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:04:42.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:04:42.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:05:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:05:32.922Z||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-05-25T16:05:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:05:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:05:32.925Z||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-05-25T16:05:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:05:42.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:05:42.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:06:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:06:32.923Z||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-05-25T16:06:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:06:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:06:32.925Z||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-05-25T16:06:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:06:42.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:06:42.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:07:32.922Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:07:32.923Z||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-05-25T16:07:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:07:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:07:32.924Z||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-05-25T16:07:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:07:42.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:07:42.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:08:21.809Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-25T16:08:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:08:32.923Z||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-05-25T16:08:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:08:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:08:32.925Z||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-05-25T16:08:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:08:42.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:08:42.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:09:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:09:32.922Z||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-05-25T16:09:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:09:32.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:09:32.926Z||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-05-25T16:09:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:09:42.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:09:42.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:10:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:10:32.922Z||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-05-25T16:10:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:10:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:10:32.925Z||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-05-25T16:10:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:10:42.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:10:42.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:11:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:11:32.921Z||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-05-25T16:11:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:11:32.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:11:32.924Z||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-05-25T16:11:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:11:42.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:11:42.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:12:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:12:32.922Z||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-05-25T16:12:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:12:32.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:12:32.924Z||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-05-25T16:12:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:12:42.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:12:42.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:13:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:13:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:13:32.924Z||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-05-25T16:13:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:13:32.924Z||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-05-25T16:13:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:13:42.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:13:42.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:14:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:14:32.922Z||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-05-25T16:14:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:14:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:14:32.924Z||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-05-25T16:14:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:14:42.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:14:42.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:15:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:15:32.922Z||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-05-25T16:15:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:15:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:15:32.924Z||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-05-25T16:15:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:15:42.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:15:42.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:16:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:16:32.922Z||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-05-25T16:16:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:16:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:16:32.924Z||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-05-25T16:16:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:16:42.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:16:42.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:17:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:17:32.922Z||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-05-25T16:17:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:17:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:17:32.924Z||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-05-25T16:17:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:17:42.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:17:42.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:18:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:18:32.922Z||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-05-25T16:18:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:18:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:18:32.925Z||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-05-25T16:18:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:18:42.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:18:42.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:19:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:19:32.923Z||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-05-25T16:19:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:19:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:19:32.924Z||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-05-25T16:19:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:19:42.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:19:42.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:20:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:20:32.922Z||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-05-25T16:20:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:20:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:20:32.925Z||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-05-25T16:20:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:20:42.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:20:42.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:21:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:21:32.922Z||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-05-25T16:21:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:21:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:21:32.924Z||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-05-25T16:21:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:21:42.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:21:42.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:22:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:22:32.922Z||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-05-25T16:22:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:22:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:22:32.924Z||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-05-25T16:22:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:22:42.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:22:42.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:23:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:23:32.922Z||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-05-25T16:23:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:23:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:23:32.924Z||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-05-25T16:23:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:23:42.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:23:42.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:24:32.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:24:32.922Z||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-05-25T16:24:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:24:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:24:32.924Z||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-05-25T16:24:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:24:42.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:24:42.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:25:32.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:25:32.923Z||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-05-25T16:25:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:25:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:25:32.924Z||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-05-25T16:25:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:25:42.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:25:42.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:26:32.922Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:26:32.923Z||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-05-25T16:26:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:26:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:26:32.924Z||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-05-25T16:26:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:26:42.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:26:42.472Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:27:32.922Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:27:32.923Z||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-05-25T16:27:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:27:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:27:32.925Z||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-05-25T16:27:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:27:42.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:27:42.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:28:32.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:28:32.921Z||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-05-25T16:28:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:28:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:28:32.925Z||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-05-25T16:28:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:28:42.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:28:42.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:29:32.922Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:29:32.923Z||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-05-25T16:29:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:29:32.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:29:32.924Z||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-05-25T16:29:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:29:42.528Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:29:42.528Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:30:32.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:30:32.923Z||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-05-25T16:30:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:30:32.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:30:32.924Z||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-05-25T16:30:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:30:42.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:30:42.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:31:32.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:31:32.922Z||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-05-25T16:31:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:31:32.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:31:32.925Z||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-05-25T16:31:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:31:42.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:31:42.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:32:32.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:32:32.922Z||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-05-25T16:32:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:32:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:32:32.924Z||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-05-25T16:32:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:32:42.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:32:42.475Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:33:32.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:33:32.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:33:32.921Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:33:32.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:33:32.925Z||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-05-25T16:33:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:33:42.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:33:42.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:34:32.922Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:34:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:34:32.924Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:34:32.925Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:34:32.925Z||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-05-25T16:34:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:34:42.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:34:42.497Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:35:32.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:35:32.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:35:32.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:35:32.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:35:32.925Z||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-05-25T16:35:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:35:42.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:35:42.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:36:32.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:36:32.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:36:32.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:36:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:36:32.924Z||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-05-25T16:36:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:36:42.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:36:42.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:37:32.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:37:32.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:37:32.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:37:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:37:32.925Z||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-05-25T16:37:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:37:42.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:37:42.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:38:32.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:38:32.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:38:32.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:38:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:38:32.924Z||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-05-25T16:38:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:38:42.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:38:42.475Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:39:32.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:39:32.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:39:32.921Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:39:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:39:32.924Z||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-05-25T16:39:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:39:42.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:39:42.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:40:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:40:32.922Z||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-05-25T16:40:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:40:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:40:32.926Z||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-05-25T16:40:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:40:42.471Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:40:42.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:32.922Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:41:32.924Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:41:32.924Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:41:32.925Z||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-05-25T16:41:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:33.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:33.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:33.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5eac1e02-cb08-46f7-bb2a-43ea00a83a4a","serviceName":"basic_onboard_jJcpHu","serviceVersion":"1.0","serviceUUID":"a64145a2-e6cf-44d0-9ba4-f5cac897b4a6","serviceDescription":"service","serviceInvariantUUID":"1da63b40-4c5c-4e35-981e-3f696092f29d","resources":[{"resourceInstanceName":"basic_onboard_jJcpHu 0","resourceName":"basic_onboard_jJcpHu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b334104-aa02-4fd7-a3ec-cedb16e60665","resourceInvariantUUID":"3f8ab1f4-dae7-4eda-abc6-05c867af7d90","resourceCustomizationUUID":"995b7754-678c-4955-aea4-bd0463993950","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml","artifactChecksum":"NDIxNTk0OWMzYmY0M2QzYmM2NGY5MTNhM2RiNDMyMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4da3629-4987-4387-85cc-c45f882ac823","artifactVersion":"1"},{"artifactName":"basic_onboard_jjcphu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json","artifactChecksum":"OTg5NGUxNWVmZTA0OGYxNTA5YzI1MDM2NzkwZWQ0ZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d84f441d-77c7-49d4-9f5c-36164afec525","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f7b4e8ce-dd0b-43c0-bfc8-aaf730433833","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7857a86-93e7-45f4-a538-bc3ff94bb40c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f","artifactVersion":"2","generatedFromUUID":"f7b4e8ce-dd0b-43c0-bfc8-aaf730433833"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJjcphu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml","artifactChecksum":"YWNlZDcxYTBmZjBlYTQ3ZjU1ZjEwYTcwZDU5MzkxNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"921c3d30-aa6f-488b-91d5-da464a2353ce","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJjcphu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar","artifactChecksum":"YWM1ZDE0NWVjZjNhZjM3ODU1ZjdhYWJiMzVjNzRjOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T16:41:33.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653496853761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.580Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:33.587Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:33.598Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:33.598Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496849742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "aai-ml",
"timestamp": 1653496847540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653496851209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653496853761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496849742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T16:41:33.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "aai-ml",
"timestamp": 1653496847540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653496851209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "cds",
"timestamp": 1653496857265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653496853761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496849742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "aai-ml",
"timestamp": 1653496847540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653496851209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "cds",
"timestamp": 1653496857265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653496853761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "policy-id",
"timestamp": 1653496858976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496849742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "aai-ml",
"timestamp": 1653496847540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653496851209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "cds",
"timestamp": 1653496857265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653496853761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "policy-id",
"timestamp": 1653496858976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496849742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "aai-ml",
"timestamp": 1653496847540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653496851209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "cds",
"timestamp": 1653496857265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "policy-id",
"timestamp": 1653496858976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653496853761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496849742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "aai-ml",
"timestamp": 1653496847540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653496851209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "cds",
"timestamp": 1653496857265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "policy-id",
"timestamp": 1653496858976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653496853761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496849742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "aai-ml",
"timestamp": 1653496847540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653496851209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "cds",
"timestamp": 1653496857265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "policy-id",
"timestamp": 1653496858976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "cds",
"timestamp": 1653496857265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496864608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653496864624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "aai-ml",
"timestamp": 1653496864052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "policy-id",
"timestamp": 1653496858976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "cds",
"timestamp": 1653496865609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "policy-id",
"timestamp": 1653496858976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496866016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.628Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "cds",
"timestamp": 1653496866641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-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-05-25T16:41:33.698Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-05-25T16:41:33.704Z||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-05-25T16:41:33.705Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:33.725Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:33.726Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T16:41:33.833Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.855Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:33.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "clamp",
"timestamp": 1653496865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496867201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "policy-id",
"timestamp": 1653496867218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "clamp",
"timestamp": 1653496865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "policy-id",
"timestamp": 1653496868229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:41:33.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496868280,
"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-05-25T16:41:33.898Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.898Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:33.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "clamp",
"timestamp": 1653496865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "policy-id",
"timestamp": 1653496869234,
"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-05-25T16:41:33.913Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.913Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:33.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653496869285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653496869469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "clamp",
"timestamp": 1653496865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653496870474,
"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-05-25T16:41:33.931Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.931Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:33.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "clamp",
"timestamp": 1653496865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "clamp",
"timestamp": 1653496865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "clamp",
"timestamp": 1653496865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:41:33.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:41:33.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "aai-ml",
"timestamp": 1653496875298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:41:33.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "aai-ml",
"timestamp": 1653496876303,
"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-05-25T16:41:33.947Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.947Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:33.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "clamp",
"timestamp": 1653496884507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "clamp",
"timestamp": 1653496886512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:41:33.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "clamp",
"timestamp": 1653496887516,
"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-05-25T16:41:33.961Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:34.619Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:34.620Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:34.624Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:34.624Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T16:41:34.724Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:41:34.725Z||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-05-25T16:41:34.725Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:34.742Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:34.742Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:35.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:35.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:35.628Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:35.629Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-25T16:41:35.729Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:35.731Z||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-05-25T16:41:35.732Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:35.746Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:35.747Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:41:36.629Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:36.631Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:36.634Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:36.634Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:36.734Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:41:36.736Z||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-05-25T16:41:36.736Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:36.748Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:36.749Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:37.635Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:37.636Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:37.638Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:37.638Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-25T16:41:37.739Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:37.740Z||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-05-25T16:41:37.740Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:37.758Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:37.758Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:38.639Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:38.640Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:38.645Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:38.645Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:41:38.745Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:38.746Z||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-05-25T16:41:38.746Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:38.761Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:38.762Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:41:39.646Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:39.647Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:39.649Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:39.649Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:41:39.749Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:39.751Z||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-05-25T16:41:39.751Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:39.767Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:39.768Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:40.652Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"serviceName": "basic_onboard_jJcpHu",
"serviceVersion": "1.0",
"serviceUUID": "a64145a2-e6cf-44d0-9ba4-f5cac897b4a6",
"serviceDescription": "service",
"serviceInvariantUUID": "1da63b40-4c5c-4e35-981e-3f696092f29d",
"resources": [
{
"resourceInstanceName": "basic_onboard_jJcpHu 0",
"resourceCustomizationUUID": "995b7754-678c-4955-aea4-bd0463993950",
"resourceName": "basic_onboard_jJcpHu",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4b334104-aa02-4fd7-a3ec-cedb16e60665",
"resourceInvariantUUID": "3f8ab1f4-dae7-4eda-abc6-05c867af7d90",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jjcphu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"artifactChecksum": "OTg5NGUxNWVmZTA0OGYxNTA5YzI1MDM2NzkwZWQ0ZWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d84f441d-77c7-49d4-9f5c-36164afec525",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f7b4e8ce-dd0b-43c0-bfc8-aaf730433833",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f",
"generatedFromUUID": "f7b4e8ce-dd0b-43c0-bfc8-aaf730433833"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJjcphu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"artifactChecksum": "YWM1ZDE0NWVjZjNhZjM3ODU1ZjdhYWJiMzVjNzRjOTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5"
}
],
"workloadContext": "Production"
}
2022-05-25T16:41:40.654Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T16:41:40.655Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a64145a2-e6cf-44d0-9ba4-f5cac897b4a6 ASDC
2022-05-25T16:41:40.788Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
ServiceName:basic_onboard_jJcpHu
ServiceVersion:1.0
ServiceUUID:a64145a2-e6cf-44d0-9ba4-f5cac897b4a6
ServiceInvariantUUID:1da63b40-4c5c-4e35-981e-3f696092f29d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJjcphu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar
ArtifactUUID:a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5
ArtifactChecksum:YWM1ZDE0NWVjZjNhZjM3ODU1ZjdhYWJiMzVjNzRjOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jJcpHu 0
ResourceCustomizationUUID:995b7754-678c-4955-aea4-bd0463993950
ResourceInvariantUUID:3f8ab1f4-dae7-4eda-abc6-05c867af7d90
ResourceName:basic_onboard_jJcpHu
ResourceType:VF
ResourceUUID:4b334104-aa02-4fd7-a3ec-cedb16e60665
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jjcphu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json
ArtifactUUID:d84f441d-77c7-49d4-9f5c-36164afec525
ArtifactChecksum:OTg5NGUxNWVmZTA0OGYxNTA5YzI1MDM2NzkwZWQ0ZWQ=
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/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f7b4e8ce-dd0b-43c0-bfc8-aaf730433833
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/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
ArtifactUUID:dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f
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/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
ArtifactUUID:dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-25T16:41:40.789Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a64145a2-e6cf-44d0-9ba4-f5cac897b4a6 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-05-25T16:41:40.854Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:41:40.856Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-25T16:41:40.858Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-25T16:41:40.859Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5 from URL: /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:40.859Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-25T16:41:40.861Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:41.193Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-25T16:41:41.216Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5 71586
2022-05-25T16:41:41.218Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar ASDC sendASDCNotification
2022-05-25T16:41:41.219Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:41.220Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:41:41.222Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:41.224Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:41.224Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496901217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:41.324Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:41.326Z||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-05-25T16:41:41.326Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:41.341Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:41.341Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:42.224Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:41:42.226Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-25T16:41:42.226Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5, URL: /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar to file: /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:42.227Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:42.309Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:42.309Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:42.945Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5173836388321000091/Definitions/service-BasicOnboardJjcphu-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-05-25T16:41:45.227Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T16:41:45.233Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-25T16:41:45.233Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.233Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T16:41:45.233Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jJcpHu 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-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.233Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-25T16:41:45.241Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.243Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.247Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:45.248Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-25T16:41:45.249Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:41:45.251Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.252Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.252Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:45.252Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-25T16:41:45.252Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:41:45.252Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.253Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.257Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.257Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is not matching search criteria
2022-05-25T16:41:45.257Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-25T16:41:45.257Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-25T16:41:45.258Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-25T16:41:45.258Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T16:41:45.286Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T16:41:45.286Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.287Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T16:41:45.289Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.289Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:45.289Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:45.290Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.290Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:45.291Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:45.291Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.291Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:45.292Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:45.292Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.292Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is not matching search criteria
2022-05-25T16:41:45.292Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T16:41:45.293Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T16:41:45.293Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=106fd94f-28de-4c3d-817e-7d75c2e217e6
2022-05-25T16:41:45.293Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.294Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.294Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.294Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.295Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.295Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.295Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:45.296Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.296Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jJcpHu
Description:service
Model UUID:a64145a2-e6cf-44d0-9ba4-f5cac897b4a6
Model Version:NULL
Model InvariantUuid:1da63b40-4c5c-4e35-981e-3f696092f29d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jJcpHu
Model UUID:7037e8c3-06eb-4033-bebb-affe8e03fd32
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f8ab1f4-dae7-4eda-abc6-05c867af7d90
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:995b7754-678c-4955-aea4-bd0463993950
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:81d8a5ad-e67a-4a5c-864f-6e9493104b57
ModelName:BasicOnboardJjcphu..base_ubuntu18..module-0
ModelUuid:77a1dac1-db2a-4458-8613-78db9ce69790
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:106fd94f-28de-4c3d-817e-7d75c2e217e6
ModelInvariantUuid:e32b04bf-4556-4e89-8c27-dbbd40b429b4
ModelName:basic_onboard_jJcpHu-nodes.ubuntu18Cvfc
ModelUuid:a12ce316-bd63-4f17-a8c1-34770621c543
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:708c97ec-887a-4ae3-abda-a5f0487cb6d4
ModelInvariantUuid:7a3f15f7-3554-4592-88d6-0760e1c3fa5e
ModelName:BasicOnboardJjcphu.compute.nodes.heat.ubuntu18
ModelUuid:bd114a87-bc00-4312-863d-45e505936212
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-05-25T16:41:45.309Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4b334104-aa02-4fd7-a3ec-cedb16e60665
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-05-25T16:41:45.420Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||basic_onboard_jJcpHu 0
2022-05-25T16:41:45.428Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4b334104-aa02-4fd7-a3ec-cedb16e60665
2022-05-25T16:41:45.428Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d84f441d-77c7-49d4-9f5c-36164afec525 from URL: /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json
2022-05-25T16:41:45.428Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-25T16:41:45.429Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json
2022-05-25T16:41:45.482Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-25T16:41:45.482Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json d84f441d-77c7-49d4-9f5c-36164afec525 798
2022-05-25T16:41:45.483Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json ASDC sendASDCNotification
2022-05-25T16:41:45.483Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json
2022-05-25T16:41:45.483Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:41:45.484Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:45.487Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:45.487Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496905483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:45.587Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:41:45.588Z||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-05-25T16:41:45.589Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:45.604Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:45.604Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:41:46.489Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJjcphu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "81d8a5ad-e67a-4a5c-864f-6e9493104b57",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "77a1dac1-db2a-4458-8613-78db9ce69790",
"vfModuleModelCustomizationUUID": "092c345d-140d-46b5-910d-5a98225cc0c2",
"isBase": true,
"artifacts": [
"f7b4e8ce-dd0b-43c0-bfc8-aaf730433833",
"dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f"
],
"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-05-25T16:41:46.508Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJjcphu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77a1dac1-db2a-4458-8613-78db9ce69790
VfModuleModelInvariantUUID:81d8a5ad-e67a-4a5c-864f-6e9493104b57
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7b4e8ce-dd0b-43c0-bfc8-aaf730433833
,
dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f
}
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-05-25T16:41:46.511Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJjcphu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "81d8a5ad-e67a-4a5c-864f-6e9493104b57",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "77a1dac1-db2a-4458-8613-78db9ce69790",
"vfModuleModelCustomizationUUID": "092c345d-140d-46b5-910d-5a98225cc0c2",
"isBase": true,
"artifacts": [
"f7b4e8ce-dd0b-43c0-bfc8-aaf730433833",
"dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f"
],
"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-05-25T16:41:46.512Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJjcphu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77a1dac1-db2a-4458-8613-78db9ce69790
VfModuleModelInvariantUUID:81d8a5ad-e67a-4a5c-864f-6e9493104b57
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7b4e8ce-dd0b-43c0-bfc8-aaf730433833
,
dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f
}
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-05-25T16:41:46.512Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f7b4e8ce-dd0b-43c0-bfc8-aaf730433833 from URL: /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml
2022-05-25T16:41:46.512Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-25T16:41:46.512Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml
2022-05-25T16:41:46.556Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-25T16:41:46.556Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml f7b4e8ce-dd0b-43c0-bfc8-aaf730433833 5033
2022-05-25T16:41:46.556Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T16:41:46.557Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml
2022-05-25T16:41:46.557Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:41:46.557Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:46.559Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:46.559Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496906556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:46.659Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:46.661Z||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-05-25T16:41:46.661Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:46.676Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:46.677Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:47.560Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f from URL: /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
2022-05-25T16:41:47.561Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-25T16:41:47.561Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
2022-05-25T16:41:47.604Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-25T16:41:47.605Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f 909
2022-05-25T16:41:47.605Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T16:41:47.606Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
2022-05-25T16:41:47.606Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:41:47.606Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:47.609Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:47.609Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496907605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:41:47.709Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:47.710Z||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-05-25T16:41:47.710Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:47.727Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:47.727Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:48.610Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a64145a2-e6cf-44d0-9ba4-f5cac897b4a6
2022-05-25T16:41:48.611Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jJcpHu 0 4b334104-aa02-4fd7-a3ec-cedb16e60665 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-05-25T16:41:48.650Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@620d595e, org.onap.sdc.toscaparser.api.parameters.Input@3ae6f57b, org.onap.sdc.toscaparser.api.parameters.Input@1ccdbea3, org.onap.sdc.toscaparser.api.parameters.Input@3d0e7b99, org.onap.sdc.toscaparser.api.parameters.Input@35c112cf]
2022-05-25T16:41:48.654Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.655Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.655Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-05-25T16:41:48.655Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 995b7754-678c-4955-aea4-bd0463993950
2022-05-25T16:41:48.656Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 995b7754-678c-4955-aea4-bd0463993950 matches Tosca VF Customization UUID: 995b7754-678c-4955-aea4-bd0463993950
2022-05-25T16:41:48.656Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 995b7754-678c-4955-aea4-bd0463993950 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-05-25T16:41:48.663Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.664Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.666Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 995b7754-678c-4955-aea4-bd0463993950: {\"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-05-25T16:41:48.666Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31c570b0
2022-05-25T16:41:48.667Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.667Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T16:41:48.668Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 092c345d-140d-46b5-910d-5a98225cc0c2
2022-05-25T16:41:48.669Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 092c345d-140d-46b5-910d-5a98225cc0c2
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-05-25T16:41:48.686Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.686Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:48.687Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:48.688Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.688Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:48.688Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:48.688Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.689Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is not matching search criteria
2022-05-25T16:41:48.689Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T16:41:48.689Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T16:41:48.689Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=106fd94f-28de-4c3d-817e-7d75c2e217e6
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-05-25T16:41:48.699Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.700Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:48.700Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:48.701Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.701Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:48.701Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=995b7754-678c-4955-aea4-bd0463993950
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-05-25T16:41:48.707Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.708Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.709Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a64145a2-e6cf-44d0-9ba4-f5cac897b4a6: basic_onboard_jJcpHu
2022-05-25T16:41:48.713Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.713Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.714Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.714Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.714Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.715Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.715Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.715Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.716Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:41:48.716Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.716Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_jJcpHu
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-05-25T16:41:48.892Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jJcpHu 4b334104-aa02-4fd7-a3ec-cedb16e60665 1 ASDC deployResourceStructure
2022-05-25T16:41:48.893Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json ASDC sendASDCNotification
2022-05-25T16:41:48.893Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json
2022-05-25T16:41:48.893Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:41:48.894Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:48.895Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:48.896Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496908893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T16:41:48.996Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:48.997Z||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-05-25T16:41:48.998Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:49.014Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:49.015Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:41:49.897Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T16:41:49.897Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml
2022-05-25T16:41:49.897Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:41:49.898Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:49.900Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:49.900Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496909896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-25T16:41:50.001Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:41:50.002Z||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-05-25T16:41:50.002Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:50.016Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:50.017Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:50.902Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T16:41:50.902Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
2022-05-25T16:41:50.902Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:41:50.903Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:50.905Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:50.905Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496910902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-25T16:41:51.005Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:51.006Z||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-05-25T16:41:51.006Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:51.020Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:51.020Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:51.906Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar ASDC sendASDCNotification
2022-05-25T16:41:51.906Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:51.907Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:41:51.907Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:51.909Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:51.909Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496911906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:41:52.009Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:52.011Z||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-05-25T16:41:52.011Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:52.028Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:41:52.029Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:41:52.910Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
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-05-25T16:41:52.928Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
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-05-25T16:41:52.934Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:41:52.934Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T16:41:52.934Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T16:41:52.934Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T16:41:52.934Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T16:41:52.941Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T16:42:22.941Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:42:22.951Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a and serviceModelVersionId: a64145a2-e6cf-44d0-9ba4-f5cac897b4a6
2022-05-25T16:42:22.951Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1da63b40-4c5c-4e35-981e-3f696092f29d
2022-05-25T16:42:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:42:32.925Z||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-05-25T16:42:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:42:33.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:42:33.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:42:33.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:42:33.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-25T16:42:38.187Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?depth=0
2022-05-25T16:42:38.302Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T16:42:38.826Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?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-05-25T16:42:38.832Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?depth=0|INFO|500||Invoke
2022-05-25T16:42:38.955Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-25T16:42:39.603Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?depth=0|INFO|500||InvokeReturn
2022-05-25T16:42:39.604Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-16:42:38:442-38103], vertex-id=[168088], Content-Length=[0], Date=[Wed, 25 May 2022 16:42:38 GMT], Content-Type=[application/json]}
2022-05-25T16:42:39.605Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T16:42:39.609Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T16:42:39.609Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T16:42:39.614Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T16:42:39.615Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T16:42:39.616Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T16:42:39.617Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:42:39.619Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:42:39.619Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496959615,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:42:39.719Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:42:39.720Z||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-05-25T16:42:39.721Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:42:39.736Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:42:39.737Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 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-05-25T16:42:40.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:42:40.632Z||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-05-25T16:42:40.632Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:42:50.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:43:32.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:43:32.923Z||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-05-25T16:43:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:43:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:43:32.925Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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-05-25T16:43:32.925Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:43:32.956Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:43:32.958Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.958Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T16:43:32.960Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-25T16:43:32.960Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.960Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-25T16:43:32.961Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-25T16:43:32.961Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.961Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:43:32.962Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-25T16:43:32.962Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.963Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-25T16:43:32.963Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-25T16:43:32.963Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.964Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:43:32.964Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-25T16:43:32.964Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.965Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496892922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:43:32.965Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-25T16:43:32.965Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.966Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496901217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:43:32.966Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.967Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.967Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496905483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:43:32.967Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.968Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.968Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496906556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:43:32.968Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.969Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.969Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496907605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:43:32.969Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.970Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.970Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496908893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T16:43:32.970Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.971Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.971Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496909896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-25T16:43:32.972Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.972Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.972Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496910902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-25T16:43:32.972Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.973Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.973Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496911906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:43:32.974Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:42.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:44:32.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:44:32.921Z||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-05-25T16:44:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:44:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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-05-25T16:44:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:32.955Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:44:32.956Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:44:32.956Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653496959615,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:44:32.957Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:44:33.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:44:33.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-25T16:44:33.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"242424e0-009d-4e9c-84f9-e57bdfbfa667","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8512b6cd-08c2-47de-81b0-85a004ff9260","serviceDescription":"service","serviceInvariantUUID":"e0a42035-c219-4e8e-8be1-1c10adcf4851","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3d715b11-b55f-4aea-a4d4-b35ba355b23e","resourceInvariantUUID":"f4594460-0a89-4848-8998-c7a559e22b23","resourceCustomizationUUID":"a5efbebb-5156-452a-9d2f-7235af0df66f","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":"ZjQ2ZTY3OGZmODc1MmZlYTk3MTlkOWE5YTNhOTkyYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b89b308e-3c27-472e-bb5e-fa3f5b7a7e7a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGYyOTI3MTMzYWQ2M2VhNzhiNWFiNzdlODU5NTIzMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"469d0836-dbd9-4a41-b10d-7bc6acda96b0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T16:44:33.558Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:44:33.559Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:44:33.562Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:44:33.562Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497072920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:44:33.662Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:44:33.663Z||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-05-25T16:44:33.663Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:33.677Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:44:33.677Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:44:34.562Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:44:34.564Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:44:34.569Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:44:34.569Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497072920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:44:34.667Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-25T16:44:34.668Z||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-05-25T16:44:34.668Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:34.681Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:44:34.682Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:44:35.574Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8512b6cd-08c2-47de-81b0-85a004ff9260",
"serviceDescription": "service",
"serviceInvariantUUID": "e0a42035-c219-4e8e-8be1-1c10adcf4851",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a5efbebb-5156-452a-9d2f-7235af0df66f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "3d715b11-b55f-4aea-a4d4-b35ba355b23e",
"resourceInvariantUUID": "f4594460-0a89-4848-8998-c7a559e22b23",
"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": "NGYyOTI3MTMzYWQ2M2VhNzhiNWFiNzdlODU5NTIzMTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "469d0836-dbd9-4a41-b10d-7bc6acda96b0"
}
],
"workloadContext": "Production"
}
2022-05-25T16:44:35.575Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T16:44:35.575Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8512b6cd-08c2-47de-81b0-85a004ff9260 ASDC
2022-05-25T16:44:35.575Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:242424e0-009d-4e9c-84f9-e57bdfbfa667
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8512b6cd-08c2-47de-81b0-85a004ff9260
ServiceInvariantUUID:e0a42035-c219-4e8e-8be1-1c10adcf4851
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:469d0836-dbd9-4a41-b10d-7bc6acda96b0
ArtifactChecksum:NGYyOTI3MTMzYWQ2M2VhNzhiNWFiNzdlODU5NTIzMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a5efbebb-5156-452a-9d2f-7235af0df66f
ResourceInvariantUUID:f4594460-0a89-4848-8998-c7a559e22b23
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3d715b11-b55f-4aea-a4d4-b35ba355b23e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-25T16:44:35.577Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8512b6cd-08c2-47de-81b0-85a004ff9260 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-05-25T16:44:35.607Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:44:35.609Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:44:35.609Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:44:35.609Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 469d0836-dbd9-4a41-b10d-7bc6acda96b0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T16:44:35.609Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:44:35.609Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T16:44:36.009Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:44:36.012Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 469d0836-dbd9-4a41-b10d-7bc6acda96b0 52508
2022-05-25T16:44:36.013Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-25T16:44:36.013Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T16:44:36.013Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:44:36.013Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:44:36.016Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:44:36.016Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497076013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:44:36.116Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:44:36.117Z||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-05-25T16:44:36.117Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:36.133Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:44:36.134Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:44:37.017Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:44:37.019Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:44:37.019Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 469d0836-dbd9-4a41-b10d-7bc6acda96b0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T16:44:37.019Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-25T16:44:37.020Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T16:44:37.020Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T16:44:37.185Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16240069667907726221/Definitions/service-BasicNetwork-template.yml
2022-05-25T16:44:37.777Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T16:44:37.778Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:44:37.778Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T16:44:37.778Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-25T16:44:37.778Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.778Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.782Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.782Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.782Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.782Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.782Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.783Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.783Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.783Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8512b6cd-08c2-47de-81b0-85a004ff9260
Model Version:NULL
Model InvariantUuid:e0a42035-c219-4e8e-8be1-1c10adcf4851
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f4594460-0a89-4848-8998-c7a559e22b23
Model UUID:12c8f95a-116d-4701-b693-d00116f5908f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a5efbebb-5156-452a-9d2f-7235af0df66f
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-05-25T16:44:37.791Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 3d715b11-b55f-4aea-a4d4-b35ba355b23e
2022-05-25T16:44:37.791Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||No resources found for Service: 8512b6cd-08c2-47de-81b0-85a004ff9260
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-05-25T16:44:37.796Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||
2022-05-25T16:44:37.796Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-25T16:44:37.796Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 8512b6cd-08c2-47de-81b0-85a004ff9260
2022-05-25T16:44:37.797Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8512b6cd-08c2-47de-81b0-85a004ff9260
2022-05-25T16:44:37.797Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-25T16:44:37.797Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.801Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eba58f9, org.onap.sdc.toscaparser.api.parameters.Input@53818197, org.onap.sdc.toscaparser.api.parameters.Input@b5bac65, org.onap.sdc.toscaparser.api.parameters.Input@239bfaa3, org.onap.sdc.toscaparser.api.parameters.Input@f4a03b9]
2022-05-25T16:44:37.803Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.803Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.803Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.803Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.803Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8512b6cd-08c2-47de-81b0-85a004ff9260: Generic NeutronNet
2022-05-25T16:44:37.804Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.804Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.804Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.804Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.840Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.841Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.841Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.841Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.841Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:44:37.841Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.842Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.890Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-05-25T16:44:37.891Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-25T16:44:37.891Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T16:44:37.891Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:44:37.891Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:44:37.893Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:44:37.893Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497077891,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:44:37.994Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T16:44:37.995Z||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-05-25T16:44:37.995Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:38.011Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:44:38.011Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:44:38.894Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
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-05-25T16:44:38.905Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
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-05-25T16:44:38.908Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:44:38.908Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:44:38.908Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:45:08.909Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
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-05-25T16:45:08.924Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
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-05-25T16:45:08.930Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:45:08.930Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:45:08.931Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:45:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:45:32.925Z||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-05-25T16:45:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:45:32.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:45:32.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "cds",
"timestamp": 1653497052265,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497053761,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "aai-ml",
"timestamp": 1653497057540,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "policy-id",
"timestamp": 1653497058977,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497061210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "cds",
"timestamp": 1653497052265,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:45:32.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:32.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497053761,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "aai-ml",
"timestamp": 1653497057540,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "policy-id",
"timestamp": 1653497058977,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497061210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "cds",
"timestamp": 1653497063879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "aai-ml",
"timestamp": 1653497063308,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:45:32.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "policy-id",
"timestamp": 1653497063877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497063977,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "cds",
"timestamp": 1653497064885,
"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-05-25T16:45:32.981Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 242424e0-009d-4e9c-84f9-e57bdfbfa667
2022-05-25T16:45:32.982Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:45:32.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "policy-id",
"timestamp": 1653497064881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:45:32.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497065872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:45:32.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "policy-id",
"timestamp": 1653497065884,
"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-05-25T16:45:32.998Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 242424e0-009d-4e9c-84f9-e57bdfbfa667
2022-05-25T16:45:32.998Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:45:33.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:33.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497066877,
"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-05-25T16:45:33.014Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 242424e0-009d-4e9c-84f9-e57bdfbfa667
2022-05-25T16:45:33.014Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:45:33.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:33.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "aai-ml",
"timestamp": 1653497067431,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:45:33.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:33.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:33.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "aai-ml",
"timestamp": 1653497068437,
"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-05-25T16:45:33.031Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 242424e0-009d-4e9c-84f9-e57bdfbfa667
2022-05-25T16:45:33.032Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:45:33.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:33.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497069742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:45:33.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:33.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:33.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497069742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:45:33.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-25T16:45:38.931Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
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-05-25T16:45:38.944Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
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-05-25T16:45:38.950Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:45:38.950Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T16:45:38.950Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T16:45:38.951Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T16:45:38.951Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:45:38.951Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:45:38.952Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:45:38.952Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:45:38.952Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:45:38.953Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:45:38.960Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T16:46:08.960Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:46:08.969Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667 and serviceModelVersionId: 8512b6cd-08c2-47de-81b0-85a004ff9260
2022-05-25T16:46:08.969Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0a42035-c219-4e8e-8be1-1c10adcf4851
2022-05-25T16:46:08.971Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0
2022-05-25T16:46:08.977Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T16:46:09.055Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0|INFO|500||Invoke
2022-05-25T16:46:09.057Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[242424e0-009d-4e9c-84f9-e57bdfbfa667], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65c52962-1fac-4df1-b775-51aa109e1023], X-ECOMP-RequestID=[242424e0-009d-4e9c-84f9-e57bdfbfa667], X-TransactionId=[], X-ONAP-RequestID=[242424e0-009d-4e9c-84f9-e57bdfbfa667], Content-Type=[application/merge-patch+json]}
2022-05-25T16:46:09.100Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-25T16:46:09.593Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?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/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-16:46:08:571-48506], vertex-id=[225352], Content-Length=[0], Date=[Wed, 25 May 2022 16:46:08 GMT], Content-Type=[application/json]}
2022-05-25T16:46:09.593Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T16:46:09.594Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0|INFO|500||InvokeReturn
2022-05-25T16:46:09.594Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T16:46:09.594Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:46:09.599Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:46:09.600Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 242424e0-009d-4e9c-84f9-e57bdfbfa667 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T16:46:09.600Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T16:46:09.600Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:09.603Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:09.603Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497169600,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:46:09.703Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:09.705Z||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-05-25T16:46:09.705Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:09.728Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:09.729Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 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-05-25T16:46:10.620Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:46:10.621Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|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-05-25T16:46:10.621Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:11.248Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:11.249Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-25T16:46:11.250Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1bc619c9-3aee-4c93-8589-f028b07f6d70","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b3a627e7-6e47-47c2-8f95-f52e5c49714f","serviceDescription":"service","serviceInvariantUUID":"20e8dd5e-5831-4c98-b5c1-aacd1f57db50","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1fc3d2b-97c9-4511-b18f-3abed790f76c","resourceInvariantUUID":"80b52639-1c41-4311-82fc-b2270c33c985","resourceCustomizationUUID":"66b9aaa9-4bef-4767-9dcb-336168750b2b","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":"ZmU5ZjYzNDY1ODcxZjExZjgxZjM1YWRjMGJkZmUzMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5c8ec56-f48a-4a87-945d-122b91bf29c0","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":"354cff59-3612-4822-9318-d4da44acd3ea","artifactVersion":"2","generatedFromUUID":"58a4dd5a-07fe-4853-bcea-dc6ba982e5c7"},{"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":"58a4dd5a-07fe-4853-bcea-dc6ba982e5c7","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":"YjgyYzg3YmVjYjdlM2NkZTA5NzdkZTM1ZGJiNmVmMjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"62e350f1-4539-4ba5-a377-89e3641f023f","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":"1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd","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":"093574f7-0f6e-4b4a-833e-d7f356abe963","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":"27633bd3-18db-4aad-92ab-1a410b86a131","artifactVersion":"2","generatedFromUUID":"1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Zjg5MzEzOWFjNDNiMTI5MzczNDVhZGIzMjVhMDJhMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52fa33d6-c5f8-46d0-bd2f-9e1bbfbb2512","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2M5NWY3MmI3NTQwMjg2NzY5OTEwZmRlMDgwZDZhZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44b72daf-97ee-44c7-8634-c5c4183cafa6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T16:46:11.255Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:11.255Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:11.258Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:11.258Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:46:11.358Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:11.359Z||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-05-25T16:46:11.359Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:11.374Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:11.375Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:12.258Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:12.259Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:12.261Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:12.261Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-05-25T16:46:12.361Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:12.362Z||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-05-25T16:46:12.362Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:12.377Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:12.378Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:13.262Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:13.263Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:13.266Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:13.266Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-05-25T16:46:13.366Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:13.368Z||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-05-25T16:46:13.368Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:13.383Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:13.383Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:14.266Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:14.267Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:14.269Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:14.269Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T16:46:14.370Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:14.371Z||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-05-25T16:46:14.371Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:14.395Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:14.396Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:15.270Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:15.271Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:15.274Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:15.274Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-25T16:46:15.374Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:15.375Z||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-05-25T16:46:15.375Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:15.392Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:15.393Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:16.274Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:16.275Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:16.278Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:16.278Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:46:16.378Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:16.379Z||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-05-25T16:46:16.379Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:16.395Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:16.396Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:17.278Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:17.279Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:17.281Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:17.281Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-05-25T16:46:17.381Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:17.382Z||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-05-25T16:46:17.382Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:17.402Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:17.402Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:18.281Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:18.282Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:18.285Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:18.285Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:46:18.385Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:18.386Z||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-05-25T16:46:18.386Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:18.401Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:18.401Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:19.285Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:19.286Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:19.288Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:19.288Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:46:19.389Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:19.390Z||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-05-25T16:46:19.391Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:19.406Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:19.407Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:20.290Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "b3a627e7-6e47-47c2-8f95-f52e5c49714f",
"serviceDescription": "service",
"serviceInvariantUUID": "20e8dd5e-5831-4c98-b5c1-aacd1f57db50",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "66b9aaa9-4bef-4767-9dcb-336168750b2b",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e1fc3d2b-97c9-4511-b18f-3abed790f76c",
"resourceInvariantUUID": "80b52639-1c41-4311-82fc-b2270c33c985",
"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": "354cff59-3612-4822-9318-d4da44acd3ea",
"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": "58a4dd5a-07fe-4853-bcea-dc6ba982e5c7",
"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": "YjgyYzg3YmVjYjdlM2NkZTA5NzdkZTM1ZGJiNmVmMjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "62e350f1-4539-4ba5-a377-89e3641f023f",
"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": "1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd",
"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": "27633bd3-18db-4aad-92ab-1a410b86a131",
"generatedFromUUID": "1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd"
},
"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": "27633bd3-18db-4aad-92ab-1a410b86a131",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "M2M5NWY3MmI3NTQwMjg2NzY5OTEwZmRlMDgwZDZhZDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "44b72daf-97ee-44c7-8634-c5c4183cafa6"
}
],
"workloadContext": "Production"
}
2022-05-25T16:46:20.291Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T16:46:20.291Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b3a627e7-6e47-47c2-8f95-f52e5c49714f ASDC
2022-05-25T16:46:20.291Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1bc619c9-3aee-4c93-8589-f028b07f6d70
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b3a627e7-6e47-47c2-8f95-f52e5c49714f
ServiceInvariantUUID:20e8dd5e-5831-4c98-b5c1-aacd1f57db50
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:44b72daf-97ee-44c7-8634-c5c4183cafa6
ArtifactChecksum:M2M5NWY3MmI3NTQwMjg2NzY5OTEwZmRlMDgwZDZhZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:66b9aaa9-4bef-4767-9dcb-336168750b2b
ResourceInvariantUUID:80b52639-1c41-4311-82fc-b2270c33c985
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e1fc3d2b-97c9-4511-b18f-3abed790f76c
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:354cff59-3612-4822-9318-d4da44acd3ea
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:58a4dd5a-07fe-4853-bcea-dc6ba982e5c7
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:62e350f1-4539-4ba5-a377-89e3641f023f
ArtifactChecksum:YjgyYzg3YmVjYjdlM2NkZTA5NzdkZTM1ZGJiNmVmMjk=
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:1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd
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:27633bd3-18db-4aad-92ab-1a410b86a131
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:27633bd3-18db-4aad-92ab-1a410b86a131
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-25T16:46:20.291Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3a627e7-6e47-47c2-8f95-f52e5c49714f 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-05-25T16:46:20.325Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:46:20.326Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:46:20.326Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:46:20.326Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 44b72daf-97ee-44c7-8634-c5c4183cafa6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T16:46:20.327Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:20.327Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T16:46:20.418Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:20.422Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 44b72daf-97ee-44c7-8634-c5c4183cafa6 68962
2022-05-25T16:46:20.422Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-25T16:46:20.423Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T16:46:20.423Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:20.423Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:20.425Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:20.425Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497180422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:46:20.527Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:20.528Z||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-05-25T16:46:20.528Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:20.542Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:20.543Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:21.426Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:46:21.427Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:46:21.427Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 44b72daf-97ee-44c7-8634-c5c4183cafa6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T16:46:21.428Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-25T16:46:21.428Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T16:46:21.429Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T16:46:21.553Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13739445628386148410/Definitions/service-BasicCnf-template.yml
2022-05-25T16:46:22.829Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T16:46:22.830Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:46:22.830Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T16:46:22.830Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-25T16:46:22.830Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.831Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.831Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:46:22.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.833Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:22.833Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:46:22.833Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:46:22.833Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.833Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T16:46:22.836Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.836Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:22.836Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:22.836Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.836Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T16:46:22.838Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-25T16:46:22.838Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1c2a9e99-7e34-4eb6-8e32-7843c8a29845
2022-05-25T16:46:22.838Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.838Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.838Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b3a627e7-6e47-47c2-8f95-f52e5c49714f
Model Version:NULL
Model InvariantUuid:20e8dd5e-5831-4c98-b5c1-aacd1f57db50
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:68739c7f-0f74-4a64-870d-6a06e8716e51
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:80b52639-1c41-4311-82fc-b2270c33c985
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:66b9aaa9-4bef-4767-9dcb-336168750b2b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4b79fa86-3288-4359-a41c-1da42a3b73e3
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b3459964-da2c-467f-b992-b2108b477d64
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1c2a9e99-7e34-4eb6-8e32-7843c8a29845
ModelInvariantUuid:d8f7a754-b959-49c2-84ce-5745681dcbf6
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9b39b642-ff40-46da-bced-efc90e4e6b88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:d4081b3b-cc39-4252-9d68-19f43d91ed17
ModelInvariantUuid:07a753db-f896-4aba-8279-ee389707e92e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f931f3fa-8b88-4327-81e3-4ccbb06fd79e
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-05-25T16:46:22.845Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e1fc3d2b-97c9-4511-b18f-3abed790f76c
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-05-25T16:46:22.848Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-05-25T16:46:22.849Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1fc3d2b-97c9-4511-b18f-3abed790f76c
2022-05-25T16:46:22.849Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 354cff59-3612-4822-9318-d4da44acd3ea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-25T16:46:22.849Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:22.849Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.898Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:22.898Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 354cff59-3612-4822-9318-d4da44acd3ea 12
2022-05-25T16:46:22.899Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.899Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.899Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:22.901Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:22.905Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:22.905Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497182899,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:46:23.003Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-25T16:46:23.004Z||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-05-25T16:46:23.005Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:23.023Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:23.024Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:23.906Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 58a4dd5a-07fe-4853-bcea-dc6ba982e5c7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-25T16:46:23.906Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:23.907Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:23.946Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:23.946Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 58a4dd5a-07fe-4853-bcea-dc6ba982e5c7 2688
2022-05-25T16:46:23.946Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:23.947Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:23.947Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:23.947Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:23.949Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:23.949Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497183946,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:46:24.049Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:24.050Z||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-05-25T16:46:24.051Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:24.069Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:24.070Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:24.952Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 62e350f1-4539-4ba5-a377-89e3641f023f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T16:46:24.952Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:24.953Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:24.993Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:24.993Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 62e350f1-4539-4ba5-a377-89e3641f023f 828
2022-05-25T16:46:24.994Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:24.994Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:24.994Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:24.994Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:24.996Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:24.996Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497184994,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:46:25.097Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:25.098Z||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-05-25T16:46:25.098Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:25.120Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:25.121Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:25.997Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "4b79fa86-3288-4359-a41c-1da42a3b73e3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3459964-da2c-467f-b992-b2108b477d64",
"vfModuleModelCustomizationUUID": "7961406a-d063-4574-8443-f73c9a097418",
"isBase": true,
"artifacts": [
"1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd",
"58a4dd5a-07fe-4853-bcea-dc6ba982e5c7",
"27633bd3-18db-4aad-92ab-1a410b86a131"
],
"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-05-25T16:46:26.003Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3459964-da2c-467f-b992-b2108b477d64
VfModuleModelInvariantUUID:4b79fa86-3288-4359-a41c-1da42a3b73e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd
,
58a4dd5a-07fe-4853-bcea-dc6ba982e5c7
,
27633bd3-18db-4aad-92ab-1a410b86a131
}
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-05-25T16:46:26.004Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "4b79fa86-3288-4359-a41c-1da42a3b73e3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3459964-da2c-467f-b992-b2108b477d64",
"vfModuleModelCustomizationUUID": "7961406a-d063-4574-8443-f73c9a097418",
"isBase": true,
"artifacts": [
"1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd",
"58a4dd5a-07fe-4853-bcea-dc6ba982e5c7",
"27633bd3-18db-4aad-92ab-1a410b86a131"
],
"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-05-25T16:46:26.005Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3459964-da2c-467f-b992-b2108b477d64
VfModuleModelInvariantUUID:4b79fa86-3288-4359-a41c-1da42a3b73e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd
,
58a4dd5a-07fe-4853-bcea-dc6ba982e5c7
,
27633bd3-18db-4aad-92ab-1a410b86a131
}
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-05-25T16:46:26.005Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T16:46:26.005Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:26.005Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:26.044Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:26.044Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd 1164
2022-05-25T16:46:26.045Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:26.045Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:26.045Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:26.045Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:26.048Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:26.048Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497186045,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:46:26.148Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:26.149Z||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-05-25T16:46:26.149Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:26.165Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:26.166Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:27.049Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 27633bd3-18db-4aad-92ab-1a410b86a131 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T16:46:27.049Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:27.049Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:27.131Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:27.131Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 27633bd3-18db-4aad-92ab-1a410b86a131 200
2022-05-25T16:46:27.132Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:27.132Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:27.132Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:27.133Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:27.135Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:27.135Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497187132,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:46:27.236Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T16:46:27.238Z||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-05-25T16:46:27.238Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:27.248Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:27.248Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:28.137Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b3a627e7-6e47-47c2-8f95-f52e5c49714f
2022-05-25T16:46:28.137Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e1fc3d2b-97c9-4511-b18f-3abed790f76c ASDC
2022-05-25T16:46:28.148Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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 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-05-25T16:46:28.162Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@224743b7, org.onap.sdc.toscaparser.api.parameters.Input@75c7aecc, org.onap.sdc.toscaparser.api.parameters.Input@7b2ec121, org.onap.sdc.toscaparser.api.parameters.Input@34a7e19d, org.onap.sdc.toscaparser.api.parameters.Input@2c654645]
2022-05-25T16:46:28.164Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.164Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.164Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-05-25T16:46:28.164Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 66b9aaa9-4bef-4767-9dcb-336168750b2b
2022-05-25T16:46:28.165Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66b9aaa9-4bef-4767-9dcb-336168750b2b matches Tosca VF Customization UUID: 66b9aaa9-4bef-4767-9dcb-336168750b2b
2022-05-25T16:46:28.165Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 66b9aaa9-4bef-4767-9dcb-336168750b2b 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-05-25T16:46:28.168Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.168Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.169Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 66b9aaa9-4bef-4767-9dcb-336168750b2b: {\"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-05-25T16:46:28.169Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62166112
2022-05-25T16:46:28.169Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.169Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T16:46:28.170Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7961406a-d063-4574-8443-f73c9a097418
2022-05-25T16:46:28.170Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7961406a-d063-4574-8443-f73c9a097418
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-05-25T16:46:28.173Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.174Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:28.174Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:28.175Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.175Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:28.175Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:28.176Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.176Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T16:46:28.176Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-25T16:46:28.177Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1c2a9e99-7e34-4eb6-8e32-7843c8a29845
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-05-25T16:46:28.180Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.180Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:28.180Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:28.181Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.181Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:28.181Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=66b9aaa9-4bef-4767-9dcb-336168750b2b
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-05-25T16:46:28.184Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.184Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.185Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b3a627e7-6e47-47c2-8f95-f52e5c49714f: basic_cnf
2022-05-25T16:46:28.185Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.185Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.185Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.186Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.186Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.186Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.187Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.187Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.187Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:46:28.187Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.188Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:28.280Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e1fc3d2b-97c9-4511-b18f-3abed790f76c 1 ASDC deployResourceStructure
2022-05-25T16:46:28.281Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:28.281Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:28.281Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T16:46:28.282Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:28.284Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:28.285Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497188280,
"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-05-25T16:46:28.384Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:46:28.385Z||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-05-25T16:46:28.385Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:28.402Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:28.402Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:29.285Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:29.286Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:29.287Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T16:46:29.287Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:29.289Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:29.289Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497189285,
"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-05-25T16:46:29.389Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:29.391Z||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-05-25T16:46:29.391Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:29.406Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:29.407Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:30.290Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:30.291Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:30.292Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:46:30.292Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:30.295Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:30.295Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497190290,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T16:46:30.395Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:30.396Z||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-05-25T16:46:30.396Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:30.424Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:30.425Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:31.296Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:31.297Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:31.297Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:46:31.297Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:31.300Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:31.300Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497191295,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-05-25T16:46:31.401Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:31.402Z||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-05-25T16:46:31.402Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:31.416Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:31.417Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:32.305Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:32.318Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:32.319Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:46:32.320Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:32.322Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:32.323Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497192305,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-05-25T16:46:32.423Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:46:32.424Z||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-05-25T16:46:32.424Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:32.448Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:32.449Z||pool-43-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:32.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:46:32.927Z||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-05-25T16:46:32.927Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:32.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:32.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497072920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:46:32.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:46:32.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497072920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497076013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "clamp",
"timestamp": 1653497075346,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "clamp",
"timestamp": 1653497075346,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497077891,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "clamp",
"timestamp": 1653497081520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "clamp",
"timestamp": 1653497083527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:46:32.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:46:32.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "clamp",
"timestamp": 1653497084530,
"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-05-25T16:46:32.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 242424e0-009d-4e9c-84f9-e57bdfbfa667
2022-05-25T16:46:32.990Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:46:33.326Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-25T16:46:33.327Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T16:46:33.327Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:46:33.327Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:33.330Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:33.330Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497193326,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:46:33.430Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:33.432Z||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-05-25T16:46:33.432Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:33.465Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:46:33.466Z||pool-44-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:34.332Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:46:34.345Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:46:34.347Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:46:34.347Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:46:34.347Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:47:04.348Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:47:04.361Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:47:04.363Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:47:04.364Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:47:04.364Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:47:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:47:32.925Z||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-05-25T16:47:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:47:32.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:47:32.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "cds",
"timestamp": 1653497157265,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497158976,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497165346,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "cds",
"timestamp": 1653497157265,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497158976,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497165346,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "cds",
"timestamp": 1653497157265,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497158976,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497165346,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "cds",
"timestamp": 1653497157265,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497158976,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497169600,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497165346,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "cds",
"timestamp": 1653497157265,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497158976,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497169742,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497165346,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "cds",
"timestamp": 1653497157265,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497158976,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497169742,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497165346,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "cds",
"timestamp": 1653497157265,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497158976,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497169742,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497165346,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "cds",
"timestamp": 1653497157265,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497158976,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497169742,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497165346,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "cds",
"timestamp": 1653497157265,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497158976,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497169742,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497165346,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "cds",
"timestamp": 1653497175067,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:32.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:32.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497175062,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:32.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:32.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497173761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497169742,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:32.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "cds",
"timestamp": 1653497176073,
"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-05-25T16:47:32.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:47:32.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:47:33.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497176067,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:47:33.006Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497173761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497169742,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-05-25T16:47:33.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "policy-id",
"timestamp": 1653497177069,
"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-05-25T16:47:33.015Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:47:33.015Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:47:33.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497173761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-05-25T16:47:33.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497169742,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "cds",
"timestamp": 1653497177077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497173761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497169742,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:47:33.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "cds",
"timestamp": 1653497177077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497173761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497170620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:47:33.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497178537,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.036Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497179495,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.037Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "policy-id",
"timestamp": 1653497178978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "cds",
"timestamp": 1653497177077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497173761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497180422,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497180557,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.042Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "policy-id",
"timestamp": 1653497178978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "cds",
"timestamp": 1653497177077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497173761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497180544,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:47:33.044Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497181618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "policy-id",
"timestamp": 1653497178978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "cds",
"timestamp": 1653497177077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497173761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "clamp",
"timestamp": 1653497181548,
"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-05-25T16:47:33.054Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:47:33.054Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:47:33.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "policy-id",
"timestamp": 1653497178978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497182698,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "cds",
"timestamp": 1653497177077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497182899,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497173761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "policy-id",
"timestamp": 1653497178978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "cds",
"timestamp": 1653497177077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:47:33.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497183776,
"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-05-25T16:47:33.074Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:47:33.074Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:47:33.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497183946,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "policy-id",
"timestamp": 1653497178978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497184783,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "cds",
"timestamp": 1653497184866,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497184994,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "policy-id",
"timestamp": 1653497178978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:47:33.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "cds",
"timestamp": 1653497185873,
"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-05-25T16:47:33.098Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:47:33.099Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:47:33.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497186045,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "policy-id",
"timestamp": 1653497186909,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497187132,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "policy-id",
"timestamp": 1653497187916,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497187638,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497188280,
"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-05-25T16:47:33.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "policy-id",
"timestamp": 1653497188919,
"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-05-25T16:47:33.123Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:47:33.123Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:47:33.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497189285,
"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-05-25T16:47:33.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497190290,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497189743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497191116,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497191295,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497189743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497192305,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-05-25T16:47:33.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497189743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-25T16:47:33.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:47:34.364Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:47:34.376Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:47:34.378Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:47:34.378Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:47:34.379Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:48:04.379Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:48:04.390Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:48:04.393Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:48:04.394Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:48:04.394Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:48:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:48:32.925Z||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-05-25T16:48:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:48:32.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:48:32.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:48:32.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497193326,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:48:32.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:48:34.394Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:48:34.410Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:48:34.414Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:48:34.414Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:48:34.414Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:49:04.418Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:49:04.429Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:49:04.432Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:49:04.432Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:49:04.432Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:49:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:49:32.925Z||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-05-25T16:49:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:49:33.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:49:33.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497189743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497193487,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:49:33.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497189743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-05-25T16:49:33.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497194491,
"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-05-25T16:49:33.474Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:49:33.474Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:49:33.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497193761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497189743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497193761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497189743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:49:33.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "clamp",
"timestamp": 1653497195346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497193761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497197496,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.491Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "clamp",
"timestamp": 1653497195346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T16:49:33.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497197313,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:49:33.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497193761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497198619,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.495Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "clamp",
"timestamp": 1653497195346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "aai-ml",
"timestamp": 1653497198316,
"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-05-25T16:49:33.503Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:49:33.503Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:49:33.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497193761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "clamp",
"timestamp": 1653497195346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497199900,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.517Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497193761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "clamp",
"timestamp": 1653497195346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497200925,
"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-05-25T16:49:33.528Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:49:33.528Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:49:33.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "ves-openapi-manager",
"timestamp": 1653497193761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497181209,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:49:33.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "clamp",
"timestamp": 1653497195346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653497201929,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T16:49:33.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497202707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "clamp",
"timestamp": 1653497195346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:49:33.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497205108,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "aai-ml",
"timestamp": 1653497177540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653497206113,
"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-05-25T16:49:33.549Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:49:33.549Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:49:33.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "aai-ml",
"timestamp": 1653497206406,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.558Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "clamp",
"timestamp": 1653497208543,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.559Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "clamp",
"timestamp": 1653497210552,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:49:33.560Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "clamp",
"timestamp": 1653497211557,
"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-05-25T16:49:33.565Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:49:33.565Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:49:33.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "aai-ml",
"timestamp": 1653497212969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T16:49:33.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "aai-ml",
"timestamp": 1653497213973,
"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-05-25T16:49:33.579Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:49:33.579Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:49:34.433Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:49:34.444Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:49:34.452Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:49:34.452Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:49:34.452Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:49:34.452Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T16:49:34.452Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:49:34.458Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T16:50:04.458Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:50:04.465Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70 and serviceModelVersionId: b3a627e7-6e47-47c2-8f95-f52e5c49714f
2022-05-25T16:50:04.465Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20e8dd5e-5831-4c98-b5c1-aacd1f57db50
2022-05-25T16:50:04.467Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0
2022-05-25T16:50:04.473Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T16:50:04.536Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0|INFO|500||Invoke
2022-05-25T16:50:04.536Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1bc619c9-3aee-4c93-8589-f028b07f6d70], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41176132-7193-498a-b79e-50959f00d616], X-ECOMP-RequestID=[1bc619c9-3aee-4c93-8589-f028b07f6d70], X-TransactionId=[], X-ONAP-RequestID=[1bc619c9-3aee-4c93-8589-f028b07f6d70], Content-Type=[application/merge-patch+json]}
2022-05-25T16:50:04.563Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-25T16:50:04.828Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?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/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220525-16:50:04:034-44511], vertex-id=[409656], Content-Length=[0], Date=[Wed, 25 May 2022 16:50:04 GMT], Content-Type=[application/json]}
2022-05-25T16:50:04.828Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T16:50:04.829Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0|INFO|500||InvokeReturn
2022-05-25T16:50:04.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T16:50:04.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:50:04.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:50:04.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1bc619c9-3aee-4c93-8589-f028b07f6d70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T16:50:04.840Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T16:50:04.840Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:04.844Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:04.844Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497404840,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:50:04.944Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:04.945Z||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-05-25T16:50:04.945Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:04.964Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:04.965Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 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-05-25T16:50:05.857Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:50:05.858Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|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-05-25T16:50:05.858Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:10.368Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:10.369Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-25T16:50:10.369Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd47e920-838f-4473-aa0b-7230599e8c67","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"254b18ed-4455-4cff-8f18-b819556350bf","serviceDescription":"service","serviceInvariantUUID":"4a5a5a8d-d42e-4c86-b201-f8dc709060dd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9870fd16-d732-4e42-a8f4-0e4f19c3e245","resourceInvariantUUID":"75623d81-38d9-4d8f-aaf5-d7d6bebb3a81","resourceCustomizationUUID":"1f9963eb-9bda-439c-b7ea-0099fba75ff8","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":"MzJmYTViZTJkMmY1OWU2ZWIwMTU1YmU4YTAzMDIyZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c714f8b3-a305-47c1-9ebe-dee7d91ba5c6","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":"NmU3YzQ4OWZhOWUxNjEzZTViNTE3YTkzZWY0MjJiMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4885be53-02a1-4b02-84e7-f772efbfe33e","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":"797c76fc-eefd-4cae-84a6-7e78355e71f8","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":"8e5fb9f1-7434-4aa0-9ab2-2d9161cbbc2a","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":"aa833c24-e00a-4fbd-9047-ee700e7ac192","artifactVersion":"2","generatedFromUUID":"797c76fc-eefd-4cae-84a6-7e78355e71f8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDE4ZWNiNjA4NGYxYzNjMzhlYWY5YzEwZGZlZTk2YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba4217f4-1e52-4466-9139-074823ef327e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODYxODQ4YmQ3ZWQ5OWQ0NjBkOTRlOWE4MWY1Yzk5OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d38283a2-bdc3-408e-a8a6-6a61b063fe01","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T16:50:10.372Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:10.372Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:10.374Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:10.375Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497405857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:50:10.475Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:10.476Z||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-05-25T16:50:10.476Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:10.495Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:10.495Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:11.375Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:11.376Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:11.380Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:11.380Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497405857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T16:50:11.480Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:11.481Z||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-05-25T16:50:11.481Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:11.498Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:11.498Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:12.382Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:12.382Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:12.385Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:12.385Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497405857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-25T16:50:12.485Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:12.486Z||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-05-25T16:50:12.486Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:12.502Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:12.502Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:13.385Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:13.386Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:13.389Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:13.390Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497405857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:50:13.489Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-25T16:50:13.490Z||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-05-25T16:50:13.490Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:13.505Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:13.507Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:14.390Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:14.391Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:14.393Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:14.393Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497405857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-05-25T16:50:14.493Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:14.495Z||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-05-25T16:50:14.495Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:14.517Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:14.518Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:15.394Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:15.394Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:15.396Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:15.397Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497405857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T16:50:15.497Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:15.498Z||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-05-25T16:50:15.498Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:15.513Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:15.514Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:16.397Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:16.398Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:16.401Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:16.401Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497405857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T16:50:16.501Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:16.502Z||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-05-25T16:50:16.502Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:16.520Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:16.521Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:17.405Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "254b18ed-4455-4cff-8f18-b819556350bf",
"serviceDescription": "service",
"serviceInvariantUUID": "4a5a5a8d-d42e-4c86-b201-f8dc709060dd",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "1f9963eb-9bda-439c-b7ea-0099fba75ff8",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9870fd16-d732-4e42-a8f4-0e4f19c3e245",
"resourceInvariantUUID": "75623d81-38d9-4d8f-aaf5-d7d6bebb3a81",
"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": "NmU3YzQ4OWZhOWUxNjEzZTViNTE3YTkzZWY0MjJiMWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4885be53-02a1-4b02-84e7-f772efbfe33e",
"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": "797c76fc-eefd-4cae-84a6-7e78355e71f8",
"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": "aa833c24-e00a-4fbd-9047-ee700e7ac192",
"generatedFromUUID": "797c76fc-eefd-4cae-84a6-7e78355e71f8"
},
"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": "aa833c24-e00a-4fbd-9047-ee700e7ac192",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ODYxODQ4YmQ3ZWQ5OWQ0NjBkOTRlOWE4MWY1Yzk5OTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d38283a2-bdc3-408e-a8a6-6a61b063fe01"
}
],
"workloadContext": "Production"
}
2022-05-25T16:50:17.405Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T16:50:17.408Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 254b18ed-4455-4cff-8f18-b819556350bf ASDC
2022-05-25T16:50:17.409Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd47e920-838f-4473-aa0b-7230599e8c67
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:254b18ed-4455-4cff-8f18-b819556350bf
ServiceInvariantUUID:4a5a5a8d-d42e-4c86-b201-f8dc709060dd
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:d38283a2-bdc3-408e-a8a6-6a61b063fe01
ArtifactChecksum:ODYxODQ4YmQ3ZWQ5OWQ0NjBkOTRlOWE4MWY1Yzk5OTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:1f9963eb-9bda-439c-b7ea-0099fba75ff8
ResourceInvariantUUID:75623d81-38d9-4d8f-aaf5-d7d6bebb3a81
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9870fd16-d732-4e42-a8f4-0e4f19c3e245
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:4885be53-02a1-4b02-84e7-f772efbfe33e
ArtifactChecksum:NmU3YzQ4OWZhOWUxNjEzZTViNTE3YTkzZWY0MjJiMWU=
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:797c76fc-eefd-4cae-84a6-7e78355e71f8
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:aa833c24-e00a-4fbd-9047-ee700e7ac192
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:aa833c24-e00a-4fbd-9047-ee700e7ac192
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-25T16:50:17.409Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 254b18ed-4455-4cff-8f18-b819556350bf 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-05-25T16:50:17.451Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:50:17.451Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:50:17.451Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:50:17.452Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d38283a2-bdc3-408e-a8a6-6a61b063fe01 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T16:50:17.452Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:50:17.452Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T16:50:17.741Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:50:17.745Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d38283a2-bdc3-408e-a8a6-6a61b063fe01 71058
2022-05-25T16:50:17.745Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-25T16:50:17.745Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T16:50:17.746Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:50:17.746Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:17.748Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:17.748Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497417745,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:50:17.849Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:17.849Z||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-05-25T16:50:17.850Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:17.896Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:17.897Z||pool-53-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:50:18.753Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:50:18.754Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:50:18.754Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d38283a2-bdc3-408e-a8a6-6a61b063fe01, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T16:50:18.755Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-25T16:50:18.755Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T16:50:18.756Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T16:50:18.920Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5810255202309285265/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-05-25T16:50:20.296Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T16:50:20.297Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:50:20.297Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T16:50:20.297Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T16:50:20.297Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.298Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.298Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.298Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.298Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.298Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.299Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.299Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.299Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.299Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:50:20.299Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.300Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.300Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:20.301Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:50:20.301Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:50:20.301Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.301Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.302Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:20.302Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:50:20.302Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:50:20.303Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.303Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.303Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.303Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T16:50:20.304Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-25T16:50:20.304Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-25T16:50:20.304Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-25T16:50:20.305Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T16:50:20.305Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T16:50:20.305Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.305Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T16:50:20.306Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.306Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:20.306Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:50:20.307Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.307Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:20.307Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:50:20.307Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.308Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:20.308Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:50:20.308Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.309Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T16:50:20.309Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T16:50:20.309Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T16:50:20.309Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3a713d6f-e96e-443f-b6d5-3f96e5fa0afd
2022-05-25T16:50:20.310Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.310Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.310Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.310Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.311Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.311Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.311Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:20.311Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.312Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:254b18ed-4455-4cff-8f18-b819556350bf
Model Version:NULL
Model InvariantUuid:4a5a5a8d-d42e-4c86-b201-f8dc709060dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:26157743-fbf7-4964-9c5e-06cc6c9fa1c5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:75623d81-38d9-4d8f-aaf5-d7d6bebb3a81
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1f9963eb-9bda-439c-b7ea-0099fba75ff8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:11e07e10-bbda-45ec-9da4-4b75ca51c1b4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:42b7f290-b549-4adf-9ccf-a772c9001a82
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3a713d6f-e96e-443f-b6d5-3f96e5fa0afd
ModelInvariantUuid:2ffd0350-9c70-4eea-b2fb-a681ab6b3b82
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:75435f8e-f520-4c88-bfd4-08d851a7bb9c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:51304ad2-6489-4d53-bfbf-43a9e6c92673
ModelInvariantUuid:2f898167-7b46-4cb6-9347-876d45128a93
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:6bcca9ee-9cf2-470d-ad52-355dee3d9fd0
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-05-25T16:50:20.317Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9870fd16-d732-4e42-a8f4-0e4f19c3e245
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-05-25T16:50:20.320Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-05-25T16:50:20.320Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9870fd16-d732-4e42-a8f4-0e4f19c3e245
2022-05-25T16:50:20.320Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4885be53-02a1-4b02-84e7-f772efbfe33e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T16:50:20.321Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:50:20.321Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.418Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:50:20.419Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4885be53-02a1-4b02-84e7-f772efbfe33e 787
2022-05-25T16:50:20.419Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.419Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.420Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:50:20.420Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:20.423Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:20.423Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497420419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:50:20.523Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:50:20.524Z||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-05-25T16:50:20.525Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:20.540Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:20.541Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:21.424Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "11e07e10-bbda-45ec-9da4-4b75ca51c1b4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "42b7f290-b549-4adf-9ccf-a772c9001a82",
"vfModuleModelCustomizationUUID": "1e6024ac-d18d-4dbb-aa36-acb0ded0fc37",
"isBase": true,
"artifacts": [
"797c76fc-eefd-4cae-84a6-7e78355e71f8",
"aa833c24-e00a-4fbd-9047-ee700e7ac192"
],
"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-05-25T16:50:21.428Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42b7f290-b549-4adf-9ccf-a772c9001a82
VfModuleModelInvariantUUID:11e07e10-bbda-45ec-9da4-4b75ca51c1b4
VfModuleModelDescription:NULL
Artifacts UUID List:{
797c76fc-eefd-4cae-84a6-7e78355e71f8
,
aa833c24-e00a-4fbd-9047-ee700e7ac192
}
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-05-25T16:50:21.430Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "11e07e10-bbda-45ec-9da4-4b75ca51c1b4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "42b7f290-b549-4adf-9ccf-a772c9001a82",
"vfModuleModelCustomizationUUID": "1e6024ac-d18d-4dbb-aa36-acb0ded0fc37",
"isBase": true,
"artifacts": [
"797c76fc-eefd-4cae-84a6-7e78355e71f8",
"aa833c24-e00a-4fbd-9047-ee700e7ac192"
],
"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-05-25T16:50:21.430Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42b7f290-b549-4adf-9ccf-a772c9001a82
VfModuleModelInvariantUUID:11e07e10-bbda-45ec-9da4-4b75ca51c1b4
VfModuleModelDescription:NULL
Artifacts UUID List:{
797c76fc-eefd-4cae-84a6-7e78355e71f8
,
aa833c24-e00a-4fbd-9047-ee700e7ac192
}
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-05-25T16:50:21.430Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 797c76fc-eefd-4cae-84a6-7e78355e71f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T16:50:21.431Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:50:21.431Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:21.479Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:50:21.479Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 797c76fc-eefd-4cae-84a6-7e78355e71f8 5033
2022-05-25T16:50:21.480Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:21.480Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:21.480Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:50:21.481Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:21.483Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:21.483Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497421480,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:50:21.583Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:21.584Z||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-05-25T16:50:21.584Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:21.605Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:21.606Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:22.484Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa833c24-e00a-4fbd-9047-ee700e7ac192 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T16:50:22.485Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:50:22.486Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:22.532Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:50:22.532Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env aa833c24-e00a-4fbd-9047-ee700e7ac192 903
2022-05-25T16:50:22.533Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:22.533Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:22.533Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:50:22.534Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:22.536Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:22.536Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653497422533,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T16:50:22.636Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:22.637Z||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-05-25T16:50:22.637Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:22.653Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T16:50:22.653Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:23.536Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 254b18ed-4455-4cff-8f18-b819556350bf
2022-05-25T16:50:23.537Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9870fd16-d732-4e42-a8f4-0e4f19c3e245 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T16:50:23.550Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e29e8c2, org.onap.sdc.toscaparser.api.parameters.Input@3fbde798, org.onap.sdc.toscaparser.api.parameters.Input@36751750, org.onap.sdc.toscaparser.api.parameters.Input@260b4e6, org.onap.sdc.toscaparser.api.parameters.Input@232e3390]
2022-05-25T16:50:23.552Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T16:50:23.553Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:23.553Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-05-25T16:50:23.553Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1f9963eb-9bda-439c-b7ea-0099fba75ff8
2022-05-25T16:50:23.553Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f9963eb-9bda-439c-b7ea-0099fba75ff8 matches Tosca VF Customization UUID: 1f9963eb-9bda-439c-b7ea-0099fba75ff8
2022-05-25T16:50:23.553Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1f9963eb-9bda-439c-b7ea-0099fba75ff8 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-05-25T16:50:23.556Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery