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)
2021-11-25T03:02:25.840Z||main|||||INFO|500||The following profiles are active: basic
2021-11-25T03:02:35.039Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-25T03:02:35.039Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-25T03:02:35.109Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-25T03:02:37.339Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-25T03:02:37.495Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-25T03:02:37.878Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-25T03:02:37.885Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-25T03:02:37.958Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-25T03:02:38.087Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-25T03:02:38.473Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-25T03:02:39.289Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-25T03:02:41.083Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-25T03:02:41.134Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-25T03:02:41.572Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-25T03:02:41.770Z||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.
2021-11-25T03:02:42.757Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-25T03:02:43.646Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-25T03:02:43.659Z||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$$925054bd.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)
2021-11-25T03:02:43.660Z||main|||||WARN|500||The sdc end point is not alive
2021-11-25T03:02:46.098Z||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
2021-11-25T03:02:48.494Z||main|||||WARN|500||---
2021-11-25T03:02:48.495Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-25T03:02:48.495Z||main|||||WARN|500||---
2021-11-25T03:02:48.888Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-25T03:02:53.147Z||main|||||INFO|500||Started Application in 31.467 seconds (JVM running for 32.55)
2021-11-25T03:02:53.159Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-25T03:02:53.161Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-25T03:02:53.170Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-25T03:02:53.192Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-25T03:02:53.263Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4916a9e3-9504-4abb-8778-faab6401d398 url= /sdc/v1/artifactTypes
2021-11-25T03:02:53.263Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-25T03:02:53.482Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-25T03:02:53.501Z||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
2021-11-25T03:02:53.526Z||scheduling-1|||||DEBUG|500||create keys
2021-11-25T03:02:53.533Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-25T03:02:53.981Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:02:53.996Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a1e104ea-2a29-4254-ba6c-beeb0bd1314f url= /sdc/v1/registerForDistribution
2021-11-25T03:02:54.997Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a1e104ea-2a29-4254-ba6c-beeb0bd1314f url= /sdc/v1/registerForDistribution
2021-11-25T03:02:54.997Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-25T03:02:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:02:55.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:02:55.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:02:55.010Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:02:55.010Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-25T03:02:55.010Z||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.
2021-11-25T03:02:55.010Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:03:07.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:03:07.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:03:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:03:55.005Z||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.
2021-11-25T03:03:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:03:55.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:03:55.006Z||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.
2021-11-25T03:03:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:04:04.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:04:04.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:04:55.004Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:04:55.005Z||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.
2021-11-25T03:04:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:04:55.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:04:55.005Z||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.
2021-11-25T03:04:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:05:04.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:05:04.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:05:55.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:05:55.004Z||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.
2021-11-25T03:05:55.004Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:05:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:05:55.006Z||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.
2021-11-25T03:05:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:06:04.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:06:04.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:06:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:06:55.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:06:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:06:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:06:55.006Z||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.
2021-11-25T03:06:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:07:04.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:07:04.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:07:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:07:55.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:07:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:07:55.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:07:55.006Z||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.
2021-11-25T03:07:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:08:04.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:08:04.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:08:55.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:08:55.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:08:55.016Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:08:55.016Z||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.
2021-11-25T03:08:55.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:08:55.019Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:09:04.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:09:04.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:09:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:09:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:09:55.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:09:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:09:55.005Z||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.
2021-11-25T03:09:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:10:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:10:04.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:10:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:10:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:10:55.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:10:55.006Z||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.
2021-11-25T03:10:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:10:55.006Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:11:04.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:11:04.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:11:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:11:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:11:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:11:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:11:55.005Z||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.
2021-11-25T03:11:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:12:04.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:12:04.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:12:27.694Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-25T03:12:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:12:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:12:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:12:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:12:55.005Z||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.
2021-11-25T03:12:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:13:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:13:04.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:13:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:13:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:13:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:13:55.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:13:55.005Z||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.
2021-11-25T03:13:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:14:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:14:04.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:14:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:14:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:14:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:14:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:14:55.005Z||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.
2021-11-25T03:14:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:15:04.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:15:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:15:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:15:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:15:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:15:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:15:55.005Z||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.
2021-11-25T03:15:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:16:04.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:16:04.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:16:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:16:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:16:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:16:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:16:55.005Z||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.
2021-11-25T03:16:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:17:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:17:04.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:17:55.004Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:17:55.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:17:55.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:17:55.006Z||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.
2021-11-25T03:17:55.006Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:17:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:18:04.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:18:04.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:18:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:18:55.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:18:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:18:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:18:55.006Z||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.
2021-11-25T03:18:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:19:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:19:04.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:19:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:19:55.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:19:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:19:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:19:55.005Z||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.
2021-11-25T03:19:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:20:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:20:04.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:20:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:20:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:20:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:20:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:20:55.005Z||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.
2021-11-25T03:20:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:21:04.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:21:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:21:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:21:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:21:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:21:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:21:55.005Z||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.
2021-11-25T03:21:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:22:04.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:22:04.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:22:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:22:55.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:22:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:22:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:22:55.005Z||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.
2021-11-25T03:22:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:23:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:23:04.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:23:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:23:55.004Z||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.
2021-11-25T03:23:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:23:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:23:55.007Z||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.
2021-11-25T03:23:55.007Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:24:04.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:24:04.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:24:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:24:55.004Z||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.
2021-11-25T03:24:55.004Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:24:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:24:55.005Z||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.
2021-11-25T03:24:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:25:04.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:25:04.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:25:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:25:55.004Z||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.
2021-11-25T03:25:55.004Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:25:55.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:25:55.006Z||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.
2021-11-25T03:25:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:26:04.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:26:04.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:26:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:26:55.004Z||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.
2021-11-25T03:26:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:26:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:26:55.006Z||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.
2021-11-25T03:26:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:27:04.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:27:04.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:27:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:27:55.005Z||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.
2021-11-25T03:27:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:27:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:27:55.006Z||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.
2021-11-25T03:27:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:28:04.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:28:04.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:28:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:28:55.004Z||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.
2021-11-25T03:28:55.004Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:28:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:28:55.005Z||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.
2021-11-25T03:28:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:29:04.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:29:04.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:29:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:29:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:29:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:29:55.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:29:55.006Z||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.
2021-11-25T03:29:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:30:04.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:30:04.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:30:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:30:55.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:30:55.005Z||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.
2021-11-25T03:30:55.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:30:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:30:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:31:04.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:31:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:31:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:31:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:31:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:31:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:31:55.005Z||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.
2021-11-25T03:31:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:32:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:32:04.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:32:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:32:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:32:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:32:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:32:55.005Z||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.
2021-11-25T03:32:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:33:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:33:04.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:33:55.004Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:33:55.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:33:55.006Z||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.
2021-11-25T03:33:55.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:33:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:33:55.006Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:34:04.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:34:04.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:34:55.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:34:55.004Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:34:55.010Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:34:55.010Z||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.
2021-11-25T03:34:55.011Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:34:55.011Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:35:04.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:35:04.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:35:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:35:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:35:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:35:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:35:55.005Z||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.
2021-11-25T03:35:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:36:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:36:04.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:36:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:36:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:36:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:36:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:36:55.005Z||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.
2021-11-25T03:36:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:37:04.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:37:04.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:37:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:37:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:37:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:37:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:37:55.006Z||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.
2021-11-25T03:37:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:38:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:38:04.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:38:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:38:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:38:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:38:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:38:55.005Z||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.
2021-11-25T03:38:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:39:04.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:39:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:39:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:39:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:39:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:39:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:39:55.005Z||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.
2021-11-25T03:39:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:40:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:40:04.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:40:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:40:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:40:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:40:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:40:55.005Z||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.
2021-11-25T03:40:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:41:04.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:41:04.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:41:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:41:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:41:55.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:41:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:41:55.005Z||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.
2021-11-25T03:41:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:42:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:42:04.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:42:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:42:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:42:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:42:55.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:42:55.005Z||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.
2021-11-25T03:42:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:43:04.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:43:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:43:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:43:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:43:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:43:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:43:55.005Z||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.
2021-11-25T03:43:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:44:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:44:04.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:44:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:44:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:44:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:44:55.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:44:55.005Z||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.
2021-11-25T03:44:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:45:04.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:45:04.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:45:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:45:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:45:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:45:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:45:55.005Z||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.
2021-11-25T03:45:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:46:04.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:46:04.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:46:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:46:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:46:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:46:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:46:55.005Z||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.
2021-11-25T03:46:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:47:04.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:47:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:47:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:47:55.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:47:55.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:47:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:47:55.005Z||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.
2021-11-25T03:47:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:48:03.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:03.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-25T03:48:03.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c","serviceName":"basic_onboard_OAKUZL","serviceVersion":"1.0","serviceUUID":"cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc","serviceDescription":"service","serviceInvariantUUID":"8815ef90-b0c3-48de-99a8-afba1909afe8","resources":[{"resourceInstanceName":"basic_onboard_OAKUZL 0","resourceName":"basic_onboard_OAKUZL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7e4b8ef-a372-464a-8051-858badbfc009","resourceInvariantUUID":"7516745b-9339-4979-9a9d-425da24abd10","resourceCustomizationUUID":"f7e43d99-d4ba-4901-9d97-5e5555418df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml","artifactChecksum":"ODZmZTBjN2ZlNDNmYTJlMGE3NjY4NjExMWUyMGQ1NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d08b183-60aa-4148-8687-987f6999ab68","artifactVersion":"1"},{"artifactName":"basic_onboard_oakuzl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json","artifactChecksum":"YWM3NzkyMGYyOWQ3Y2E4MTNlYmU1NWEyMmI1NzRjMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a9df1a9-471d-4f8d-86fa-229f00e8eb6d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68d04efa-2887-4e9b-99ae-8e9af5065172","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21d8d1d7-f318-47e0-a7c8-6cc92c51a402","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d1e363c-fe95-4a53-b2af-0a43eac88636","artifactVersion":"2","generatedFromUUID":"68d04efa-2887-4e9b-99ae-8e9af5065172"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOakuzl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml","artifactChecksum":"ZTU5ZGZjMGNlY2VmNzAzZjNmOGE4YmM4MmEyNTk5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8322666-3bad-4185-ae40-e2e02c357edb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOakuzl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar","artifactChecksum":"ZjdiMWJkZTU1YmM2NzlmYWE1ZTEwN2RkMmJjOTcyYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T03:48:03.515Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T03:48:03.520Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:03.536Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:03.536Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:48:03.636Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-11-25T03:48:03.639Z||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.
2021-11-25T03:48:03.639Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:03.650Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:03.650Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:03.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:03.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:48:03.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812077059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:48:03.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:48:04.542Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T03:48:04.542Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:04.544Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:04.544Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T03:48:04.644Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:04.645Z||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.
2021-11-25T03:48:04.645Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:04.655Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:04.655Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:05.544Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T03:48:05.546Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:05.547Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:05.547Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-25T03:48:05.647Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:05.648Z||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.
2021-11-25T03:48:05.649Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:05.659Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:05.659Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:06.548Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T03:48:06.549Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:06.550Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:06.550Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:48:06.650Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:06.651Z||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.
2021-11-25T03:48:06.651Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:06.662Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:06.662Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:07.551Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T03:48:07.551Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:07.553Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:07.553Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-25T03:48:07.653Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:07.654Z||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.
2021-11-25T03:48:07.654Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:07.664Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:07.664Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:08.553Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T03:48:08.554Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:08.556Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:08.556Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:48:08.656Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:08.657Z||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.
2021-11-25T03:48:08.657Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:08.666Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:08.666Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:09.556Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T03:48:09.557Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:09.558Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:09.559Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:48:09.659Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:09.661Z||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.
2021-11-25T03:48:09.661Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:09.673Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:09.673Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:10.560Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"serviceName": "basic_onboard_OAKUZL",
"serviceVersion": "1.0",
"serviceUUID": "cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc",
"serviceDescription": "service",
"serviceInvariantUUID": "8815ef90-b0c3-48de-99a8-afba1909afe8",
"resources": [
{
"resourceInstanceName": "basic_onboard_OAKUZL 0",
"resourceCustomizationUUID": "f7e43d99-d4ba-4901-9d97-5e5555418df1",
"resourceName": "basic_onboard_OAKUZL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f7e4b8ef-a372-464a-8051-858badbfc009",
"resourceInvariantUUID": "7516745b-9339-4979-9a9d-425da24abd10",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_oakuzl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"artifactChecksum": "YWM3NzkyMGYyOWQ3Y2E4MTNlYmU1NWEyMmI1NzRjMGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8a9df1a9-471d-4f8d-86fa-229f00e8eb6d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "68d04efa-2887-4e9b-99ae-8e9af5065172",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d1e363c-fe95-4a53-b2af-0a43eac88636",
"generatedFromUUID": "68d04efa-2887-4e9b-99ae-8e9af5065172"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d1e363c-fe95-4a53-b2af-0a43eac88636",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOakuzl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"artifactChecksum": "ZjdiMWJkZTU1YmM2NzlmYWE1ZTEwN2RkMmJjOTcyYWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3"
}
],
"workloadContext": "Production"
}
2021-11-25T03:48:10.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T03:48:10.561Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc ASDC
2021-11-25T03:48:10.705Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
ServiceName:basic_onboard_OAKUZL
ServiceVersion:1.0
ServiceUUID:cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc
ServiceInvariantUUID:8815ef90-b0c3-48de-99a8-afba1909afe8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOakuzl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar
ArtifactUUID:f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3
ArtifactChecksum:ZjdiMWJkZTU1YmM2NzlmYWE1ZTEwN2RkMmJjOTcyYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OAKUZL 0
ResourceCustomizationUUID:f7e43d99-d4ba-4901-9d97-5e5555418df1
ResourceInvariantUUID:7516745b-9339-4979-9a9d-425da24abd10
ResourceName:basic_onboard_OAKUZL
ResourceType:VF
ResourceUUID:f7e4b8ef-a372-464a-8051-858badbfc009
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oakuzl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json
ArtifactUUID:8a9df1a9-471d-4f8d-86fa-229f00e8eb6d
ArtifactChecksum:YWM3NzkyMGYyOWQ3Y2E4MTNlYmU1NWEyMmI1NzRjMGQ=
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/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:68d04efa-2887-4e9b-99ae-8e9af5065172
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/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env
ArtifactUUID:1d1e363c-fe95-4a53-b2af-0a43eac88636
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/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env
ArtifactUUID:1d1e363c-fe95-4a53-b2af-0a43eac88636
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-25T03:48:10.705Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc 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 (?, ?, ?, ?, ?)
2021-11-25T03:48:10.919Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T03:48:10.921Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-25T03:48:10.922Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-25T03:48:10.922Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3 from URL: /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:10.922Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-25T03:48:10.923Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:11.228Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-25T03:48:11.241Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3 71553
2021-11-25T03:48:11.243Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar ASDC sendASDCNotification
2021-11-25T03:48:11.243Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:11.243Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T03:48:11.244Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:11.246Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:11.246Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812091242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:48:11.346Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:11.347Z||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.
2021-11-25T03:48:11.347Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:11.358Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:11.358Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:12.247Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T03:48:12.248Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-25T03:48:12.248Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3, URL: /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar to file: /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:12.248Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:12.377Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:12.377Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:12.735Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3387735810776394835/Definitions/service-BasicOnboardOakuzl-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
2021-11-25T03:48:14.329Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T03:48:14.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-25T03:48:14.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:14.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-25T03:48:14.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OAKUZL 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-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-25T03:48:14.340Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.342Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:14.345Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria
2021-11-25T03:48:14.345Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-25T03:48:14.346Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T03:48:14.347Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria
2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:14.351Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is not matching search criteria
2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T03:48:14.353Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria
2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria
2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria
2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is not matching search criteria
2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb249249-2496-4c7a-8a47-70a379589d25
2021-11-25T03:48:14.356Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.356Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:14.356Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.356Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:14.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:14.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:14.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:14.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OAKUZL
Description:service
Model UUID:cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc
Model Version:NULL
Model InvariantUuid:8815ef90-b0c3-48de-99a8-afba1909afe8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OAKUZL
Model UUID:aedb4f42-f5e3-4a98-9a24-5359d833ec56
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7516745b-9339-4979-9a9d-425da24abd10
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f7e43d99-d4ba-4901-9d97-5e5555418df1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1ebe65e9-e799-4155-8cbe-b929f7527734
ModelName:BasicOnboardOakuzl..base_ubuntu18..module-0
ModelUuid:7c99cb67-6b40-4358-b45a-9bb9a6e700f2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bb249249-2496-4c7a-8a47-70a379589d25
ModelInvariantUuid:3038a3c1-a638-4b52-bc92-c35f6c243696
ModelName:basic_onboard_OAKUZL-nodes.ubuntu18Cvfc
ModelUuid:12dac745-9c17-45b4-b79d-316fc2b70426
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c6264d1d-42b6-45e4-aaa6-a9c028b6dc53
ModelInvariantUuid:0ff0715e-13c6-4138-80bf-12f84f470b12
ModelName:BasicOnboardOakuzl.compute.nodes.heat.ubuntu18
ModelUuid:1a78d485-4d92-4204-b885-4f817b9a82de
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=?
2021-11-25T03:48:14.377Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f7e4b8ef-a372-464a-8051-858badbfc009
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=?
2021-11-25T03:48:14.457Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||basic_onboard_OAKUZL 0
2021-11-25T03:48:14.463Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7e4b8ef-a372-464a-8051-858badbfc009
2021-11-25T03:48:14.463Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8a9df1a9-471d-4f8d-86fa-229f00e8eb6d from URL: /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json
2021-11-25T03:48:14.464Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-25T03:48:14.464Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json
2021-11-25T03:48:14.577Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-25T03:48:14.577Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json 8a9df1a9-471d-4f8d-86fa-229f00e8eb6d 798
2021-11-25T03:48:14.578Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json ASDC sendASDCNotification
2021-11-25T03:48:14.578Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json
2021-11-25T03:48:14.578Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T03:48:14.578Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:14.580Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:14.580Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812094578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:48:14.681Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:14.681Z||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.
2021-11-25T03:48:14.681Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:14.692Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:14.692Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:15.581Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOakuzl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1ebe65e9-e799-4155-8cbe-b929f7527734",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7c99cb67-6b40-4358-b45a-9bb9a6e700f2",
"vfModuleModelCustomizationUUID": "7a52684b-aeec-4b62-934b-506b88227616",
"isBase": true,
"artifacts": [
"68d04efa-2887-4e9b-99ae-8e9af5065172",
"1d1e363c-fe95-4a53-b2af-0a43eac88636"
],
"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": ""
}
}
]
2021-11-25T03:48:15.593Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOakuzl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c99cb67-6b40-4358-b45a-9bb9a6e700f2
VfModuleModelInvariantUUID:1ebe65e9-e799-4155-8cbe-b929f7527734
VfModuleModelDescription:NULL
Artifacts UUID List:{
68d04efa-2887-4e9b-99ae-8e9af5065172
,
1d1e363c-fe95-4a53-b2af-0a43eac88636
}
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
}
2021-11-25T03:48:15.595Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOakuzl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1ebe65e9-e799-4155-8cbe-b929f7527734",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7c99cb67-6b40-4358-b45a-9bb9a6e700f2",
"vfModuleModelCustomizationUUID": "7a52684b-aeec-4b62-934b-506b88227616",
"isBase": true,
"artifacts": [
"68d04efa-2887-4e9b-99ae-8e9af5065172",
"1d1e363c-fe95-4a53-b2af-0a43eac88636"
],
"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": ""
}
}
]
2021-11-25T03:48:15.595Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOakuzl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c99cb67-6b40-4358-b45a-9bb9a6e700f2
VfModuleModelInvariantUUID:1ebe65e9-e799-4155-8cbe-b929f7527734
VfModuleModelDescription:NULL
Artifacts UUID List:{
68d04efa-2887-4e9b-99ae-8e9af5065172
,
1d1e363c-fe95-4a53-b2af-0a43eac88636
}
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
}
2021-11-25T03:48:15.595Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 68d04efa-2887-4e9b-99ae-8e9af5065172 from URL: /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml
2021-11-25T03:48:15.596Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-25T03:48:15.596Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml
2021-11-25T03:48:15.769Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-25T03:48:15.770Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml 68d04efa-2887-4e9b-99ae-8e9af5065172 5033
2021-11-25T03:48:15.770Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-25T03:48:15.770Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml
2021-11-25T03:48:15.770Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T03:48:15.770Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:15.772Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:15.772Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812095770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:48:15.872Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:15.873Z||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.
2021-11-25T03:48:15.873Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:15.884Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:15.884Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:16.773Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1d1e363c-fe95-4a53-b2af-0a43eac88636 from URL: /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env
2021-11-25T03:48:16.773Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-25T03:48:16.773Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env
2021-11-25T03:48:16.955Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-25T03:48:16.956Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env 1d1e363c-fe95-4a53-b2af-0a43eac88636 909
2021-11-25T03:48:16.956Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-25T03:48:16.956Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env
2021-11-25T03:48:16.956Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T03:48:16.956Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:16.958Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:16.958Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812096956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:48:17.058Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:17.059Z||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.
2021-11-25T03:48:17.059Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:17.071Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:17.072Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:17.959Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc
2021-11-25T03:48:17.959Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OAKUZL 0 f7e4b8ef-a372-464a-8051-858badbfc009 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=?
2021-11-25T03:48:17.986Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ecf41a5, org.onap.sdc.toscaparser.api.parameters.Input@3333e863, org.onap.sdc.toscaparser.api.parameters.Input@75314d7c, org.onap.sdc.toscaparser.api.parameters.Input@46f2bb85, org.onap.sdc.toscaparser.api.parameters.Input@72041897]
2021-11-25T03:48:17.990Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:17.990Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:17.990Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-11-25T03:48:17.991Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f7e43d99-d4ba-4901-9d97-5e5555418df1
2021-11-25T03:48:17.991Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7e43d99-d4ba-4901-9d97-5e5555418df1 matches Tosca VF Customization UUID: f7e43d99-d4ba-4901-9d97-5e5555418df1
2021-11-25T03:48:17.991Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f7e43d99-d4ba-4901-9d97-5e5555418df1 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=?
2021-11-25T03:48:17.999Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:17.999Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:18.001Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f7e43d99-d4ba-4901-9d97-5e5555418df1: {\"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\"}
2021-11-25T03:48:18.001Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fcb5c37
2021-11-25T03:48:18.001Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.001Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T03:48:18.002Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7a52684b-aeec-4b62-934b-506b88227616
2021-11-25T03:48:18.003Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7a52684b-aeec-4b62-934b-506b88227616
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=?
2021-11-25T03:48:18.010Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.010Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria
2021-11-25T03:48:18.010Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T03:48:18.011Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.011Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria
2021-11-25T03:48:18.011Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T03:48:18.012Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.012Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is not matching search criteria
2021-11-25T03:48:18.012Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-25T03:48:18.012Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-25T03:48:18.013Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb249249-2496-4c7a-8a47-70a379589d25
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=?
2021-11-25T03:48:18.020Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.020Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria
2021-11-25T03:48:18.021Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T03:48:18.021Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.021Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria
2021-11-25T03:48:18.021Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=f7e43d99-d4ba-4901-9d97-5e5555418df1
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=?
2021-11-25T03:48:18.023Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.023Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:18.023Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc: basic_onboard_OAKUZL
2021-11-25T03:48:18.023Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.023Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:48:18.025Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_OAKUZL
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 (?, ?, ?, ?, ?)
2021-11-25T03:48:18.215Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OAKUZL f7e4b8ef-a372-464a-8051-858badbfc009 1 ASDC deployResourceStructure
2021-11-25T03:48:18.215Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json ASDC sendASDCNotification
2021-11-25T03:48:18.216Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json
2021-11-25T03:48:18.216Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T03:48:18.216Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:18.218Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:18.218Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812098215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-25T03:48:18.318Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:18.318Z||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.
2021-11-25T03:48:18.319Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:18.330Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:18.330Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:19.219Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-25T03:48:19.219Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml
2021-11-25T03:48:19.219Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T03:48:19.219Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:19.221Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:19.221Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812099219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-25T03:48:19.321Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:19.322Z||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.
2021-11-25T03:48:19.322Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:19.333Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:19.333Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:20.222Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-25T03:48:20.222Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env
2021-11-25T03:48:20.223Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T03:48:20.223Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:20.224Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:20.225Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812100222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-25T03:48:20.325Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:20.326Z||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.
2021-11-25T03:48:20.326Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:20.336Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:20.337Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:21.225Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar ASDC sendASDCNotification
2021-11-25T03:48:21.226Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar
2021-11-25T03:48:21.226Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T03:48:21.227Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:48:21.229Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:48:21.229Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812101225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T03:48:21.329Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:48:21.330Z||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.
2021-11-25T03:48:21.330Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:48:21.342Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:21.343Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:48:22.230Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:48:22.253Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:48:22.255Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T03:48:22.256Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T03:48:22.256Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T03:48:52.256Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:48:52.265Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:48:52.267Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T03:48:52.267Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T03:48:52.267Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T03:48:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:48:55.006Z||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.
2021-11-25T03:48:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:48:55.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:48:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:48:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "dcae-sch",
"timestamp": 1637812081652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:48:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:49:22.268Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:49:22.277Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:49:22.279Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T03:49:22.279Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T03:49:22.279Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T03:49:52.279Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:49:52.288Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:49:52.290Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T03:49:52.290Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T03:49:52.290Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T03:49:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:49:55.006Z||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.
2021-11-25T03:49:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:49:55.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:49:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:49:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "cds",
"timestamp": 1637812079233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:49:55.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:49:55.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:49:55.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:49:55.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:22.291Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:50:22.300Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:50:22.302Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T03:50:22.302Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T03:50:22.303Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T03:50:52.303Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:50:52.312Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:50:52.314Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T03:50:52.314Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T03:50:52.315Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T03:50:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:50:55.006Z||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.
2021-11-25T03:50:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:50:55.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:50:55.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812077059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "dcae-sch",
"timestamp": 1637812081652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "cds",
"timestamp": 1637812079233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812077059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "dcae-sch",
"timestamp": 1637812081652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "cds",
"timestamp": 1637812079233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812084887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812077059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "dcae-sch",
"timestamp": 1637812081652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "cds",
"timestamp": 1637812079233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812084887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "dcae-sch",
"timestamp": 1637812081652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812077059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "cds",
"timestamp": 1637812079233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812084887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "aai-ml",
"timestamp": 1637812087684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812077059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "dcae-sch",
"timestamp": 1637812081652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "cds",
"timestamp": 1637812079233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812084887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "clamp",
"timestamp": 1637812088079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "aai-ml",
"timestamp": 1637812087684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "dcae-sch",
"timestamp": 1637812081652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812077059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812084887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "cds",
"timestamp": 1637812079233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812075003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "clamp",
"timestamp": 1637812088079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "aai-ml",
"timestamp": 1637812087684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812084887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "clamp",
"timestamp": 1637812088079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812090965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "cds",
"timestamp": 1637812091041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812091242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "aai-ml",
"timestamp": 1637812087684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812084887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "clamp",
"timestamp": 1637812088079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812092043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "cds",
"timestamp": 1637812092060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-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=?
2021-11-25T03:50:55.556Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
2021-11-25T03:50:55.556Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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 (?, ?, ?, ?, ?)
2021-11-25T03:50:55.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "aai-ml",
"timestamp": 1637812087684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "clamp",
"timestamp": 1637812088079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "aai-ml",
"timestamp": 1637812087684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812093460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "clamp",
"timestamp": 1637812088079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "policy-id",
"timestamp": 1637812093300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "aai-ml",
"timestamp": 1637812087684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812094546,
"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=?
2021-11-25T03:50:55.572Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
2021-11-25T03:50:55.572Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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 (?, ?, ?, ?, ?)
2021-11-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812094578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.581Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "clamp",
"timestamp": 1637812088079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "policy-id",
"timestamp": 1637812093300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "aai-ml",
"timestamp": 1637812095512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812095551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812095770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "policy-id",
"timestamp": 1637812093300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812096956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "policy-id",
"timestamp": 1637812093300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "policy-id",
"timestamp": 1637812093300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812098215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "policy-id",
"timestamp": 1637812093300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812099219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "policy-id",
"timestamp": 1637812093300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812100222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "clamp",
"timestamp": 1637812100560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812101225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T03:50:55.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "policy-id",
"timestamp": 1637812101244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "policy-id",
"timestamp": 1637812102250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "clamp",
"timestamp": 1637812102574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812102398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "policy-id",
"timestamp": 1637812103254,
"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=?
2021-11-25T03:50:55.590Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
2021-11-25T03:50:55.590Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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=?
2021-11-25T03:50:55.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "clamp",
"timestamp": 1637812103578,
"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=?
2021-11-25T03:50:55.600Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
2021-11-25T03:50:55.600Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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 (?, ?, ?, ?, ?)
2021-11-25T03:50:55.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812102398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812102398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812102398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812102398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812102398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "aai-ml",
"timestamp": 1637812108270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T03:50:55.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812102398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:50:55.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:50:55.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "aai-ml",
"timestamp": 1637812109276,
"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=?
2021-11-25T03:50:55.613Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
2021-11-25T03:50:55.613Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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 (?, ?, ?, ?, ?)
2021-11-25T03:50:55.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812110253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:50:55.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812113993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T03:50:55.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:50:55.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:50:55.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812114998,
"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=?
2021-11-25T03:50:55.625Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
2021-11-25T03:50:55.625Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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 (?, ?, ?, ?, ?)
2021-11-25T03:51:22.315Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:51:22.325Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c
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=?
2021-11-25T03:51:22.331Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T03:51:22.331Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T03:51:22.332Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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=?
2021-11-25T03:51:22.339Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T03:51:52.340Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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=?
2021-11-25T03:51:52.349Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c and serviceModelVersionId: cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc
2021-11-25T03:51:52.349Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8815ef90-b0c3-48de-99a8-afba1909afe8
2021-11-25T03:51:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:51:55.006Z||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.
2021-11-25T03:51:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:52:04.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:52:08.203Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0
2021-11-25T03:52:08.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T03:52:08.793Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0|INFO|500||Invoke
2021-11-25T03:52:08.800Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81d65016-f065-43ce-ae63-db9ad2ec8a35], X-ECOMP-RequestID=[c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c], X-TransactionId=[], X-ONAP-RequestID=[c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c], Content-Type=[application/merge-patch+json]}
2021-11-25T03:52:08.950Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-25T03:52:09.330Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?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/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211125-03:52:08:961-12583], vertex-id=[200704], Content-Length=[0], Date=[Thu, 25 Nov 2021 03:52:08 GMT], Content-Type=[application/json]}
2021-11-25T03:52:09.331Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-25T03:52:09.332Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0|INFO|500||InvokeReturn
2021-11-25T03:52:09.335Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T03:52:09.336Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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=?
2021-11-25T03:52:09.340Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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)
2021-11-25T03:52:09.341Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T03:52:09.342Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T03:52:09.342Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:52:09.344Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:52:09.344Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812329341,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T03:52:09.444Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:52:09.445Z||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.
2021-11-25T03:52:09.445Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:52:09.456Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:52:09.456Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-11-25T03:52:10.356Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:52:10.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:52:10.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:52:20.613Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:52:20.614Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:52:20.614Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:52:20.614Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:52:30.151Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:52:30.152Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:52:30.152Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-25T03:52:30.152Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OfBjsyvieL9lJwol) ...
2021-11-25T03:52:39.705Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:52:39.705Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:52:39.706Z||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.
2021-11-25T03:52:39.706Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:52:49.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:52:55.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:52:55.004Z||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.
2021-11-25T03:52:55.004Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:52:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:52:55.005Z||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.
2021-11-25T03:52:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:52:55.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:52:55.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T03:52:55.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812329341,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T03:52:55.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:53:04.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:53:55.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:53:55.005Z||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.
2021-11-25T03:53:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:53:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:53:55.005Z||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.
2021-11-25T03:53:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:54:04.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:54:04.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:54:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:54:55.004Z||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.
2021-11-25T03:54:55.004Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:54:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:54:55.005Z||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.
2021-11-25T03:54:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:55:04.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:55:04.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:55:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:55:55.004Z||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.
2021-11-25T03:55:55.004Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:55:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:55:55.005Z||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.
2021-11-25T03:55:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:56:04.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:56:04.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:56:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:56:55.004Z||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.
2021-11-25T03:56:55.004Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:56:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:56:55.005Z||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.
2021-11-25T03:56:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:57:04.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:57:04.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:57:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:57:55.004Z||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.
2021-11-25T03:57:55.004Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:57:55.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:57:55.005Z||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.
2021-11-25T03:57:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:58:04.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:58:04.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:58:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:58:55.005Z||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.
2021-11-25T03:58:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:58:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:58:55.006Z||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.
2021-11-25T03:58:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:58:55.131Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:58:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "dcae-sch",
"timestamp": 1637812721652,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:58:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "clamp",
"timestamp": 1637812718079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:58:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812717059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:58:55.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "aai-ml",
"timestamp": 1637812717684,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:58:55.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "cds",
"timestamp": 1637812724233,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:58:55.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "clamp",
"timestamp": 1637812718079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:58:55.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "dcae-sch",
"timestamp": 1637812721652,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:58:55.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812717059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:58:55.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "aai-ml",
"timestamp": 1637812717684,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:58:55.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812724887,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:58:55.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "cds",
"timestamp": 1637812724233,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:58:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812724887,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:58:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "aai-ml",
"timestamp": 1637812727269,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:58:55.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:58:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "cds",
"timestamp": 1637812727564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:58:55.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:58:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "cds",
"timestamp": 1637812728582,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-25T03:58:55.158Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0c385b2-f42d-43d2-be5c-dc0acd193845
2021-11-25T03:58:55.159Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c385b2-f42d-43d2-be5c-dc0acd193845 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 (?, ?, ?, ?, ?)
2021-11-25T03:58:55.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "aai-ml",
"timestamp": 1637812731025,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T03:58:55.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:58:55.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "aai-ml",
"timestamp": 1637812732029,
"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=?
2021-11-25T03:58:55.177Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0c385b2-f42d-43d2-be5c-dc0acd193845
2021-11-25T03:58:55.177Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c385b2-f42d-43d2-be5c-dc0acd193845 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 (?, ?, ?, ?, ?)
2021-11-25T03:58:55.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "clamp",
"timestamp": 1637812732659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:58:55.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:58:55.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812732398,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:58:55.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "policy-id",
"timestamp": 1637812733300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:58:55.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812732398,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:58:55.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T03:58:55.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "clamp",
"timestamp": 1637812734666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T03:58:55.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T03:58:55.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:58:55.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T03:58:55.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0c385b2-f42d-43d2-be5c-dc0acd193845","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fb2543ed-456b-4cfe-bda6-da904d6f76b1","serviceDescription":"service","serviceInvariantUUID":"0597fd15-7368-48c4-8489-d62faab83456","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ea33393b-051b-4991-8178-4aa6b0a02db1","resourceInvariantUUID":"aa3e2eb8-d97d-4805-8032-fb97212ca98e","resourceCustomizationUUID":"f98f4d82-ed8f-4aaa-a3fd-3971523b6659","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":"YTc1N2Y3NzZmZDgwNzc3NWEzZTU3ZGU4ODU0MmIwN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80251a89-273f-4589-ab09-95a3e813f934","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGViNjFiNDA3MTE2YmIxMDI0MzhlODM0NzYwZjZjZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27b7564e-d6c8-4b64-a508-f4bc76a9f718","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T03:58:55.633Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T03:58:55.633Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:58:55.635Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:58:55.635Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812735003,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T03:58:55.735Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:58:55.736Z||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.
2021-11-25T03:58:55.736Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:58:55.747Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:58:55.748Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:58:56.635Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T03:58:56.636Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:58:56.638Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:58:56.639Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812735003,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:58:56.738Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T03:58:56.739Z||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.
2021-11-25T03:58:56.739Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:58:56.750Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:58:56.750Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:58:57.640Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "fb2543ed-456b-4cfe-bda6-da904d6f76b1",
"serviceDescription": "service",
"serviceInvariantUUID": "0597fd15-7368-48c4-8489-d62faab83456",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f98f4d82-ed8f-4aaa-a3fd-3971523b6659",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ea33393b-051b-4991-8178-4aa6b0a02db1",
"resourceInvariantUUID": "aa3e2eb8-d97d-4805-8032-fb97212ca98e",
"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": "ZGViNjFiNDA3MTE2YmIxMDI0MzhlODM0NzYwZjZjZDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "27b7564e-d6c8-4b64-a508-f4bc76a9f718"
}
],
"workloadContext": "Production"
}
2021-11-25T03:58:57.640Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T03:58:57.640Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fb2543ed-456b-4cfe-bda6-da904d6f76b1 ASDC
2021-11-25T03:58:57.640Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d0c385b2-f42d-43d2-be5c-dc0acd193845
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fb2543ed-456b-4cfe-bda6-da904d6f76b1
ServiceInvariantUUID:0597fd15-7368-48c4-8489-d62faab83456
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:27b7564e-d6c8-4b64-a508-f4bc76a9f718
ArtifactChecksum:ZGViNjFiNDA3MTE2YmIxMDI0MzhlODM0NzYwZjZjZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f98f4d82-ed8f-4aaa-a3fd-3971523b6659
ResourceInvariantUUID:aa3e2eb8-d97d-4805-8032-fb97212ca98e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ea33393b-051b-4991-8178-4aa6b0a02db1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-11-25T03:58:57.641Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb2543ed-456b-4cfe-bda6-da904d6f76b1 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=?
2021-11-25T03:58:57.664Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T03:58:57.665Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-25T03:58:57.665Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-25T03:58:57.665Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 27b7564e-d6c8-4b64-a508-f4bc76a9f718 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-25T03:58:57.665Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-25T03:58:57.666Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-25T03:58:58.030Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-25T03:58:58.033Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 27b7564e-d6c8-4b64-a508-f4bc76a9f718 52489
2021-11-25T03:58:58.033Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-25T03:58:58.034Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-25T03:58:58.034Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T03:58:58.034Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:58:58.036Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:58:58.036Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812738033,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T03:58:58.136Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T03:58:58.136Z||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.
2021-11-25T03:58:58.137Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:58:58.147Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:58:58.147Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:58:59.036Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T03:58:59.037Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-25T03:58:59.038Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 27b7564e-d6c8-4b64-a508-f4bc76a9f718, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.038Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-25T03:58:59.038Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.039Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.141Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9757627833943382800/Definitions/service-BasicNetwork-template.yml
2021-11-25T03:58:59.713Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:fb2543ed-456b-4cfe-bda6-da904d6f76b1
Model Version:NULL
Model InvariantUuid:0597fd15-7368-48c4-8489-d62faab83456
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:aa3e2eb8-d97d-4805-8032-fb97212ca98e
Model UUID:8cf9638d-0541-41e3-b610-c865e0d20c45
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f98f4d82-ed8f-4aaa-a3fd-3971523b6659
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=?
2021-11-25T03:58:59.726Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: ea33393b-051b-4991-8178-4aa6b0a02db1
2021-11-25T03:58:59.726Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||No resources found for Service: fb2543ed-456b-4cfe-bda6-da904d6f76b1
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=?
2021-11-25T03:58:59.730Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||
2021-11-25T03:58:59.730Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-11-25T03:58:59.730Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||No resources found for Service: fb2543ed-456b-4cfe-bda6-da904d6f76b1
2021-11-25T03:58:59.730Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fb2543ed-456b-4cfe-bda6-da904d6f76b1
2021-11-25T03:58:59.731Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-11-25T03:58:59.731Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-25T03:58:59.735Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74baafe7, org.onap.sdc.toscaparser.api.parameters.Input@3f47d154, org.onap.sdc.toscaparser.api.parameters.Input@519f2672, org.onap.sdc.toscaparser.api.parameters.Input@673765a7, org.onap.sdc.toscaparser.api.parameters.Input@46d33b31]
2021-11-25T03:58:59.736Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.736Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fb2543ed-456b-4cfe-bda6-da904d6f76b1: Generic NeutronNet
2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.738Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-25T03:58:59.761Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.762Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.762Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.762Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.763Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T03:58:59.763Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T03:58:59.763Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-25T03:58:59.817Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-11-25T03:58:59.817Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-25T03:58:59.817Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-25T03:58:59.817Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T03:58:59.818Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T03:58:59.819Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T03:58:59.819Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812739817,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T03:58:59.922Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-25T03:58:59.922Z||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.
2021-11-25T03:58:59.922Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T03:58:59.932Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:58:59.933Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T03:59:00.820Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T03:59:00.830Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T03:59:00.833Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T03:59:00.833Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T03:59:00.833Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T03:59:00.833Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T03:59:30.834Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T03:59:30.842Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T03:59:30.844Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T03:59:30.844Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T03:59:30.844Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T03:59:30.844Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T03:59:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T03:59:55.006Z||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.
2021-11-25T03:59:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T03:59:55.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T03:59:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T03:59:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "policy-id",
"timestamp": 1637812733300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T03:59:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:00:00.845Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T04:00:00.854Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T04:00:00.857Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:00:00.857Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T04:00:00.857Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T04:00:00.857Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T04:00:30.858Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T04:00:30.866Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T04:00:30.871Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:00:30.871Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T04:00:30.871Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T04:00:30.871Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T04:00:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T04:00:55.006Z||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.
2021-11-25T04:00:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T04:00:55.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:00:55.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:00:55.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812735275,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:00:55.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:01:00.871Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T04:01:00.880Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T04:01:00.882Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:01:00.882Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T04:01:00.882Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T04:01:00.882Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T04:01:30.882Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T04:01:30.891Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T04:01:30.893Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:01:30.894Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T04:01:30.894Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T04:01:30.894Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T04:01:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T04:01:55.006Z||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.
2021-11-25T04:01:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T04:01:55.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:01:55.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:01:55.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812735003,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:01:55.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:01:55.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:01:55.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "clamp",
"timestamp": 1637812735668,
"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=?
2021-11-25T04:01:55.534Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0c385b2-f42d-43d2-be5c-dc0acd193845
2021-11-25T04:01:55.534Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c385b2-f42d-43d2-be5c-dc0acd193845 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 (?, ?, ?, ?, ?)
2021-11-25T04:01:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:01:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "policy-id",
"timestamp": 1637812736065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:01:55.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:01:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812735003,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:01:55.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812736804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:01:55.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "policy-id",
"timestamp": 1637812737070,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:01:55.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812737808,
"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=?
2021-11-25T04:01:55.547Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0c385b2-f42d-43d2-be5c-dc0acd193845
2021-11-25T04:01:55.548Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c385b2-f42d-43d2-be5c-dc0acd193845 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 (?, ?, ?, ?, ?)
2021-11-25T04:01:55.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:01:55.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812738033,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:01:55.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:01:55.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:01:55.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "policy-id",
"timestamp": 1637812738072,
"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=?
2021-11-25T04:01:55.557Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0c385b2-f42d-43d2-be5c-dc0acd193845
2021-11-25T04:01:55.558Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c385b2-f42d-43d2-be5c-dc0acd193845 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 (?, ?, ?, ?, ?)
2021-11-25T04:01:55.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:01:55.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812739817,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:01:55.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:00.894Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T04:02:00.903Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845
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=?
2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:02:00.907Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:02:00.907Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:02:00.907Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:02:00.907Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-25T04:02:00.911Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T04:02:30.911Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 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=?
2021-11-25T04:02:30.916Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 and serviceModelVersionId: fb2543ed-456b-4cfe-bda6-da904d6f76b1
2021-11-25T04:02:30.916Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0597fd15-7368-48c4-8489-d62faab83456
2021-11-25T04:02:30.917Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0
2021-11-25T04:02:30.921Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T04:02:30.962Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0|INFO|500||Invoke
2021-11-25T04:02:30.962Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d0c385b2-f42d-43d2-be5c-dc0acd193845], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bda0e5ce-7f1d-4c29-9e35-fe0a3db19ab7], X-ECOMP-RequestID=[d0c385b2-f42d-43d2-be5c-dc0acd193845], X-TransactionId=[], X-ONAP-RequestID=[d0c385b2-f42d-43d2-be5c-dc0acd193845], Content-Type=[application/merge-patch+json]}
2021-11-25T04:02:30.988Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-25T04:02:31.238Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?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/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211125-04:02:30:996-77483], vertex-id=[151696], Content-Length=[0], Date=[Thu, 25 Nov 2021 04:02:30 GMT], Content-Type=[application/json]}
2021-11-25T04:02:31.239Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-25T04:02:31.239Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0|INFO|500||InvokeReturn
2021-11-25T04:02:31.240Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T04:02:31.240Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-25T04:02:31.244Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-25T04:02:31.245Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0c385b2-f42d-43d2-be5c-dc0acd193845 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T04:02:31.245Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T04:02:31.245Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:31.247Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:31.248Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812951245,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T04:02:31.347Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T04:02:31.348Z||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.
2021-11-25T04:02:31.348Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:31.363Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:31.363Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-25T04:02:32.258Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T04:02:32.258Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|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.
2021-11-25T04:02:32.258Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|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 OfBjsyvieL9lJwol) ...
2021-11-25T04:02:42.617Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:42.618Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T04:02:42.618Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"87f38fa0-0ba8-4127-a06a-094b5f255675","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"04750e73-b70c-424f-bd94-bc561b31d49c","serviceDescription":"service","serviceInvariantUUID":"d4a1ce94-6a77-4e19-80d2-891c0b5f195a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a96df80-7de6-44c0-964a-755763a4747c","resourceInvariantUUID":"0be45ae9-ffe8-45ca-8019-68a90d775393","resourceCustomizationUUID":"78f0cfc8-6109-4aff-9f12-f9ca814d54e3","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":"MzIzYmU0MmMyYjllODllMmRiYWQ5NWE3MDNhM2RkM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36b411a7-b45f-4756-9b4a-3f911e45b2c9","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":"MjkwOTk2YTZmZTQzODNlNzZhOTc5NWQzMGVhZDM1MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a555528b-ce13-4e72-b19f-2f9d9b66a04e","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":"dc223578-fdc0-43ac-b084-6cced196d7e9","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":"31c852ab-ae01-4639-a4f2-265b1ae124cb","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":"79d88971-63ec-43cf-adf2-bd34a5854a3d","artifactVersion":"2","generatedFromUUID":"dc223578-fdc0-43ac-b084-6cced196d7e9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDEwZDFjNjFmNWExZjZkNGE3OWU5NmU4MjhjNzhjNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ff5b12b-b610-480e-bb20-166425eef2d3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjA3NjkyMWFmNTE2NjI5Mjg4YjU3NzI2OWM0MGY5N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75759a4c-6b3d-462f-9b36-a6e01ea11ff9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T04:02:42.623Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:02:42.623Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:42.625Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:42.626Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:42.725Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T04:02:42.726Z||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.
2021-11-25T04:02:42.726Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:42.737Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:42.737Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:43.626Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:02:43.627Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:43.629Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:43.629Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T04:02:43.729Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:43.730Z||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.
2021-11-25T04:02:43.730Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:43.746Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:43.747Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-11-25T04:02:44.630Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:02:44.631Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:44.632Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:44.633Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-25T04:02:44.733Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:44.733Z||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.
2021-11-25T04:02:44.733Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:44.742Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:44.743Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-25T04:02:45.633Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:02:45.634Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:45.635Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:45.635Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:45.735Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:45.736Z||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.
2021-11-25T04:02:45.736Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:45.748Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:45.748Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:46.636Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:02:46.637Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:46.638Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:46.638Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-25T04:02:46.738Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T04:02:46.739Z||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.
2021-11-25T04:02:46.739Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:46.748Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:46.748Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:47.639Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:02:47.640Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:47.641Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:47.641Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:47.741Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:47.742Z||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.
2021-11-25T04:02:47.742Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:47.755Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:47.755Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:48.642Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:02:48.642Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:48.644Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:48.644Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:02:48.744Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T04:02:48.745Z||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.
2021-11-25T04:02:48.745Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:48.756Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:48.756Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:49.646Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "04750e73-b70c-424f-bd94-bc561b31d49c",
"serviceDescription": "service",
"serviceInvariantUUID": "d4a1ce94-6a77-4e19-80d2-891c0b5f195a",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "78f0cfc8-6109-4aff-9f12-f9ca814d54e3",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4a96df80-7de6-44c0-964a-755763a4747c",
"resourceInvariantUUID": "0be45ae9-ffe8-45ca-8019-68a90d775393",
"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": "MjkwOTk2YTZmZTQzODNlNzZhOTc5NWQzMGVhZDM1MDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a555528b-ce13-4e72-b19f-2f9d9b66a04e",
"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": "dc223578-fdc0-43ac-b084-6cced196d7e9",
"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": "79d88971-63ec-43cf-adf2-bd34a5854a3d",
"generatedFromUUID": "dc223578-fdc0-43ac-b084-6cced196d7e9"
},
"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": "79d88971-63ec-43cf-adf2-bd34a5854a3d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZjA3NjkyMWFmNTE2NjI5Mjg4YjU3NzI2OWM0MGY5N2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75759a4c-6b3d-462f-9b36-a6e01ea11ff9"
}
],
"workloadContext": "Production"
}
2021-11-25T04:02:49.646Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T04:02:49.646Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 04750e73-b70c-424f-bd94-bc561b31d49c ASDC
2021-11-25T04:02:49.647Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:87f38fa0-0ba8-4127-a06a-094b5f255675
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:04750e73-b70c-424f-bd94-bc561b31d49c
ServiceInvariantUUID:d4a1ce94-6a77-4e19-80d2-891c0b5f195a
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:75759a4c-6b3d-462f-9b36-a6e01ea11ff9
ArtifactChecksum:ZjA3NjkyMWFmNTE2NjI5Mjg4YjU3NzI2OWM0MGY5N2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:78f0cfc8-6109-4aff-9f12-f9ca814d54e3
ResourceInvariantUUID:0be45ae9-ffe8-45ca-8019-68a90d775393
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4a96df80-7de6-44c0-964a-755763a4747c
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:a555528b-ce13-4e72-b19f-2f9d9b66a04e
ArtifactChecksum:MjkwOTk2YTZmZTQzODNlNzZhOTc5NWQzMGVhZDM1MDA=
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:dc223578-fdc0-43ac-b084-6cced196d7e9
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:79d88971-63ec-43cf-adf2-bd34a5854a3d
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:79d88971-63ec-43cf-adf2-bd34a5854a3d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-25T04:02:49.647Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 04750e73-b70c-424f-bd94-bc561b31d49c 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 (?, ?, ?, ?, ?)
2021-11-25T04:02:49.670Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T04:02:49.670Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-25T04:02:49.670Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-25T04:02:49.670Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 75759a4c-6b3d-462f-9b36-a6e01ea11ff9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-25T04:02:49.671Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-25T04:02:49.671Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-25T04:02:50.529Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-25T04:02:50.533Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 75759a4c-6b3d-462f-9b36-a6e01ea11ff9 71045
2021-11-25T04:02:50.533Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-25T04:02:50.533Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-25T04:02:50.533Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T04:02:50.533Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:50.535Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:50.535Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812970533,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:50.635Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:50.636Z||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.
2021-11-25T04:02:50.636Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:50.645Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:50.645Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:51.536Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T04:02:51.536Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-25T04:02:51.537Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 75759a4c-6b3d-462f-9b36-a6e01ea11ff9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:51.537Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-25T04:02:51.537Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:51.537Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:51.660Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14671996661920016813/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
2021-11-25T04:02:52.886Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a2cdf86-63a5-4122-9dda-7ffa13f3939b
2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.893Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:52.893Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:52.893Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:52.893Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:04750e73-b70c-424f-bd94-bc561b31d49c
Model Version:NULL
Model InvariantUuid:d4a1ce94-6a77-4e19-80d2-891c0b5f195a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:d994d988-e363-42d2-becb-82aa5e77c744
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0be45ae9-ffe8-45ca-8019-68a90d775393
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:78f0cfc8-6109-4aff-9f12-f9ca814d54e3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e14947b1-529b-4a48-b924-f3b9affd128e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a5384fa9-9a78-48d6-ba87-e82790054002
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1a2cdf86-63a5-4122-9dda-7ffa13f3939b
ModelInvariantUuid:dbe36212-9616-4fc6-b977-7ad406b08d4c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e1ae2e62-4902-4241-8729-ca7f80c675a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:4c1834ee-2913-4c08-87d4-7044d747fa7a
ModelInvariantUuid:dc2a5642-8365-4c80-8b2f-58ef2a764410
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:edc7c125-251e-4b5b-87f0-dd6dff24519f
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=?
2021-11-25T04:02:52.898Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a96df80-7de6-44c0-964a-755763a4747c
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=?
2021-11-25T04:02:52.901Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-11-25T04:02:52.901Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a96df80-7de6-44c0-964a-755763a4747c
2021-11-25T04:02:52.901Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a555528b-ce13-4e72-b19f-2f9d9b66a04e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-25T04:02:52.901Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-25T04:02:52.901Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-25T04:02:53.119Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-25T04:02:53.120Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a555528b-ce13-4e72-b19f-2f9d9b66a04e 787
2021-11-25T04:02:53.120Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-25T04:02:53.120Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-25T04:02:53.120Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T04:02:53.120Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:53.122Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:53.122Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812973120,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:53.222Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:53.223Z||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.
2021-11-25T04:02:53.223Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:53.232Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:53.232Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:54.122Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "e14947b1-529b-4a48-b924-f3b9affd128e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a5384fa9-9a78-48d6-ba87-e82790054002",
"vfModuleModelCustomizationUUID": "1e35e3a2-7394-46cf-9615-d15b5a53d174",
"isBase": true,
"artifacts": [
"dc223578-fdc0-43ac-b084-6cced196d7e9",
"79d88971-63ec-43cf-adf2-bd34a5854a3d"
],
"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": ""
}
}
]
2021-11-25T04:02:54.127Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a5384fa9-9a78-48d6-ba87-e82790054002
VfModuleModelInvariantUUID:e14947b1-529b-4a48-b924-f3b9affd128e
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc223578-fdc0-43ac-b084-6cced196d7e9
,
79d88971-63ec-43cf-adf2-bd34a5854a3d
}
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
}
2021-11-25T04:02:54.128Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "e14947b1-529b-4a48-b924-f3b9affd128e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a5384fa9-9a78-48d6-ba87-e82790054002",
"vfModuleModelCustomizationUUID": "1e35e3a2-7394-46cf-9615-d15b5a53d174",
"isBase": true,
"artifacts": [
"dc223578-fdc0-43ac-b084-6cced196d7e9",
"79d88971-63ec-43cf-adf2-bd34a5854a3d"
],
"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": ""
}
}
]
2021-11-25T04:02:54.129Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a5384fa9-9a78-48d6-ba87-e82790054002
VfModuleModelInvariantUUID:e14947b1-529b-4a48-b924-f3b9affd128e
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc223578-fdc0-43ac-b084-6cced196d7e9
,
79d88971-63ec-43cf-adf2-bd34a5854a3d
}
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
}
2021-11-25T04:02:54.129Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dc223578-fdc0-43ac-b084-6cced196d7e9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-25T04:02:54.129Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-25T04:02:54.129Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-25T04:02:54.255Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-25T04:02:54.255Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml dc223578-fdc0-43ac-b084-6cced196d7e9 5033
2021-11-25T04:02:54.256Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-25T04:02:54.256Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-25T04:02:54.256Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T04:02:54.256Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:54.258Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:54.258Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812974256,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:54.358Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:54.358Z||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.
2021-11-25T04:02:54.358Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:54.368Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:54.369Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T04:02:55.005Z||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.
2021-11-25T04:02:55.005Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T04:02:55.129Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812951245,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T04:02:55.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "clamp",
"timestamp": 1637812958079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "dcae-sch",
"timestamp": 1637812961652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812957059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "aai-ml",
"timestamp": 1637812957685,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "policy-id",
"timestamp": 1637812953300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "clamp",
"timestamp": 1637812958079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "dcae-sch",
"timestamp": 1637812961652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812957059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "aai-ml",
"timestamp": 1637812957685,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "policy-id",
"timestamp": 1637812953300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "clamp",
"timestamp": 1637812958079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "dcae-sch",
"timestamp": 1637812961652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "aai-ml",
"timestamp": 1637812957685,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812957059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "policy-id",
"timestamp": 1637812953300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "cds",
"timestamp": 1637812964233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812964887,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "clamp",
"timestamp": 1637812958079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "dcae-sch",
"timestamp": 1637812961652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812957059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "aai-ml",
"timestamp": 1637812957685,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "policy-id",
"timestamp": 1637812953300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "cds",
"timestamp": 1637812964233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812964887,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "clamp",
"timestamp": 1637812958079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "dcae-sch",
"timestamp": 1637812961652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812957059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "aai-ml",
"timestamp": 1637812957685,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "policy-id",
"timestamp": 1637812953300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "cds",
"timestamp": 1637812964233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812964887,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "clamp",
"timestamp": 1637812958079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "dcae-sch",
"timestamp": 1637812961652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812957059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "aai-ml",
"timestamp": 1637812957685,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "policy-id",
"timestamp": 1637812953300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "cds",
"timestamp": 1637812964233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812964887,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "clamp",
"timestamp": 1637812958079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "dcae-sch",
"timestamp": 1637812961652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812952258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "aai-ml",
"timestamp": 1637812957685,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812957059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "policy-id",
"timestamp": 1637812953300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "cds",
"timestamp": 1637812964233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812964887,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "cds",
"timestamp": 1637812964233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812964887,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812970533,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:55.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:55.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "aai-ml",
"timestamp": 1637812970537,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:55.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:55.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812970540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:55.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "policy-id",
"timestamp": 1637812970538,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:55.151Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "cds",
"timestamp": 1637812964233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:02:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812964887,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "policy-id",
"timestamp": 1637812971542,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:02:55.152Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:55.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812971739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:55.152Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:55.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "cds",
"timestamp": 1637812972034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:55.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:55.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "policy-id",
"timestamp": 1637812972548,
"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=?
2021-11-25T04:02:55.161Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675
2021-11-25T04:02:55.161Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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 (?, ?, ?, ?, ?)
2021-11-25T04:02:55.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812972919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:55.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:55.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "cds",
"timestamp": 1637812973040,
"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=?
2021-11-25T04:02:55.175Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675
2021-11-25T04:02:55.175Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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 (?, ?, ?, ?, ?)
2021-11-25T04:02:55.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812973120,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:55.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:55.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812973946,
"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=?
2021-11-25T04:02:55.188Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675
2021-11-25T04:02:55.189Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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=?
2021-11-25T04:02:55.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "policy-id",
"timestamp": 1637812973554,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:02:55.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:02:55.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:02:55.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812974256,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:55.197Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:02:55.258Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79d88971-63ec-43cf-adf2-bd34a5854a3d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-25T04:02:55.259Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-25T04:02:55.259Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-25T04:02:55.374Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-25T04:02:55.375Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 79d88971-63ec-43cf-adf2-bd34a5854a3d 903
2021-11-25T04:02:55.375Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-25T04:02:55.375Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-25T04:02:55.375Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T04:02:55.376Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:55.378Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:55.378Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812975375,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:02:55.478Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:55.479Z||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.
2021-11-25T04:02:55.479Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:55.488Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:55.489Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:56.379Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 04750e73-b70c-424f-bd94-bc561b31d49c
2021-11-25T04:02:56.379Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4a96df80-7de6-44c0-964a-755763a4747c 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=?
2021-11-25T04:02:56.392Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d00cea4, org.onap.sdc.toscaparser.api.parameters.Input@6af75208, org.onap.sdc.toscaparser.api.parameters.Input@ad72446, org.onap.sdc.toscaparser.api.parameters.Input@191c8edc, org.onap.sdc.toscaparser.api.parameters.Input@52a206b5]
2021-11-25T04:02:56.393Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.393Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:56.393Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-11-25T04:02:56.393Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 78f0cfc8-6109-4aff-9f12-f9ca814d54e3
2021-11-25T04:02:56.394Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78f0cfc8-6109-4aff-9f12-f9ca814d54e3 matches Tosca VF Customization UUID: 78f0cfc8-6109-4aff-9f12-f9ca814d54e3
2021-11-25T04:02:56.394Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 78f0cfc8-6109-4aff-9f12-f9ca814d54e3 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=?
2021-11-25T04:02:56.396Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.396Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 78f0cfc8-6109-4aff-9f12-f9ca814d54e3: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-11-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62a49415
2021-11-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e35e3a2-7394-46cf-9615-d15b5a53d174
2021-11-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e35e3a2-7394-46cf-9615-d15b5a53d174
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=?
2021-11-25T04:02:56.400Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.400Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T04:02:56.400Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T04:02:56.400Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.400Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a2cdf86-63a5-4122-9dda-7ffa13f3939b
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=?
2021-11-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=78f0cfc8-6109-4aff-9f12-f9ca814d54e3
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=?
2021-11-25T04:02:56.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:56.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 04750e73-b70c-424f-bd94-bc561b31d49c: basic_vm
2021-11-25T04:02:56.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:02:56.408Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-25T04:02:56.503Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4a96df80-7de6-44c0-964a-755763a4747c 1 ASDC deployResourceStructure
2021-11-25T04:02:56.503Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-25T04:02:56.503Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-25T04:02:56.503Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T04:02:56.503Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:56.505Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:56.505Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812976503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-25T04:02:56.605Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:56.606Z||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.
2021-11-25T04:02:56.606Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:56.617Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:56.618Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:57.505Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-25T04:02:57.506Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-25T04:02:57.506Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T04:02:57.507Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:57.508Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:57.509Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812977505,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-11-25T04:02:57.609Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:57.609Z||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.
2021-11-25T04:02:57.609Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:57.618Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:57.619Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:58.509Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-25T04:02:58.510Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-25T04:02:58.510Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T04:02:58.510Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:58.511Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:58.512Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812978509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-11-25T04:02:58.612Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:58.613Z||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.
2021-11-25T04:02:58.613Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:58.622Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:58.623Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:02:59.513Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-25T04:02:59.514Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-25T04:02:59.514Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T04:02:59.514Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:02:59.516Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:02:59.516Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812979513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:02:59.616Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:02:59.617Z||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.
2021-11-25T04:02:59.617Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:02:59.627Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:02:59.628Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:03:00.517Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:03:00.526Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:03:00.528Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:03:00.528Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T04:03:00.528Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T04:03:30.528Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:03:30.536Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:03:30.538Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:03:30.538Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T04:03:30.538Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T04:03:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T04:03:55.006Z||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.
2021-11-25T04:03:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T04:03:55.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:03:55.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:03:55.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812974949,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-25T04:03:55.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:04:00.538Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:04:00.547Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:04:00.550Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:04:00.550Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T04:04:00.550Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T04:04:30.551Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:04:30.562Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:04:30.564Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:04:30.564Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T04:04:30.564Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T04:04:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T04:04:55.006Z||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.
2021-11-25T04:04:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T04:04:55.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:04:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:04:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:04:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:00.564Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:05:00.573Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:05:00.575Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:05:00.575Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T04:05:00.575Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T04:05:30.575Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:05:30.586Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:05:30.589Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:05:30.589Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T04:05:30.589Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T04:05:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T04:05:55.006Z||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.
2021-11-25T04:05:55.006Z||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 OfBjsyvieL9lJwol) ...
2021-11-25T04:05:55.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:05:55.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "policy-id",
"timestamp": 1637812973554,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812975375,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "policy-id",
"timestamp": 1637812973554,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812976503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "policy-id",
"timestamp": 1637812973554,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "aai-ml",
"timestamp": 1637812977462,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812977505,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812977059,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "policy-id",
"timestamp": 1637812973554,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "aai-ml",
"timestamp": 1637812978466,
"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=?
2021-11-25T04:05:55.041Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675
2021-11-25T04:05:55.041Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812978509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812977059,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "clamp",
"timestamp": 1637812978696,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "policy-id",
"timestamp": 1637812973554,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637812979513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812977059,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "cds",
"timestamp": 1637812979233,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "policy-id",
"timestamp": 1637812973554,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812980389,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "clamp",
"timestamp": 1637812980701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812977059,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "cds",
"timestamp": 1637812979233,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "policy-id",
"timestamp": 1637812973554,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "clamp",
"timestamp": 1637812981704,
"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=?
2021-11-25T04:05:55.055Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675
2021-11-25T04:05:55.055Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812977059,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "cds",
"timestamp": 1637812979233,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "dcae-sch",
"timestamp": 1637812981652,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "policy-id",
"timestamp": 1637812982350,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812982616,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812977059,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "cds",
"timestamp": 1637812979233,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "dcae-sch",
"timestamp": 1637812981652,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "policy-id",
"timestamp": 1637812983354,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812983622,
"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=?
2021-11-25T04:05:55.068Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675
2021-11-25T04:05:55.068Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812977059,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "cds",
"timestamp": 1637812979233,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "dcae-sch",
"timestamp": 1637812981652,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "policy-id",
"timestamp": 1637812984357,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-25T04:05:55.087Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe
2021-11-25T04:05:55.087Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812977059,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "cds",
"timestamp": 1637812979233,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "dcae-sch",
"timestamp": 1637812981652,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812984887,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812985776,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "cds",
"timestamp": 1637812979233,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "dcae-sch",
"timestamp": 1637812981652,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812984887,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "cds",
"timestamp": 1637812979233,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812987061,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "dcae-sch",
"timestamp": 1637812981652,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812984887,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "cds",
"timestamp": 1637812988077,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812988184,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "dcae-sch",
"timestamp": 1637812981652,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "aai-ml",
"timestamp": 1637812987684,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812984887,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637812988079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "cds",
"timestamp": 1637812989083,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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=?
2021-11-25T04:05:55.105Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe
2021-11-25T04:05:55.106Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812989212,
"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=?
2021-11-25T04:05:55.120Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe
2021-11-25T04:05:55.120Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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=?
2021-11-25T04:05:55.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "dcae-sch",
"timestamp": 1637812981652,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "aai-ml",
"timestamp": 1637812987684,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812984887,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637812988079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812990215,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "aai-ml",
"timestamp": 1637812987684,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812984887,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637812988079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "dcae-sch",
"timestamp": 1637812990865,
"artifactURL": "/sdc/v1/catalog/services/1e1b71d1-5634-43cc-af1f-14501d0f5e2f/resourceInstances/basicclamp0/artifacts/440fc433-e291-46de-a9ff-fc4c9f2206e9",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "aai-ml",
"timestamp": 1637812987684,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812984887,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812972398,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637812988079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "dcae-sch",
"timestamp": 1637812992071,
"artifactURL": "/sdc/v1/catalog/services/1e1b71d1-5634-43cc-af1f-14501d0f5e2f/resourceInstances/basicclamp0/artifacts/440fc433-e291-46de-a9ff-fc4c9f2206e9",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "aai-ml",
"timestamp": 1637812987684,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1637812984887,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637812988079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "dcae-sch",
"timestamp": 1637812993074,
"artifactURL": "/sdc/v1/catalog/services/1e1b71d1-5634-43cc-af1f-14501d0f5e2f/resourceInstances/basicclamp0/artifacts/440fc433-e291-46de-a9ff-fc4c9f2206e9",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
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=?
2021-11-25T04:05:55.139Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe
2021-11-25T04:05:55.139Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe and ComponentName service-change-handler
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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812993261,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.147Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "aai-ml",
"timestamp": 1637812987684,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637812988079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "policy-id",
"timestamp": 1637812993300,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "aai-ml",
"timestamp": 1637812987684,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637812988079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "cds",
"timestamp": 1637812994233,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "policy-id",
"timestamp": 1637812993300,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812995260,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "aai-ml",
"timestamp": 1637812987684,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637812988079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "cds",
"timestamp": 1637812994233,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "policy-id",
"timestamp": 1637812993300,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637812996263,
"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=?
2021-11-25T04:05:55.156Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe
2021-11-25T04:05:55.156Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "aai-ml",
"timestamp": 1637812996463,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "cds",
"timestamp": 1637812994233,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "policy-id",
"timestamp": 1637812993300,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812997059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "cds",
"timestamp": 1637812994233,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "policy-id",
"timestamp": 1637812993300,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812997059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "cds",
"timestamp": 1637812994233,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "policy-id",
"timestamp": 1637812993300,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812997059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "cds",
"timestamp": 1637812994233,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "policy-id",
"timestamp": 1637812993300,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812997059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "cds",
"timestamp": 1637812994233,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "policy-id",
"timestamp": 1637812993300,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812997059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "cds",
"timestamp": 1637812994233,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "dcae-sch",
"timestamp": 1637813001652,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "policy-id",
"timestamp": 1637813002452,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812997059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "cds",
"timestamp": 1637813002930,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637813002398,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "aai-ml",
"timestamp": 1637813003049,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "dcae-sch",
"timestamp": 1637813001652,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "policy-id",
"timestamp": 1637813003456,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812997059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637813002398,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "aai-ml",
"timestamp": 1637813004053,
"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=?
2021-11-25T04:05:55.177Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe
2021-11-25T04:05:55.178Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "dcae-sch",
"timestamp": 1637813001652,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "policy-id",
"timestamp": 1637813004458,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-25T04:05:55.196Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aef3796f-2a48-4ff5-868e-5c601d604972
2021-11-25T04:05:55.196Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef3796f-2a48-4ff5-868e-5c601d604972 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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637813004699,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.204Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637812997059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637813002398,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "cds",
"timestamp": 1637813005190,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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=?
2021-11-25T04:05:55.208Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aef3796f-2a48-4ff5-868e-5c601d604972
2021-11-25T04:05:55.208Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef3796f-2a48-4ff5-868e-5c601d604972 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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "dcae-sch",
"timestamp": 1637813001652,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "ves-openapi-manager",
"timestamp": 1637813004887,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637813005702,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637813005857,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637813002398,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "dcae-sch",
"timestamp": 1637813001652,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "ves-openapi-manager",
"timestamp": 1637813004887,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637813006986,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637813002398,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "dcae-sch",
"timestamp": 1637813001652,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "ves-openapi-manager",
"timestamp": 1637813004887,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637813002398,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637813008256,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "dcae-sch",
"timestamp": 1637813001652,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "ves-openapi-manager",
"timestamp": 1637813004887,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637813002398,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637813009278,
"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=?
2021-11-25T04:05:55.223Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aef3796f-2a48-4ff5-868e-5c601d604972
2021-11-25T04:05:55.224Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef3796f-2a48-4ff5-868e-5c601d604972 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=?
2021-11-25T04:05:55.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "dcae-sch",
"timestamp": 1637813001652,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "ves-openapi-manager",
"timestamp": 1637813004887,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637813009785,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637813002398,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637813010281,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "ves-openapi-manager",
"timestamp": 1637813004887,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637813010788,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637813011236,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "ves-openapi-manager",
"timestamp": 1637813004887,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "clamp",
"timestamp": 1637813011791,
"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=?
2021-11-25T04:05:55.237Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe
2021-11-25T04:05:55.237Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "ves-openapi-manager",
"timestamp": 1637813004887,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637813013293,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637813014297,
"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=?
2021-11-25T04:05:55.249Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aef3796f-2a48-4ff5-868e-5c601d604972
2021-11-25T04:05:55.249Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef3796f-2a48-4ff5-868e-5c601d604972 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 (?, ?, ?, ?, ?)
2021-11-25T04:05:55.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "aai-ml",
"timestamp": 1637813017684,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.257Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "clamp",
"timestamp": 1637813018079,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.257Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "aai-ml",
"timestamp": 1637813017684,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "clamp",
"timestamp": 1637813018079,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "aai-ml",
"timestamp": 1637813017684,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "clamp",
"timestamp": 1637813018079,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "aai-ml",
"timestamp": 1637813017684,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "clamp",
"timestamp": 1637813018079,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "aai-ml",
"timestamp": 1637813017684,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "clamp",
"timestamp": 1637813018079,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "aai-ml",
"timestamp": 1637813017684,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "clamp",
"timestamp": 1637813018079,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "aai-ml",
"timestamp": 1637813017684,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "clamp",
"timestamp": 1637813018079,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "aai-ml",
"timestamp": 1637813017684,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "clamp",
"timestamp": 1637813018079,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:05:55.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "aai-ml",
"timestamp": 1637813026470,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:05:55.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "aai-ml",
"timestamp": 1637813033125,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-25T04:05:55.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972",
"consumerID": "aai-ml",
"timestamp": 1637813034129,
"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=?
2021-11-25T04:05:55.268Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aef3796f-2a48-4ff5-868e-5c601d604972
2021-11-25T04:05:55.268Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef3796f-2a48-4ff5-868e-5c601d604972 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 (?, ?, ?, ?, ?)
2021-11-25T04:06:00.589Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:06:00.599Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675
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=?
2021-11-25T04:06:00.601Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T04:06:00.601Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T04:06:00.601Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T04:06:00.601Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T04:06:00.601Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-25T04:06:00.606Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T04:06:30.607Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 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=?
2021-11-25T04:06:30.610Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 and serviceModelVersionId: 04750e73-b70c-424f-bd94-bc561b31d49c
2021-11-25T04:06:30.610Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4a1ce94-6a77-4e19-80d2-891c0b5f195a
2021-11-25T04:06:30.611Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0
2021-11-25T04:06:30.616Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T04:06:30.649Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0|INFO|500||Invoke
2021-11-25T04:06:30.649Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87f38fa0-0ba8-4127-a06a-094b5f255675], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18d5d21d-0f5d-408c-971c-d88ce7e06b0e], X-ECOMP-RequestID=[87f38fa0-0ba8-4127-a06a-094b5f255675], X-TransactionId=[], X-ONAP-RequestID=[87f38fa0-0ba8-4127-a06a-094b5f255675], Content-Type=[application/merge-patch+json]}
2021-11-25T04:06:30.667Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-25T04:06:30.939Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?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/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211125-04:06:30:675-43904], vertex-id=[417800], Content-Length=[0], Date=[Thu, 25 Nov 2021 04:06:30 GMT], Content-Type=[application/json]}
2021-11-25T04:06:30.939Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-25T04:06:30.939Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0|INFO|500||InvokeReturn
2021-11-25T04:06:30.940Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T04:06:30.940Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-25T04:06:30.943Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-25T04:06:30.943Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87f38fa0-0ba8-4127-a06a-094b5f255675 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T04:06:30.944Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T04:06:30.944Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:30.945Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:30.945Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813190943,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T04:06:31.046Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T04:06:31.046Z||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.
2021-11-25T04:06:31.046Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:31.060Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:31.060Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 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=?
2021-11-25T04:06:31.955Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T04:06:31.955Z|87f38fa0-0ba8-4127-a06a-094b5f255675|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.
2021-11-25T04:06:31.955Z|87f38fa0-0ba8-4127-a06a-094b5f255675|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 OfBjsyvieL9lJwol) ...
2021-11-25T04:06:36.405Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:36.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T04:06:36.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a264897-0af5-4b78-b74a-2e369bdf29fe","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"1e1b71d1-5634-43cc-af1f-14501d0f5e2f","serviceDescription":"service","serviceInvariantUUID":"c146dd3a-84b4-4e8e-8593-ac97e6918b1b","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3516bc49-c2e4-47fa-a9c4-f9e2f5344f36","resourceInvariantUUID":"f0e4180e-7fb0-410c-8dac-c28674d8432c","resourceCustomizationUUID":"ce868f29-0a66-4276-a0ad-8c209a73b4c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"440fc433-e291-46de-a9ff-fc4c9f2206e9","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MmY1NmU4YzAyMmRhZmM3YzczOGZlNjgyZmU0MWMxMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c70a661-fb18-4b75-b6a3-eea17cecaef3","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"N2MxNzRkMmE1ZmVkYjRhNjEzNzRjYmQyMWJjN2M3YjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e3a57c8-0112-49cd-bf8c-1815b6fcf85a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dff2050a-f08e-48f0-86a4-daf3112ac27c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571b3b9f-0100-42af-8ab1-510c0bc29ab3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"31c4efb4-fee1-43b7-9707-1153420fada4","artifactVersion":"2","generatedFromUUID":"dff2050a-f08e-48f0-86a4-daf3112ac27c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MmUxMjdlMjI0NjMxZTgzYzYyZmJkOWEwMWJmYjMxYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8bd48b3-4d1c-4708-b40e-3b922e3e0602","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MzZjNjRjNGNmODNiN2UzMDRjMDlhYjExOWE0MTExMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99b64336-a193-4f84-89c3-56c5ad2fb99f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T04:06:36.408Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:06:36.409Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:36.410Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:36.411Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813191955,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:06:36.511Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:36.511Z||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.
2021-11-25T04:06:36.511Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:36.523Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:36.523Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:06:37.411Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:06:37.412Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:37.414Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:37.414Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813191955,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:06:37.514Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:37.515Z||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.
2021-11-25T04:06:37.515Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:37.525Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:37.525Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:06:38.414Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:06:38.415Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:38.417Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:38.417Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813191955,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-25T04:06:38.518Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:38.519Z||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.
2021-11-25T04:06:38.519Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:38.529Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:38.529Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:06:39.418Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:06:39.419Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:39.421Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:39.421Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813191955,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-25T04:06:39.521Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:39.522Z||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.
2021-11-25T04:06:39.522Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:39.532Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:39.532Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-25T04:06:40.421Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:06:40.422Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:40.424Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:40.424Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813191955,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:06:40.524Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:40.525Z||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.
2021-11-25T04:06:40.525Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:40.535Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:40.535Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:06:41.425Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:06:41.425Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:41.428Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:41.428Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813191955,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-25T04:06:41.528Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:41.529Z||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.
2021-11-25T04:06:41.529Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:41.539Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:41.539Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:06:42.429Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:06:42.429Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:42.431Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:42.431Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813191955,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-25T04:06:42.531Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:42.532Z||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.
2021-11-25T04:06:42.532Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:42.543Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:42.543Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:06:43.432Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T04:06:43.433Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:43.435Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:43.435Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813191955,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-25T04:06:43.535Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:43.536Z||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.
2021-11-25T04:06:43.536Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:43.546Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:43.547Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:06:44.436Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "1e1b71d1-5634-43cc-af1f-14501d0f5e2f",
"serviceDescription": "service",
"serviceInvariantUUID": "c146dd3a-84b4-4e8e-8593-ac97e6918b1b",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "ce868f29-0a66-4276-a0ad-8c209a73b4c1",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3516bc49-c2e4-47fa-a9c4-f9e2f5344f36",
"resourceInvariantUUID": "f0e4180e-7fb0-410c-8dac-c28674d8432c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "N2MxNzRkMmE1ZmVkYjRhNjEzNzRjYmQyMWJjN2M3YjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6e3a57c8-0112-49cd-bf8c-1815b6fcf85a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dff2050a-f08e-48f0-86a4-daf3112ac27c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "31c4efb4-fee1-43b7-9707-1153420fada4",
"generatedFromUUID": "dff2050a-f08e-48f0-86a4-daf3112ac27c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "31c4efb4-fee1-43b7-9707-1153420fada4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "MzZjNjRjNGNmODNiN2UzMDRjMDlhYjExOWE0MTExMTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "99b64336-a193-4f84-89c3-56c5ad2fb99f"
}
],
"workloadContext": "Production"
}
2021-11-25T04:06:44.436Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T04:06:44.436Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1e1b71d1-5634-43cc-af1f-14501d0f5e2f ASDC
2021-11-25T04:06:44.437Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9a264897-0af5-4b78-b74a-2e369bdf29fe
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:1e1b71d1-5634-43cc-af1f-14501d0f5e2f
ServiceInvariantUUID:c146dd3a-84b4-4e8e-8593-ac97e6918b1b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:99b64336-a193-4f84-89c3-56c5ad2fb99f
ArtifactChecksum:MzZjNjRjNGNmODNiN2UzMDRjMDlhYjExOWE0MTExMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:ce868f29-0a66-4276-a0ad-8c209a73b4c1
ResourceInvariantUUID:f0e4180e-7fb0-410c-8dac-c28674d8432c
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:3516bc49-c2e4-47fa-a9c4-f9e2f5344f36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:6e3a57c8-0112-49cd-bf8c-1815b6fcf85a
ArtifactChecksum:N2MxNzRkMmE1ZmVkYjRhNjEzNzRjYmQyMWJjN2M3YjM=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:dff2050a-f08e-48f0-86a4-daf3112ac27c
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:31c4efb4-fee1-43b7-9707-1153420fada4
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:31c4efb4-fee1-43b7-9707-1153420fada4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-25T04:06:44.437Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e1b71d1-5634-43cc-af1f-14501d0f5e2f 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=?
2021-11-25T04:06:44.468Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T04:06:44.469Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-25T04:06:44.469Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-25T04:06:44.469Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 99b64336-a193-4f84-89c3-56c5ad2fb99f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-25T04:06:44.469Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-25T04:06:44.469Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-25T04:06:44.549Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-25T04:06:44.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 99b64336-a193-4f84-89c3-56c5ad2fb99f 73653
2021-11-25T04:06:44.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-25T04:06:44.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-25T04:06:44.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T04:06:44.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:44.554Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:44.554Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813204552,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:06:44.654Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:44.655Z||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.
2021-11-25T04:06:44.655Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:44.666Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:44.667Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:06:45.554Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T04:06:45.555Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-25T04:06:45.556Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 99b64336-a193-4f84-89c3-56c5ad2fb99f, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:45.556Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-25T04:06:45.556Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:45.557Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:45.679Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14978158528748467407/Definitions/service-Basicclamp-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
2021-11-25T04:06:46.541Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2a67fb4e-df9e-42ba-8596-684ecba7fe27
2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:1e1b71d1-5634-43cc-af1f-14501d0f5e2f
Model Version:NULL
Model InvariantUuid:c146dd3a-84b4-4e8e-8593-ac97e6918b1b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:4c435379-578f-46ea-be43-bbb7a137f542
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0e4180e-7fb0-410c-8dac-c28674d8432c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ce868f29-0a66-4276-a0ad-8c209a73b4c1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:769e06cc-db3e-4f45-a5fd-f6934284b102
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:39165be3-d090-4759-abbd-e0b8cd0201db
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2a67fb4e-df9e-42ba-8596-684ecba7fe27
ModelInvariantUuid:724ddb06-a5a5-4930-a8a8-35a5c6b0de89
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:950077bc-75b9-4469-b069-93ddfe05e804
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:34acf7c9-1b6e-488e-be3b-1db566e53d3e
ModelInvariantUuid:93699596-8aec-4474-93cc-afc9cc299cfd
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:c0e497d6-87fc-4f1b-ab2a-da78afa8d60c
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=?
2021-11-25T04:06:46.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3516bc49-c2e4-47fa-a9c4-f9e2f5344f36
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=?
2021-11-25T04:06:46.554Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||basicclamp 0
2021-11-25T04:06:46.554Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3516bc49-c2e4-47fa-a9c4-f9e2f5344f36
2021-11-25T04:06:46.555Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6e3a57c8-0112-49cd-bf8c-1815b6fcf85a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-25T04:06:46.555Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-25T04:06:46.555Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-25T04:06:46.655Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-25T04:06:46.655Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 6e3a57c8-0112-49cd-bf8c-1815b6fcf85a 790
2021-11-25T04:06:46.656Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-25T04:06:46.656Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-25T04:06:46.656Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T04:06:46.656Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:46.657Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:46.658Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813206655,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:06:46.758Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:46.758Z||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.
2021-11-25T04:06:46.759Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:46.770Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:46.771Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-25T04:06:47.658Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "769e06cc-db3e-4f45-a5fd-f6934284b102",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "39165be3-d090-4759-abbd-e0b8cd0201db",
"vfModuleModelCustomizationUUID": "6f817dab-5ca3-4c55-b9c6-f9b07fc40d03",
"isBase": true,
"artifacts": [
"dff2050a-f08e-48f0-86a4-daf3112ac27c",
"31c4efb4-fee1-43b7-9707-1153420fada4"
],
"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": ""
}
}
]
2021-11-25T04:06:47.661Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39165be3-d090-4759-abbd-e0b8cd0201db
VfModuleModelInvariantUUID:769e06cc-db3e-4f45-a5fd-f6934284b102
VfModuleModelDescription:NULL
Artifacts UUID List:{
dff2050a-f08e-48f0-86a4-daf3112ac27c
,
31c4efb4-fee1-43b7-9707-1153420fada4
}
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
}
2021-11-25T04:06:47.662Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "769e06cc-db3e-4f45-a5fd-f6934284b102",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "39165be3-d090-4759-abbd-e0b8cd0201db",
"vfModuleModelCustomizationUUID": "6f817dab-5ca3-4c55-b9c6-f9b07fc40d03",
"isBase": true,
"artifacts": [
"dff2050a-f08e-48f0-86a4-daf3112ac27c",
"31c4efb4-fee1-43b7-9707-1153420fada4"
],
"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": ""
}
}
]
2021-11-25T04:06:47.662Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39165be3-d090-4759-abbd-e0b8cd0201db
VfModuleModelInvariantUUID:769e06cc-db3e-4f45-a5fd-f6934284b102
VfModuleModelDescription:NULL
Artifacts UUID List:{
dff2050a-f08e-48f0-86a4-daf3112ac27c
,
31c4efb4-fee1-43b7-9707-1153420fada4
}
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
}
2021-11-25T04:06:47.662Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dff2050a-f08e-48f0-86a4-daf3112ac27c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-25T04:06:47.663Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-25T04:06:47.663Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml dff2050a-f08e-48f0-86a4-daf3112ac27c 5033
2021-11-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:47.791Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:47.791Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813207789,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:06:47.891Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:47.892Z||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.
2021-11-25T04:06:47.892Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:47.902Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:47.902Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:06:48.792Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 31c4efb4-fee1-43b7-9707-1153420fada4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-25T04:06:48.792Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-25T04:06:48.792Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-25T04:06:49.255Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-25T04:06:49.256Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 31c4efb4-fee1-43b7-9707-1153420fada4 909
2021-11-25T04:06:49.256Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-25T04:06:49.256Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-25T04:06:49.256Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T04:06:49.257Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-25T04:06:49.258Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T04:06:49.259Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637813209256,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-25T04:06:49.359Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T04:06:49.360Z||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.
2021-11-25T04:06:49.360Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ...
2021-11-25T04:06:49.370Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-25T04:06:49.370Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T04:06:50.259Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1e1b71d1-5634-43cc-af1f-14501d0f5e2f
2021-11-25T04:06:50.260Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 3516bc49-c2e4-47fa-a9c4-f9e2f5344f36 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=?
2021-11-25T04:06:50.271Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29b4aea, org.onap.sdc.toscaparser.api.parameters.Input@303ed2b4, org.onap.sdc.toscaparser.api.parameters.Input@4defb7db, org.onap.sdc.toscaparser.api.parameters.Input@3c772414, org.onap.sdc.toscaparser.api.parameters.Input@64e3e56a]
2021-11-25T04:06:50.272Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-25T04:06:50.272Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T04:06:50.273Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-11-25T04:06:50.273Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ce868f29-0a66-4276-a0ad-8c209a73b4c1
2021-11-25T04:06:50.273Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce868f29-0a66-4276-a0ad-8c209a73b4c1 matches Tosca VF Customization UUID: ce868f29-0a66-4276-a0ad-8c209a73b4c1
2021-11-25T04:06:50.273Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ce868f29-0a66-4276-a0ad-8c209a73b4c1 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=?
2021-11-25T04:06:50.274Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery