By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-02-06T00:51:35.257Z||main|||||INFO|500||The following profiles are active: basic
2022-02-06T00:51:44.171Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-06T00:51:44.172Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-06T00:51:44.259Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-06T00:51:46.485Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-06T00:51:46.640Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-06T00:51:46.987Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-06T00:51:46.994Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-06T00:51:47.074Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-06T00:51:47.188Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-06T00:51:47.616Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-06T00:51:48.384Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-06T00:51:50.247Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-06T00:51:50.291Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-06T00:51:50.735Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-06T00:51:50.947Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-02-06T00:51:52.015Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-06T00:51:52.945Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-06T00:51:52.961Z||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$$7fa680a9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-02-06T00:51:52.961Z||main|||||WARN|500||The sdc end point is not alive
2022-02-06T00:51:55.399Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-02-06T00:51:57.700Z||main|||||WARN|500||---
2022-02-06T00:51:57.701Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-06T00:51:57.701Z||main|||||WARN|500||---
2022-02-06T00:51:58.085Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-06T00:52:01.982Z||main|||||INFO|500||Started Application in 30.74 seconds (JVM running for 31.83)
2022-02-06T00:52:01.994Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-06T00:52:01.994Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-06T00:52:02.030Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-06T00:52:02.052Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-06T00:52:02.090Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5bdecbbd-bb97-43ea-bf1d-d14995751aca url= /sdc/v1/artifactTypes
2022-02-06T00:52:02.090Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-06T00:52:02.403Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-06T00:52:02.423Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-02-06T00:52:02.442Z||scheduling-1|||||DEBUG|500||create keys
2022-02-06T00:52:02.448Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-06T00:52:02.765Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:52:02.781Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 91f3e02f-46ee-4ea3-b22d-812ce4512884 url= /sdc/v1/registerForDistribution
2022-02-06T00:52:03.853Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 91f3e02f-46ee-4ea3-b22d-812ce4512884 url= /sdc/v1/registerForDistribution
2022-02-06T00:52:03.854Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-06T00:52:03.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:52:03.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:52:03.868Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:52:03.868Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:52:03.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:52:03.868Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-06T00:52:03.868Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:52:14.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:52:15.119Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:53:03.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:53:03.862Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:53:03.862Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NynUlASnTely1qJQ) ...
2022-02-06T00:53:03.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:53:03.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:53:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:53:13.404Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:53:13.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:54:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:54:03.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:54:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:54:03.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:54:03.864Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:54:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:54:13.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:54:13.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:55:03.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:55:03.863Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:55:03.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:55:03.865Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:55:03.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:55:03.865Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:55:13.402Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:55:13.403Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:56:03.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:56:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:56:03.865Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:56:03.865Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:56:03.866Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:56:03.865Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:56:13.408Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:56:13.409Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:57:03.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:57:03.863Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:57:03.864Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:57:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:57:03.864Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:57:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:57:13.404Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:57:13.404Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:58:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:58:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:58:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:58:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:58:03.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:58:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:58:13.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:58:13.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:59:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:59:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:59:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:59:03.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:59:03.864Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T00:59:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:59:13.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T00:59:13.400Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:00:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:00:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:00:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:00:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:00:03.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:00:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:00:13.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:00:13.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:01:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:01:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:01:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:01:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:01:03.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:01:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:01:13.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:01:13.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:02:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:02:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:02:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:02:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:02:03.863Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:02:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:02:13.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:02:13.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:02:14.898Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-06T01:03:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:03:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:03:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:03:03.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:03:03.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:03:03.863Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NynUlASnTely1qJQ) ...
2022-02-06T01:03:13.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:03:13.399Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:04:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:04:03.861Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:04:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:04:03.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:04:03.863Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:04:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:04:13.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:04:13.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:05:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:05:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:05:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:05:03.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:05:03.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:05:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:05:13.398Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:05:13.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:06:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:06:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:06:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:06:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:06:03.863Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:06:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:06:13.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:06:13.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:07:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:07:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:07:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:07:03.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:07:03.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:07:03.863Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NynUlASnTely1qJQ) ...
2022-02-06T01:07:13.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:07:13.403Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:08:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:08:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:08:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:08:03.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:08:03.863Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:08:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:08:13.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:08:13.401Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:09:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:09:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:09:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:09:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:09:03.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:09:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:09:13.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:09:13.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:10:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:10:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:10:03.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:10:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:10:03.863Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:10:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:10:13.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:10:13.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:11:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:11:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:11:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:11:03.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:11:03.863Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:11:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:11:13.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:11:13.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:12:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:12:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:12:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:12:03.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:12:03.863Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:12:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:12:13.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:12:13.406Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:13:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:13:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:13:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:13:03.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:13:03.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:13:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:13:13.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:13:13.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:14:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:14:03.861Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:14:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:14:03.863Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:14:03.863Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:14:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:14:13.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:14:13.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:15:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:15:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:15:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:15:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:15:03.863Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:15:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:15:13.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:15:13.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:16:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:16:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:16:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:16:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:16:03.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:16:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:16:13.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:16:13.414Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:17:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:17:03.861Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:17:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:17:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:17:03.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:17:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:17:13.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:17:13.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:18:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:18:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:18:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:18:03.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:18:03.863Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:18:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:18:13.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:18:13.404Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:19:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:19:03.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:19:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:19:03.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:19:03.863Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:19:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:19:13.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:19:13.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:20:03.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:20:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:20:03.863Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:20:03.863Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NynUlASnTely1qJQ) ...
2022-02-06T01:20:03.863Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:20:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:20:13.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:20:13.410Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:21:03.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:21:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:21:03.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:21:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:21:03.863Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:21:03.863Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NynUlASnTely1qJQ) ...
2022-02-06T01:21:13.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:21:13.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:22:03.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:22:03.862Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:22:03.862Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NynUlASnTely1qJQ) ...
2022-02-06T01:22:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:22:03.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:22:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:22:13.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:22:13.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:23:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:23:03.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:23:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:23:03.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:23:03.864Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:23:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:23:13.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:23:13.400Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:24:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:24:03.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:24:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:24:03.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:24:03.863Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:24:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:24:13.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:24:13.400Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:25:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:25:03.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:25:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:25:03.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:25:03.863Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:25:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:25:13.400Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:25:13.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:26:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:26:03.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:26:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:26:03.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:26:03.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:26:03.863Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NynUlASnTely1qJQ) ...
2022-02-06T01:26:13.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:26:13.398Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:27:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:27:03.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:27:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:27:03.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:27:03.863Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:27:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:27:13.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:27:13.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:28:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:28:03.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:28:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:28:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:28:03.863Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:28:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:28:13.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:28:13.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:29:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:29:03.861Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:29:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:29:03.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:29:03.863Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:29:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:29:13.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:29:13.395Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:30:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:30:03.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:30:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:30:03.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:30:03.863Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:30:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:30:13.398Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:30:13.400Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:31:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:31:03.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:31:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:31:03.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:31:03.863Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:31:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:31:13.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:31:13.400Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:32:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:32:03.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:32:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:32:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:32:03.863Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:32:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:32:13.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:32:13.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:33:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:33:03.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:33:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:33:03.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:33:03.863Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:33:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:33:13.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:33:13.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:34:03.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:34:03.861Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:34:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:34:03.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:34:03.863Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:34:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:34:13.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:34:13.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:03.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:35:03.861Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:35:03.861Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:35:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:35:03.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:35:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:35:05.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:05.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-06T01:35:05.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a65fa40a-6b2f-4d89-a786-fb4b3d1103cd","serviceName":"basic_onboard_juoNIU","serviceVersion":"1.0","serviceUUID":"07b26c5b-8dce-4cf5-938b-e87c710cf277","serviceDescription":"service","serviceInvariantUUID":"0cebc636-a989-41ee-8123-3b502de339f3","resources":[{"resourceInstanceName":"basic_onboard_juoNIU 0","resourceName":"basic_onboard_juoNIU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9","resourceInvariantUUID":"960e983e-4106-4de7-9528-a428cf42b7f2","resourceCustomizationUUID":"fcab95dc-2783-46fb-9ed8-63e9bf2997d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml","artifactChecksum":"ZmVlN2M5Y2NiOTk4YTdiMWE0OWU0OTVkNmVjMjRiOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99f57f48-97a0-4bca-b67a-94ac91cd0dfc","artifactVersion":"1"},{"artifactName":"basic_onboard_juoniu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json","artifactChecksum":"ZmM3M2ZhMDU0ZTkxMTc0MDEwMzRiNTRjMGNkMjZhNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20679c6b-cc4e-490f-9400-72d6bf84ec8e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4eee453f-3376-4a96-8f15-a17826fb4bb4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0231ee19-2bca-493b-b6b1-fb0df4def9db","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c4a7f0bb-9728-49fa-a0f6-68f161953ac3","artifactVersion":"2","generatedFromUUID":"4eee453f-3376-4a96-8f15-a17826fb4bb4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJuoniu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml","artifactChecksum":"MGE3MmM4ODNlNTE3OWVjNzNlYTlkYWIwOTQxMmMwMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b09e470-04a4-4011-ab02-92161cc9952f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJuoniu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar","artifactChecksum":"NGMxZTdlMDdlNjExMmYzNzIxZDg0OGMzNTQ5NGZjM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a0e1fd2-66a1-4d88-8318-e0855e8403ae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T01:35:05.966Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:05.971Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:05.979Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:05.980Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:35:06.080Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-06T01:35:06.084Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:06.084Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:06.097Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:06.098Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:35:06.212Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:06.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:35:06.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111299890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111298085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:35:06.984Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:06.985Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:06.986Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:06.986Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T01:35:07.087Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:07.088Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:07.088Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:07.103Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:07.103Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:07.987Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:07.988Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:07.990Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:07.990Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-06T01:35:08.090Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:08.091Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:08.091Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:08.099Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:08.099Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:08.990Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:08.991Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:08.993Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:08.993Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:35:09.094Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-06T01:35:09.095Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:09.095Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:09.113Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:09.114Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:09.994Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:09.994Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:09.996Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:09.997Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-06T01:35:10.097Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:10.097Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:10.098Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:10.106Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:10.106Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:10.997Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:10.998Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:10.999Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:10.999Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:35:11.099Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:11.100Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:11.100Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:11.113Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:11.113Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:35:12.000Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:12.000Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:12.002Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:12.002Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:35:12.102Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:12.103Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:12.103Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:12.111Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:12.112Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:13.004Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"serviceName": "basic_onboard_juoNIU",
"serviceVersion": "1.0",
"serviceUUID": "07b26c5b-8dce-4cf5-938b-e87c710cf277",
"serviceDescription": "service",
"serviceInvariantUUID": "0cebc636-a989-41ee-8123-3b502de339f3",
"resources": [
{
"resourceInstanceName": "basic_onboard_juoNIU 0",
"resourceCustomizationUUID": "fcab95dc-2783-46fb-9ed8-63e9bf2997d7",
"resourceName": "basic_onboard_juoNIU",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9",
"resourceInvariantUUID": "960e983e-4106-4de7-9528-a428cf42b7f2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_juoniu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"artifactChecksum": "ZmM3M2ZhMDU0ZTkxMTc0MDEwMzRiNTRjMGNkMjZhNWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "20679c6b-cc4e-490f-9400-72d6bf84ec8e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4eee453f-3376-4a96-8f15-a17826fb4bb4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c4a7f0bb-9728-49fa-a0f6-68f161953ac3",
"generatedFromUUID": "4eee453f-3376-4a96-8f15-a17826fb4bb4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c4a7f0bb-9728-49fa-a0f6-68f161953ac3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJuoniu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"artifactChecksum": "NGMxZTdlMDdlNjExMmYzNzIxZDg0OGMzNTQ5NGZjM2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7a0e1fd2-66a1-4d88-8318-e0855e8403ae"
}
],
"workloadContext": "Production"
}
2022-02-06T01:35:13.005Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T01:35:13.005Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07b26c5b-8dce-4cf5-938b-e87c710cf277 ASDC
2022-02-06T01:35:13.102Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
ServiceName:basic_onboard_juoNIU
ServiceVersion:1.0
ServiceUUID:07b26c5b-8dce-4cf5-938b-e87c710cf277
ServiceInvariantUUID:0cebc636-a989-41ee-8123-3b502de339f3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJuoniu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar
ArtifactUUID:7a0e1fd2-66a1-4d88-8318-e0855e8403ae
ArtifactChecksum:NGMxZTdlMDdlNjExMmYzNzIxZDg0OGMzNTQ5NGZjM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_juoNIU 0
ResourceCustomizationUUID:fcab95dc-2783-46fb-9ed8-63e9bf2997d7
ResourceInvariantUUID:960e983e-4106-4de7-9528-a428cf42b7f2
ResourceName:basic_onboard_juoNIU
ResourceType:VF
ResourceUUID:0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_juoniu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json
ArtifactUUID:20679c6b-cc4e-490f-9400-72d6bf84ec8e
ArtifactChecksum:ZmM3M2ZhMDU0ZTkxMTc0MDEwMzRiNTRjMGNkMjZhNWM=
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/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4eee453f-3376-4a96-8f15-a17826fb4bb4
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/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
ArtifactUUID:c4a7f0bb-9728-49fa-a0f6-68f161953ac3
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/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
ArtifactUUID:c4a7f0bb-9728-49fa-a0f6-68f161953ac3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-06T01:35:13.103Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07b26c5b-8dce-4cf5-938b-e87c710cf277 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:35:13.309Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:35:13.310Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-06T01:35:13.310Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-06T01:35:13.311Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7a0e1fd2-66a1-4d88-8318-e0855e8403ae from URL: /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:13.311Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-06T01:35:13.312Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:13.471Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-06T01:35:13.484Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar 7a0e1fd2-66a1-4d88-8318-e0855e8403ae 71557
2022-02-06T01:35:13.485Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar ASDC sendASDCNotification
2022-02-06T01:35:13.486Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:13.486Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:35:13.487Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:13.489Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:13.489Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111313484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:35:13.589Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:13.590Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:13.590Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:13.597Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:13.597Z||pool-10-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:14.489Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:35:14.490Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-06T01:35:14.491Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7a0e1fd2-66a1-4d88-8318-e0855e8403ae, URL: /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar to file: /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:14.491Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:14.548Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:14.548Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:14.973Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9571647703008293054/Definitions/service-BasicOnboardJuoniu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-06T01:35:16.721Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T01:35:16.730Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_juoNIU 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-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.732Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.732Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-06T01:35:16.738Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.739Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.742Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:16.742Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-06T01:35:16.743Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.746Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.748Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is not matching search criteria
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.750Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:35:16.750Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.751Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:16.751Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:16.751Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.751Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:16.751Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is not matching search criteria
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cbfa1bc2-2870-40dc-8838-6dc217f844e1
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.754Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:16.754Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.754Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_juoNIU
Description:service
Model UUID:07b26c5b-8dce-4cf5-938b-e87c710cf277
Model Version:NULL
Model InvariantUuid:0cebc636-a989-41ee-8123-3b502de339f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_juoNIU
Model UUID:20cb6a94-417f-4c4d-8845-0fd8705ad9b3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:960e983e-4106-4de7-9528-a428cf42b7f2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fcab95dc-2783-46fb-9ed8-63e9bf2997d7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:70519620-1f0b-4de4-b7e0-dae873566dd5
ModelName:BasicOnboardJuoniu..base_ubuntu18..module-0
ModelUuid:d011d8ee-7b41-4a09-83ff-15a561187241
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cbfa1bc2-2870-40dc-8838-6dc217f844e1
ModelInvariantUuid:e1374bf7-fa0a-4811-805d-9b5ba095a0fc
ModelName:basic_onboard_juoNIU-nodes.ubuntu18Cvfc
ModelUuid:060759c9-e58f-4fce-881f-049f9cda68b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5ebad4fb-928d-4635-a1b4-77fb3169e62d
ModelInvariantUuid:2ee26937-38d1-4469-8090-8c6b2401f7bf
ModelName:BasicOnboardJuoniu.compute.nodes.heat.ubuntu18
ModelUuid:d1b46981-00fe-439f-8183-28f0404ad2e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-06T01:35:16.770Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:35:16.849Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||basic_onboard_juoNIU 0
2022-02-06T01:35:16.856Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9
2022-02-06T01:35:16.856Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 20679c6b-cc4e-490f-9400-72d6bf84ec8e from URL: /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json
2022-02-06T01:35:16.856Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-06T01:35:16.856Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json
2022-02-06T01:35:16.900Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-06T01:35:16.901Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json 20679c6b-cc4e-490f-9400-72d6bf84ec8e 798
2022-02-06T01:35:16.901Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json ASDC sendASDCNotification
2022-02-06T01:35:16.901Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json
2022-02-06T01:35:16.901Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:35:16.901Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:16.903Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:16.904Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111316901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:35:17.004Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:17.005Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:17.005Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:17.018Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:17.019Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:17.905Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJuoniu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "70519620-1f0b-4de4-b7e0-dae873566dd5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d011d8ee-7b41-4a09-83ff-15a561187241",
"vfModuleModelCustomizationUUID": "21af4a10-0d91-455b-9661-d81a4c4e8a7c",
"isBase": true,
"artifacts": [
"4eee453f-3376-4a96-8f15-a17826fb4bb4",
"c4a7f0bb-9728-49fa-a0f6-68f161953ac3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-06T01:35:17.918Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJuoniu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d011d8ee-7b41-4a09-83ff-15a561187241
VfModuleModelInvariantUUID:70519620-1f0b-4de4-b7e0-dae873566dd5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4eee453f-3376-4a96-8f15-a17826fb4bb4
,
c4a7f0bb-9728-49fa-a0f6-68f161953ac3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-06T01:35:17.922Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJuoniu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "70519620-1f0b-4de4-b7e0-dae873566dd5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d011d8ee-7b41-4a09-83ff-15a561187241",
"vfModuleModelCustomizationUUID": "21af4a10-0d91-455b-9661-d81a4c4e8a7c",
"isBase": true,
"artifacts": [
"4eee453f-3376-4a96-8f15-a17826fb4bb4",
"c4a7f0bb-9728-49fa-a0f6-68f161953ac3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-06T01:35:17.922Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJuoniu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d011d8ee-7b41-4a09-83ff-15a561187241
VfModuleModelInvariantUUID:70519620-1f0b-4de4-b7e0-dae873566dd5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4eee453f-3376-4a96-8f15-a17826fb4bb4
,
c4a7f0bb-9728-49fa-a0f6-68f161953ac3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-06T01:35:17.922Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4eee453f-3376-4a96-8f15-a17826fb4bb4 from URL: /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml
2022-02-06T01:35:17.922Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-06T01:35:17.923Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml
2022-02-06T01:35:18.183Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-06T01:35:18.183Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml 4eee453f-3376-4a96-8f15-a17826fb4bb4 5033
2022-02-06T01:35:18.184Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-06T01:35:18.184Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml
2022-02-06T01:35:18.184Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:35:18.184Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:18.187Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:18.187Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111318183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:35:18.287Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:18.288Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:18.288Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:18.298Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:18.298Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:19.188Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c4a7f0bb-9728-49fa-a0f6-68f161953ac3 from URL: /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
2022-02-06T01:35:19.188Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-06T01:35:19.188Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
2022-02-06T01:35:19.378Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-06T01:35:19.378Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env c4a7f0bb-9728-49fa-a0f6-68f161953ac3 909
2022-02-06T01:35:19.378Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-06T01:35:19.379Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
2022-02-06T01:35:19.379Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:35:19.379Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:19.381Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:19.381Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111319378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:35:19.481Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:19.482Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:19.482Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:19.493Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:19.493Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:20.382Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 07b26c5b-8dce-4cf5-938b-e87c710cf277
2022-02-06T01:35:20.382Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_juoNIU 0 0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:35:20.409Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bef8e6b, org.onap.sdc.toscaparser.api.parameters.Input@5c4ef3e1, org.onap.sdc.toscaparser.api.parameters.Input@37d34678, org.onap.sdc.toscaparser.api.parameters.Input@6b73c368, org.onap.sdc.toscaparser.api.parameters.Input@6c6894bb]
2022-02-06T01:35:20.412Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.412Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.413Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-02-06T01:35:20.413Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= fcab95dc-2783-46fb-9ed8-63e9bf2997d7
2022-02-06T01:35:20.413Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fcab95dc-2783-46fb-9ed8-63e9bf2997d7 matches Tosca VF Customization UUID: fcab95dc-2783-46fb-9ed8-63e9bf2997d7
2022-02-06T01:35:20.413Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: fcab95dc-2783-46fb-9ed8-63e9bf2997d7 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-06T01:35:20.418Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.418Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.419Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id fcab95dc-2783-46fb-9ed8-63e9bf2997d7: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-06T01:35:20.419Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ae9265b
2022-02-06T01:35:20.419Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.419Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:35:20.420Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21af4a10-0d91-455b-9661-d81a4c4e8a7c
2022-02-06T01:35:20.421Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21af4a10-0d91-455b-9661-d81a4c4e8a7c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-06T01:35:20.424Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.425Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:20.425Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:20.425Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is not matching search criteria
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T01:35:20.427Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cbfa1bc2-2870-40dc-8838-6dc217f844e1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-06T01:35:20.431Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.431Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:20.432Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:20.432Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.432Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:20.432Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=fcab95dc-2783-46fb-9ed8-63e9bf2997d7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:35:20.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 07b26c5b-8dce-4cf5-938b-e87c710cf277: basic_onboard_juoNIU
2022-02-06T01:35:20.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.436Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:35:20.436Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.436Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_juoNIU
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:35:20.566Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_juoNIU 0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9 1 ASDC deployResourceStructure
2022-02-06T01:35:20.566Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json ASDC sendASDCNotification
2022-02-06T01:35:20.566Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json
2022-02-06T01:35:20.566Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:35:20.567Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:20.569Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:20.569Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111320566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T01:35:20.669Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:20.670Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:20.670Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:20.685Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:20.685Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:35:21.570Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-06T01:35:21.570Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml
2022-02-06T01:35:21.570Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:35:21.570Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:21.572Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:21.572Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111321569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-06T01:35:21.672Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:21.673Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:21.673Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:21.687Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:21.688Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:35:22.573Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-06T01:35:22.573Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
2022-02-06T01:35:22.573Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:35:22.574Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:22.575Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:22.575Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111322573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-06T01:35:22.676Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:35:22.676Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:22.677Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:22.686Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:22.686Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:23.576Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar ASDC sendASDCNotification
2022-02-06T01:35:23.577Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:23.577Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:35:23.577Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:23.579Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:23.579Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111323576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:35:23.679Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:35:23.680Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:35:23.680Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:23.692Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:35:23.693Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:24.580Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:35:24.597Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:35:24.598Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:35:24.598Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:35:24.598Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:35:54.599Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:35:54.604Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:35:54.606Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:35:54.606Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:35:54.606Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:36:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:36:03.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:36:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:36:03.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:36:03.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:36:03.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "clamp",
"timestamp": 1644111296848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:36:03.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:36:03.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:36:03.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "aai-ml",
"timestamp": 1644111296739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:36:03.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:36:24.606Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:36:24.611Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:36:24.612Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:36:24.613Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:36:24.613Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:36:54.613Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:36:54.619Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:36:54.620Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:36:54.620Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:36:54.620Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:37:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:37:03.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:37:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:37:03.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:37:03.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:37:03.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "cds",
"timestamp": 1644111302051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:37:03.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:37:03.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:37:03.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "policy-id",
"timestamp": 1644111297140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:37:03.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:37:24.621Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:37:24.627Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:37:24.628Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:37:24.628Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:37:24.629Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:37:54.629Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:37:54.635Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:37:54.636Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:37:54.636Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:37:54.636Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:38:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:38:03.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:38:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:38:04.403Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:38:04.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111299890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111298085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "cds",
"timestamp": 1644111302051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "aai-ml",
"timestamp": 1644111296739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "clamp",
"timestamp": 1644111296848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "policy-id",
"timestamp": 1644111297140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111299890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111298085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "cds",
"timestamp": 1644111302051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "aai-ml",
"timestamp": 1644111296739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "clamp",
"timestamp": 1644111296848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "policy-id",
"timestamp": 1644111297140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111299890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111298085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "aai-ml",
"timestamp": 1644111296739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "cds",
"timestamp": 1644111302051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "clamp",
"timestamp": 1644111296848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "policy-id",
"timestamp": 1644111297140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111299890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111298085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "cds",
"timestamp": 1644111302051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "aai-ml",
"timestamp": 1644111296739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "clamp",
"timestamp": 1644111296848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "policy-id",
"timestamp": 1644111297140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111299890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111298085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "aai-ml",
"timestamp": 1644111296739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "cds",
"timestamp": 1644111302051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "clamp",
"timestamp": 1644111296848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "policy-id",
"timestamp": 1644111297140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111299890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111298085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "cds",
"timestamp": 1644111302051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111303861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "aai-ml",
"timestamp": 1644111296739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "clamp",
"timestamp": 1644111296848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "policy-id",
"timestamp": 1644111297140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "cds",
"timestamp": 1644111313382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "aai-ml",
"timestamp": 1644111313390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111313436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "policy-id",
"timestamp": 1644111313444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111313484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "cds",
"timestamp": 1644111314396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:38:04.434Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.434Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:38:04.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "policy-id",
"timestamp": 1644111314449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111314485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "policy-id",
"timestamp": 1644111315453,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:38:04.443Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.443Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:38:04.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111315539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111316605,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:38:04.451Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.452Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-06T01:38:04.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111316901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111317609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T01:38:04.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111318183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111319378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "clamp",
"timestamp": 1644111319838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111320566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "clamp",
"timestamp": 1644111320918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111320312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111321569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-06T01:38:04.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "clamp",
"timestamp": 1644111321922,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:38:04.464Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.464Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:38:04.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111320312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111322573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-06T01:38:04.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111320312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "aai-ml",
"timestamp": 1644111323488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111323576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111320312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "aai-ml",
"timestamp": 1644111324492,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:38:04.474Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.474Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:38:04.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111320312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111320312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111320312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111328150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111331864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111332873,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:38:04.484Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.484Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:38:24.637Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:38:24.644Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:38:24.646Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:38:24.646Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-06T01:38:24.646Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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=?
2022-02-06T01:38:24.650Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-06T01:38:54.651Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-06T01:38:54.657Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and serviceModelVersionId: 07b26c5b-8dce-4cf5-938b-e87c710cf277
2022-02-06T01:38:54.657Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cebc636-a989-41ee-8123-3b502de339f3
2022-02-06T01:39:03.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:39:03.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:39:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:39:06.408Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0
2022-02-06T01:39:06.503Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T01:39:06.931Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0|INFO|500||Invoke
2022-02-06T01:39:06.938Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a65fa40a-6b2f-4d89-a786-fb4b3d1103cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[42014367-c696-407f-bfa2-76e855b27725], X-ECOMP-RequestID=[a65fa40a-6b2f-4d89-a786-fb4b3d1103cd], X-TransactionId=[], X-ONAP-RequestID=[a65fa40a-6b2f-4d89-a786-fb4b3d1103cd], Content-Type=[application/merge-patch+json]}
2022-02-06T01:39:07.046Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-06T01:39:07.428Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?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/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220206-01:39:07:056-92285], vertex-id=[336008], Content-Length=[0], Date=[Sun, 06 Feb 2022 01:39:07 GMT], Content-Type=[application/json]}
2022-02-06T01:39:07.429Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-06T01:39:07.430Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0|INFO|500||InvokeReturn
2022-02-06T01:39:07.433Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T01:39:07.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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=?
2022-02-06T01:39:07.437Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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)
2022-02-06T01:39:07.444Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-06T01:39:07.444Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-06T01:39:07.445Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:39:07.446Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:39:07.446Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111547444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:39:07.547Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:39:07.547Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:39:07.547Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:39:07.557Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:39:07.557Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:39:08.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:39:08.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:39:08.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111547444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:39:08.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-06T01:39:08.458Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:39:08.459Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:39:08.459Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T01:39:19.231Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:39:19.232Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:39:19.232Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:39:19.232Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T01:39:28.762Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:39:28.763Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:39:28.763Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:39:28.763Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T01:39:38.293Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:39:38.294Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:39:38.295Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:39:38.295Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T01:39:47.827Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:40:03.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:40:03.862Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:40:03.862Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NynUlASnTely1qJQ) ...
2022-02-06T01:40:03.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:40:03.863Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:40:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:40:13.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:40:13.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:03.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:41:03.862Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:41:03.862Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:41:03.863Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:41:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:41:04.572Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:04.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T01:41:04.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8da21065-c5e2-4490-9c6a-cf41b0065395","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"82729479-ad9b-4ccd-97c5-8cc71a9859b6","serviceDescription":"service","serviceInvariantUUID":"7dc0b9f4-1675-4be6-9099-14d0ea8b3413","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99a0b390-8061-405a-b07e-3ee4e5f31f17","resourceInvariantUUID":"08d0b909-66eb-4e5f-9659-cdeaa6e65c78","resourceCustomizationUUID":"1afd32f1-15d8-4576-aab6-1f01b5398c49","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":"MjUwZTlmOTAzNWFjZjFmNmUwYjYzNjc3OThjYWUxYzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5eece0d6-575c-491b-8a57-92b829ea8a8d","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":"NDM3NmQyZjRlZWQ5NGE2YjJkMzg1NDJhZWUyMjZmNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"977e11c5-8d25-4187-b667-58e8859c68e4","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":"85f7a138-491b-4103-bd32-28faf4f7b928","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":"c2bdb05a-07a1-444e-ac17-c5dd40ee40b2","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":"aae5dd0c-5d59-475c-a039-e4e0bd33cb8f","artifactVersion":"2","generatedFromUUID":"85f7a138-491b-4103-bd32-28faf4f7b928"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWZkMTJiOThhY2MzYWYzZGZhN2NkZGQ3OTVmYWU4YzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"793b9caa-abef-4c65-ae58-4cbd9d98ed63","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjZiMjczZTZiMmZkMzMxZjQ2NmUwNzVlYjBiZTFhNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de46dfb0-0128-4762-ade3-7d6af0ebe7fd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T01:41:04.575Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:04.576Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:04.578Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:04.578Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:41:04.678Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:04.679Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:04.679Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:04.689Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:04.690Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:04.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:04.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:41:04.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:41:04.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:41:05.578Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:05.579Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:05.581Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:05.581Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T01:41:05.682Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:05.683Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:05.683Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:05.699Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:05.699Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:06.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:06.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:06.584Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:06.584Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-02-06T01:41:06.685Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-06T01:41:06.685Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:06.686Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:06.699Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:06.699Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:07.585Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:07.587Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:07.588Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:07.588Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:41:07.689Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-06T01:41:07.690Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:07.690Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:07.709Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:07.709Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:08.589Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:08.589Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:08.591Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:08.591Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-02-06T01:41:08.691Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:08.692Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:08.692Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:08.724Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:08.724Z||pool-23-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:09.591Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:09.592Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:09.593Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:09.594Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:41:09.694Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:09.695Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:09.695Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:09.704Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:09.704Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:10.594Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:10.595Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:10.596Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:10.597Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:41:10.696Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:41:10.697Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:10.697Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:10.706Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:10.707Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:11.599Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "82729479-ad9b-4ccd-97c5-8cc71a9859b6",
"serviceDescription": "service",
"serviceInvariantUUID": "7dc0b9f4-1675-4be6-9099-14d0ea8b3413",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "1afd32f1-15d8-4576-aab6-1f01b5398c49",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "99a0b390-8061-405a-b07e-3ee4e5f31f17",
"resourceInvariantUUID": "08d0b909-66eb-4e5f-9659-cdeaa6e65c78",
"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": "NDM3NmQyZjRlZWQ5NGE2YjJkMzg1NDJhZWUyMjZmNDc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "977e11c5-8d25-4187-b667-58e8859c68e4",
"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": "85f7a138-491b-4103-bd32-28faf4f7b928",
"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": "aae5dd0c-5d59-475c-a039-e4e0bd33cb8f",
"generatedFromUUID": "85f7a138-491b-4103-bd32-28faf4f7b928"
},
"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": "aae5dd0c-5d59-475c-a039-e4e0bd33cb8f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MjZiMjczZTZiMmZkMzMxZjQ2NmUwNzVlYjBiZTFhNDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de46dfb0-0128-4762-ade3-7d6af0ebe7fd"
}
],
"workloadContext": "Production"
}
2022-02-06T01:41:11.599Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T01:41:11.599Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82729479-ad9b-4ccd-97c5-8cc71a9859b6 ASDC
2022-02-06T01:41:11.599Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8da21065-c5e2-4490-9c6a-cf41b0065395
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:82729479-ad9b-4ccd-97c5-8cc71a9859b6
ServiceInvariantUUID:7dc0b9f4-1675-4be6-9099-14d0ea8b3413
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:de46dfb0-0128-4762-ade3-7d6af0ebe7fd
ArtifactChecksum:MjZiMjczZTZiMmZkMzMxZjQ2NmUwNzVlYjBiZTFhNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:1afd32f1-15d8-4576-aab6-1f01b5398c49
ResourceInvariantUUID:08d0b909-66eb-4e5f-9659-cdeaa6e65c78
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:99a0b390-8061-405a-b07e-3ee4e5f31f17
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:977e11c5-8d25-4187-b667-58e8859c68e4
ArtifactChecksum:NDM3NmQyZjRlZWQ5NGE2YjJkMzg1NDJhZWUyMjZmNDc=
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:85f7a138-491b-4103-bd32-28faf4f7b928
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:aae5dd0c-5d59-475c-a039-e4e0bd33cb8f
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:aae5dd0c-5d59-475c-a039-e4e0bd33cb8f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-06T01:41:11.600Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82729479-ad9b-4ccd-97c5-8cc71a9859b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:41:11.625Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:41:11.625Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:41:11.626Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:41:11.626Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: de46dfb0-0128-4762-ade3-7d6af0ebe7fd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-06T01:41:11.626Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:41:11.626Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-06T01:41:12.103Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:41:12.107Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de46dfb0-0128-4762-ade3-7d6af0ebe7fd 71036
2022-02-06T01:41:12.108Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-06T01:41:12.108Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-06T01:41:12.108Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:41:12.109Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:12.111Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:12.111Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111672108,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:41:12.211Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:12.212Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:12.212Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:12.223Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:12.223Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:13.112Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:41:13.112Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:41:13.113Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: de46dfb0-0128-4762-ade3-7d6af0ebe7fd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:13.113Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-06T01:41:13.113Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:13.113Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:13.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10252268862360044648/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64b9bcf5-c474-4d18-a3ca-623dc8325b16
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.345Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:82729479-ad9b-4ccd-97c5-8cc71a9859b6
Model Version:NULL
Model InvariantUuid:7dc0b9f4-1675-4be6-9099-14d0ea8b3413
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:bc971b68-c3f3-4479-a604-c301b76f9c8d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:08d0b909-66eb-4e5f-9659-cdeaa6e65c78
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1afd32f1-15d8-4576-aab6-1f01b5398c49
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:71a9c596-c25b-4243-be02-c5c33fdc373b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6e4ce733-2b92-40ea-834b-c73e36eea935
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:64b9bcf5-c474-4d18-a3ca-623dc8325b16
ModelInvariantUuid:4a3e4c24-ba80-4117-8feb-9f178a49ecde
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2c4c221b-a455-4510-be68-4809b7aded70
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:92b7c743-b254-4909-8b98-ba03d04e71ff
ModelInvariantUuid:09757ad4-32ca-42bf-8c5b-8b917f0f69f9
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0d8bd7bf-33fd-4054-b0ee-d3a067fa0143
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-06T01:41:14.350Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 99a0b390-8061-405a-b07e-3ee4e5f31f17
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:41:14.353Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-02-06T01:41:14.353Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99a0b390-8061-405a-b07e-3ee4e5f31f17
2022-02-06T01:41:14.353Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 977e11c5-8d25-4187-b667-58e8859c68e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-06T01:41:14.353Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:41:14.353Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-06T01:41:14.393Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:41:14.394Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 977e11c5-8d25-4187-b667-58e8859c68e4 787
2022-02-06T01:41:14.394Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-02-06T01:41:14.394Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-06T01:41:14.394Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:41:14.394Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:14.396Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:14.396Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111674394,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:41:14.496Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:14.497Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:14.497Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:14.506Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:14.506Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:15.396Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "71a9c596-c25b-4243-be02-c5c33fdc373b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6e4ce733-2b92-40ea-834b-c73e36eea935",
"vfModuleModelCustomizationUUID": "c73cdf44-c758-43e3-ab99-338a7bff1dce",
"isBase": true,
"artifacts": [
"85f7a138-491b-4103-bd32-28faf4f7b928",
"aae5dd0c-5d59-475c-a039-e4e0bd33cb8f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-06T01:41:15.401Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e4ce733-2b92-40ea-834b-c73e36eea935
VfModuleModelInvariantUUID:71a9c596-c25b-4243-be02-c5c33fdc373b
VfModuleModelDescription:NULL
Artifacts UUID List:{
85f7a138-491b-4103-bd32-28faf4f7b928
,
aae5dd0c-5d59-475c-a039-e4e0bd33cb8f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-06T01:41:15.402Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "71a9c596-c25b-4243-be02-c5c33fdc373b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6e4ce733-2b92-40ea-834b-c73e36eea935",
"vfModuleModelCustomizationUUID": "c73cdf44-c758-43e3-ab99-338a7bff1dce",
"isBase": true,
"artifacts": [
"85f7a138-491b-4103-bd32-28faf4f7b928",
"aae5dd0c-5d59-475c-a039-e4e0bd33cb8f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-06T01:41:15.403Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e4ce733-2b92-40ea-834b-c73e36eea935
VfModuleModelInvariantUUID:71a9c596-c25b-4243-be02-c5c33fdc373b
VfModuleModelDescription:NULL
Artifacts UUID List:{
85f7a138-491b-4103-bd32-28faf4f7b928
,
aae5dd0c-5d59-475c-a039-e4e0bd33cb8f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-06T01:41:15.403Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 85f7a138-491b-4103-bd32-28faf4f7b928 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-06T01:41:15.403Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:41:15.403Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-06T01:41:15.460Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:41:15.461Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 85f7a138-491b-4103-bd32-28faf4f7b928 5033
2022-02-06T01:41:15.461Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-06T01:41:15.461Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-06T01:41:15.461Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:41:15.461Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:15.463Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:15.463Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111675461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:41:15.563Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:15.564Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:15.565Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:15.575Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:15.575Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:41:16.463Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aae5dd0c-5d59-475c-a039-e4e0bd33cb8f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-06T01:41:16.464Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:41:16.464Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-06T01:41:16.497Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:41:16.497Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env aae5dd0c-5d59-475c-a039-e4e0bd33cb8f 903
2022-02-06T01:41:16.497Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-06T01:41:16.498Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-06T01:41:16.498Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:41:16.498Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:16.499Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:16.499Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111676497,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:41:16.600Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:16.600Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:16.601Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:16.614Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:16.615Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:41:17.500Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 82729479-ad9b-4ccd-97c5-8cc71a9859b6
2022-02-06T01:41:17.501Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 99a0b390-8061-405a-b07e-3ee4e5f31f17 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:41:17.512Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c871e57, org.onap.sdc.toscaparser.api.parameters.Input@227774ce, org.onap.sdc.toscaparser.api.parameters.Input@753ff15f, org.onap.sdc.toscaparser.api.parameters.Input@4daaaedd, org.onap.sdc.toscaparser.api.parameters.Input@91b6499]
2022-02-06T01:41:17.513Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.513Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.513Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-02-06T01:41:17.513Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1afd32f1-15d8-4576-aab6-1f01b5398c49
2022-02-06T01:41:17.514Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1afd32f1-15d8-4576-aab6-1f01b5398c49 matches Tosca VF Customization UUID: 1afd32f1-15d8-4576-aab6-1f01b5398c49
2022-02-06T01:41:17.514Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1afd32f1-15d8-4576-aab6-1f01b5398c49 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-06T01:41:17.515Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.515Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.516Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1afd32f1-15d8-4576-aab6-1f01b5398c49: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-02-06T01:41:17.516Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27ff0623
2022-02-06T01:41:17.516Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.516Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:41:17.516Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c73cdf44-c758-43e3-ab99-338a7bff1dce
2022-02-06T01:41:17.517Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c73cdf44-c758-43e3-ab99-338a7bff1dce
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-06T01:41:17.518Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.518Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-06T01:41:17.520Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-06T01:41:17.520Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-06T01:41:17.520Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64b9bcf5-c474-4d18-a3ca-623dc8325b16
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-06T01:41:17.521Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.522Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:17.522Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:17.522Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.522Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:17.522Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1afd32f1-15d8-4576-aab6-1f01b5398c49
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:41:17.523Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.523Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 82729479-ad9b-4ccd-97c5-8cc71a9859b6: basic_vm
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.525Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.525Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:41:17.525Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.525Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:41:17.579Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 99a0b390-8061-405a-b07e-3ee4e5f31f17 1 ASDC deployResourceStructure
2022-02-06T01:41:17.579Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-02-06T01:41:17.579Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-06T01:41:17.579Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:41:17.580Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:17.581Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:17.581Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111677579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T01:41:17.682Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:17.682Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:17.682Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:17.691Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:17.692Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:18.582Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-06T01:41:18.582Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-06T01:41:18.582Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:41:18.583Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:18.584Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:18.584Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111678582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-02-06T01:41:18.685Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:18.685Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:18.685Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:18.694Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:18.694Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:19.585Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-06T01:41:19.586Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-06T01:41:19.586Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:41:19.586Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:19.587Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:19.587Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111679585,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-02-06T01:41:19.688Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:19.689Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:19.689Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:19.696Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:19.696Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:20.588Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-06T01:41:20.589Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-06T01:41:20.589Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:41:20.589Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:20.590Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:20.590Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111680588,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:41:20.691Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-06T01:41:20.691Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:41:20.692Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:20.700Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:41:20.700Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:21.591Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:41:21.597Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:41:21.600Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:41:21.600Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:41:21.600Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:41:51.600Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:41:51.606Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:41:51.607Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:41:51.607Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:41:51.607Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:42:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:42:03.863Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:42:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:42:03.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:42:03.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:42:03.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "clamp",
"timestamp": 1644111656848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:42:03.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:42:21.608Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:42:21.614Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:42:21.616Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:42:21.616Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:42:21.616Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:42:51.617Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:42:51.623Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:42:51.627Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:42:51.627Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:42:51.627Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:43:03.863Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:43:03.864Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:43:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:43:03.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:43:03.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:43:03.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "cds",
"timestamp": 1644111662051,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111659890,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "aai-ml",
"timestamp": 1644111656739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:43:03.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111658085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:43:03.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:43:03.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:43:03.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "policy-id",
"timestamp": 1644111657140,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:43:03.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:43:21.628Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:43:21.633Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:43:21.634Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:43:21.634Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:43:21.634Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:43:51.635Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:43:51.643Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:43:51.644Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:43:51.644Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:43:51.644Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:44:03.863Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:44:03.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:44:03.865Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:44:03.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:44:03.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "clamp",
"timestamp": 1644111656848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111659890,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "cds",
"timestamp": 1644111662051,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "aai-ml",
"timestamp": 1644111656739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111658085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "policy-id",
"timestamp": 1644111657140,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111658085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "aai-ml",
"timestamp": 1644111656739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "clamp",
"timestamp": 1644111656848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111659890,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "cds",
"timestamp": 1644111662051,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "policy-id",
"timestamp": 1644111657140,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111659890,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111658085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "clamp",
"timestamp": 1644111656848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "aai-ml",
"timestamp": 1644111656739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "cds",
"timestamp": 1644111662051,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "policy-id",
"timestamp": 1644111657140,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "aai-ml",
"timestamp": 1644111656739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111658085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "clamp",
"timestamp": 1644111656848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "cds",
"timestamp": 1644111662051,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111659890,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "policy-id",
"timestamp": 1644111657140,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "aai-ml",
"timestamp": 1644111656739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111659890,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "clamp",
"timestamp": 1644111656848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111658085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "cds",
"timestamp": 1644111662051,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "policy-id",
"timestamp": 1644111657140,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111663861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "aai-ml",
"timestamp": 1644111656739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "cds",
"timestamp": 1644111662051,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111659890,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "clamp",
"timestamp": 1644111656848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111658085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "policy-id",
"timestamp": 1644111657140,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "cds",
"timestamp": 1644111672106,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111672108,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "aai-ml",
"timestamp": 1644111672111,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111672130,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "policy-id",
"timestamp": 1644111672111,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "cds",
"timestamp": 1644111673111,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:44:03.914Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.914Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:44:03.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "policy-id",
"timestamp": 1644111673115,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:03.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111673191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "policy-id",
"timestamp": 1644111674117,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:44:03.926Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.927Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:44:03.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111674234,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111674394,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111675254,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:44:03.935Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.936Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-06T01:44:03.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111675461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111676257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111676497,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "aai-ml",
"timestamp": 1644111677382,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111677579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:03.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "aai-ml",
"timestamp": 1644111678385,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:44:03.944Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.944Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:44:03.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111678582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:03.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111679585,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111680588,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111680313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111680313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "clamp",
"timestamp": 1644111682876,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111680313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111680313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "clamp",
"timestamp": 1644111684886,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:03.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111680313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "clamp",
"timestamp": 1644111685890,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:44:03.957Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.957Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:44:03.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111680313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111680313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111688057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111690360,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111691373,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:44:03.966Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.966Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:44:03.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "cds",
"timestamp": 1644111692051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111698085,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111699890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "policy-id",
"timestamp": 1644111697140,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111698085,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "cds",
"timestamp": 1644111692051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111699890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "policy-id",
"timestamp": 1644111697140,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "cds",
"timestamp": 1644111703887,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "policy-id",
"timestamp": 1644111703883,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "cds",
"timestamp": 1644111704892,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:44:03.980Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5564d529-4943-4c08-9067-da0d56831a8b
2022-02-06T01:44:03.980Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5564d529-4943-4c08-9067-da0d56831a8b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:44:03.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "policy-id",
"timestamp": 1644111704886,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:03.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "policy-id",
"timestamp": 1644111705888,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:44:03.986Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5564d529-4943-4c08-9067-da0d56831a8b
2022-02-06T01:44:03.986Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5564d529-4943-4c08-9067-da0d56831a8b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:44:03.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111710312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111710312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111713098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111714527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111715531,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:44:03.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5564d529-4943-4c08-9067-da0d56831a8b
2022-02-06T01:44:03.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5564d529-4943-4c08-9067-da0d56831a8b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:44:04.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "aai-ml",
"timestamp": 1644111716739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "clamp",
"timestamp": 1644111716848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "aai-ml",
"timestamp": 1644111716739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "clamp",
"timestamp": 1644111716848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "aai-ml",
"timestamp": 1644111719449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "aai-ml",
"timestamp": 1644111722553,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "aai-ml",
"timestamp": 1644111723556,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:44:04.005Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5564d529-4943-4c08-9067-da0d56831a8b
2022-02-06T01:44:04.006Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5564d529-4943-4c08-9067-da0d56831a8b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:44:21.644Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:44:21.652Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:44:21.657Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-06T01:44:51.658Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-06T01:44:51.663Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8da21065-c5e2-4490-9c6a-cf41b0065395 and serviceModelVersionId: 82729479-ad9b-4ccd-97c5-8cc71a9859b6
2022-02-06T01:44:51.663Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7dc0b9f4-1675-4be6-9099-14d0ea8b3413
2022-02-06T01:44:51.664Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0
2022-02-06T01:44:51.669Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T01:44:51.709Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0|INFO|500||Invoke
2022-02-06T01:44:51.709Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8da21065-c5e2-4490-9c6a-cf41b0065395], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5fff179-7b57-46b0-b983-9e37a190eebd], X-ECOMP-RequestID=[8da21065-c5e2-4490-9c6a-cf41b0065395], X-TransactionId=[], X-ONAP-RequestID=[8da21065-c5e2-4490-9c6a-cf41b0065395], Content-Type=[application/merge-patch+json]}
2022-02-06T01:44:51.732Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-06T01:44:51.980Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?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/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220206-01:44:51:740-69477], vertex-id=[204928], Content-Length=[0], Date=[Sun, 06 Feb 2022 01:44:51 GMT], Content-Type=[application/json]}
2022-02-06T01:44:51.980Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-06T01:44:51.980Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0|INFO|500||InvokeReturn
2022-02-06T01:44:51.981Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T01:44:51.981Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:44:51.985Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-06T01:44:51.986Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8da21065-c5e2-4490-9c6a-cf41b0065395 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-06T01:44:51.986Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-06T01:44:51.986Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:44:51.988Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:44:51.988Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111891986,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:44:52.089Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:44:52.090Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:44:52.090Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:44:52.102Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:44:52.102Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-06T01:44:52.998Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:44:52.999Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:44:52.999Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NynUlASnTely1qJQ) ...
2022-02-06T01:44:57.701Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:44:57.702Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T01:44:57.702Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5564d529-4943-4c08-9067-da0d56831a8b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6234fb11-8ad4-4798-a669-d0b512ae3d4c","serviceDescription":"service","serviceInvariantUUID":"d1e7943c-e3d5-433f-9278-4e7b109f36dd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e565065c-7d66-4f7e-acb3-643644667eb3","resourceInvariantUUID":"aa412104-00be-431f-a873-ef216f15f746","resourceCustomizationUUID":"6c04dad9-5ba2-42fa-b246-dbe60f0ea980","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":"Y2FiMTI5NGJhMmIyZjlkY2JiZjQ2NTQzMGViYjJmNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98343887-0ded-406f-b2a0-6e8fa9fb72c1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWUyMTdmMzQ5Y2Q3ZjdhNThhNmU4YmFjMWI0MDczZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3060a05-060f-4a0c-b799-f65c90bb3ccc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T01:44:57.704Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:44:57.704Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:44:57.705Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:44:57.705Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:44:57.805Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:44:57.806Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:44:57.806Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:44:57.815Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:44:57.816Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:44:58.706Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:44:58.706Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:44:58.708Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:44:58.708Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:44:58.808Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:44:58.809Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:44:58.809Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:44:58.818Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:44:58.818Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:44:59.709Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "6234fb11-8ad4-4798-a669-d0b512ae3d4c",
"serviceDescription": "service",
"serviceInvariantUUID": "d1e7943c-e3d5-433f-9278-4e7b109f36dd",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6c04dad9-5ba2-42fa-b246-dbe60f0ea980",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e565065c-7d66-4f7e-acb3-643644667eb3",
"resourceInvariantUUID": "aa412104-00be-431f-a873-ef216f15f746",
"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": "YWUyMTdmMzQ5Y2Q3ZjdhNThhNmU4YmFjMWI0MDczZmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f3060a05-060f-4a0c-b799-f65c90bb3ccc"
}
],
"workloadContext": "Production"
}
2022-02-06T01:44:59.709Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T01:44:59.709Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6234fb11-8ad4-4798-a669-d0b512ae3d4c ASDC
2022-02-06T01:44:59.710Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5564d529-4943-4c08-9067-da0d56831a8b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6234fb11-8ad4-4798-a669-d0b512ae3d4c
ServiceInvariantUUID:d1e7943c-e3d5-433f-9278-4e7b109f36dd
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:f3060a05-060f-4a0c-b799-f65c90bb3ccc
ArtifactChecksum:YWUyMTdmMzQ5Y2Q3ZjdhNThhNmU4YmFjMWI0MDczZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6c04dad9-5ba2-42fa-b246-dbe60f0ea980
ResourceInvariantUUID:aa412104-00be-431f-a873-ef216f15f746
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e565065c-7d66-4f7e-acb3-643644667eb3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-02-06T01:44:59.710Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6234fb11-8ad4-4798-a669-d0b512ae3d4c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f3060a05-060f-4a0c-b799-f65c90bb3ccc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-06T01:45:00.637Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:00.639Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f3060a05-060f-4a0c-b799-f65c90bb3ccc 52487
2022-02-06T01:45:00.639Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-06T01:45:00.639Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-06T01:45:00.639Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:00.640Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:00.641Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:00.641Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111900639,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:00.742Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:00.742Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:00.742Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:00.752Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:00.752Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:01.642Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:45:01.643Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:45:01.643Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f3060a05-060f-4a0c-b799-f65c90bb3ccc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:01.643Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-06T01:45:01.644Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:01.644Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:01.733Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9992078910515968983/Definitions/service-BasicNetwork-template.yml
2022-02-06T01:45:02.153Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T01:45:02.153Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:45:02.153Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.157Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.157Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.157Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.157Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.157Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:6234fb11-8ad4-4798-a669-d0b512ae3d4c
Model Version:NULL
Model InvariantUuid:d1e7943c-e3d5-433f-9278-4e7b109f36dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:aa412104-00be-431f-a873-ef216f15f746
Model UUID:8076e35b-5cf3-4c32-8f33-3ea6582aea62
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6c04dad9-5ba2-42fa-b246-dbe60f0ea980
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-06T01:45:02.163Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: e565065c-7d66-4f7e-acb3-643644667eb3
2022-02-06T01:45:02.163Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||No resources found for Service: 6234fb11-8ad4-4798-a669-d0b512ae3d4c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:45:02.166Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||
2022-02-06T01:45:02.167Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-02-06T01:45:02.167Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 6234fb11-8ad4-4798-a669-d0b512ae3d4c
2022-02-06T01:45:02.167Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6234fb11-8ad4-4798-a669-d0b512ae3d4c
2022-02-06T01:45:02.167Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-02-06T01:45:02.168Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:45:02.171Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74ed5a2f, org.onap.sdc.toscaparser.api.parameters.Input@39fdf288, org.onap.sdc.toscaparser.api.parameters.Input@424c976f, org.onap.sdc.toscaparser.api.parameters.Input@65a664fa, org.onap.sdc.toscaparser.api.parameters.Input@7b046643]
2022-02-06T01:45:02.172Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.172Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.172Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6234fb11-8ad4-4798-a669-d0b512ae3d4c: Generic NeutronNet
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-02-06T01:45:02.195Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-06T01:45:02.248Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-02-06T01:45:02.249Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-06T01:45:02.249Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.249Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:45:02.249Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:02.251Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:02.251Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111902249,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:45:02.351Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:02.352Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:02.352Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:02.359Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:02.359Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:45:03.252Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5564d529-4943-4c08-9067-da0d56831a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:45:03.256Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5564d529-4943-4c08-9067-da0d56831a8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:45:03.259Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:45:03.259Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:45:03.259Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-06T01:45:03.259Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:45:03.261Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-06T01:45:03.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:45:03.863Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-06T01:45:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:45:03.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:03.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "clamp",
"timestamp": 1644111723881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "clamp",
"timestamp": 1644111724899,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "clamp",
"timestamp": 1644111725902,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:45:03.890Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5564d529-4943-4c08-9067-da0d56831a8b
2022-02-06T01:45:03.890Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5564d529-4943-4c08-9067-da0d56831a8b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:45:03.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111739890,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111737051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111740312,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111738085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111737140,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111740312,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111739890,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111737051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111738085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111737140,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111739890,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111738085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111740312,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111737051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111737140,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111739890,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111738085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111737051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111740312,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111737140,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111739890,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111738085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111740312,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111737051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111737140,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111746739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111746848,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111739890,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111738085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111737051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111740312,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111737140,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111746739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111746848,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111739890,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111738085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111737051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111740312,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111737140,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111746739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111746848,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111739890,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111737051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111740312,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111738085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111737140,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111746739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111746848,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111739890,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111740312,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111737051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111738085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111737140,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111746739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111746848,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644111739890,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111738085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111737051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111740312,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111737140,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111746739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111746848,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111752947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111752957,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111752958,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111752955,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111746739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111746848,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111753959,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111753993,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111746739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111746848,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111754913,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "policy-id",
"timestamp": 1644111754961,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:45:03.913Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.914Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:45:03.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "cds",
"timestamp": 1644111755037,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:45:03.919Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.920Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:45:03.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111755204,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111746739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111746848,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644111755916,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:45:03.926Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.926Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:45:03.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111746739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111756410,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111746848,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111757486,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:45:03.932Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.932Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-06T01:45:03.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111757526,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644111758489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111762472,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111762887,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "aai-ml",
"timestamp": 1644111763475,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:45:03.937Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.938Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:45:03.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111765891,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-06T01:45:03.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "clamp",
"timestamp": 1644111766894,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:45:03.944Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.944Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:45:33.261Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5564d529-4943-4c08-9067-da0d56831a8b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-06T01:45:33.264Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5564d529-4943-4c08-9067-da0d56831a8b and serviceModelVersionId: 6234fb11-8ad4-4798-a669-d0b512ae3d4c
2022-02-06T01:45:33.264Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1e7943c-e3d5-433f-9278-4e7b109f36dd
2022-02-06T01:45:33.265Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0
2022-02-06T01:45:33.268Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T01:45:33.304Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0|INFO|500||Invoke
2022-02-06T01:45:33.304Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5564d529-4943-4c08-9067-da0d56831a8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[779d77df-c733-474d-9337-eadb703f7a35], X-ECOMP-RequestID=[5564d529-4943-4c08-9067-da0d56831a8b], X-TransactionId=[], X-ONAP-RequestID=[5564d529-4943-4c08-9067-da0d56831a8b], Content-Type=[application/merge-patch+json]}
2022-02-06T01:45:33.322Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-06T01:45:33.452Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?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/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220206-01:45:33:330-56889], vertex-id=[245848], Content-Length=[0], Date=[Sun, 06 Feb 2022 01:45:33 GMT], Content-Type=[application/json]}
2022-02-06T01:45:33.452Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-06T01:45:33.453Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0|INFO|500||InvokeReturn
2022-02-06T01:45:33.453Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T01:45:33.453Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:45:33.457Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-06T01:45:33.457Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5564d529-4943-4c08-9067-da0d56831a8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-06T01:45:33.457Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-06T01:45:33.457Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:33.459Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:33.459Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111933457,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:45:33.559Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:33.559Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:33.560Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:33.570Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:33.570Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-06T01:45:34.467Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T01:45:34.467Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e20c94f9-e476-4fdf-b052-54d9e57be0f1","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad","serviceDescription":"service","serviceInvariantUUID":"5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5fcaa2c-8046-4582-a19b-3317c4feceaa","resourceInvariantUUID":"6df877e2-1241-40cf-b6e3-211fe07cdbeb","resourceCustomizationUUID":"54adc402-cf75-48c0-8f91-3ecdf50f94ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"Nzk3ZTk3ZDdmZjAxYWUzZjAyYmU5YmZkNmYyOWM2MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5428772-c3d6-4593-b3db-a287b6992ab0","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YjVhNzlkZjVkOTUyNDJjNDU5ZTI1Y2RmOTA2NmM4ZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"333923ef-ed28-4871-99fd-b7bc40ac2a7f","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9a9ca24b-f916-40cb-894b-9dd22be60c29","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f956f49-9024-44be-8070-67e2e2260318","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"16b1fce6-d644-4722-b9e0-eb37b365fd2e","artifactVersion":"2","generatedFromUUID":"02b43bc3-f489-4bee-9461-9375a24cddd9"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d991a002-8f56-4c61-b659-ff91fa0e1c86","artifactVersion":"2","generatedFromUUID":"9a9ca24b-f916-40cb-894b-9dd22be60c29"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"02b43bc3-f489-4bee-9461-9375a24cddd9","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"53383ab8-fad4-4bec-8ec7-c02418dbe341","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MDMwOWQ1YTIxYWE1ZGZiMzRiOWJjODU4MGEyYjRlZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0317006e-0570-4e43-90be-5fdda6c59575","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDk2ZTY4YWRjMjc4NTJkMTlmOGNhMWFmZDU4NmFjYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07431336-5858-485b-bd8c-de3359c59412","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T01:45:34.469Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:34.469Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:34.471Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:34.471Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:34.571Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:34.572Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:34.572Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:34.580Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:34.581Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:35.471Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:35.472Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:35.473Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:35.473Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOTIFIED"
}
2022-02-06T01:45:35.573Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:35.574Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:35.574Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:35.587Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:35.587Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:36.474Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:36.475Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:36.477Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:36.477Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
2022-02-06T01:45:36.577Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:36.577Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:36.577Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:36.586Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:36.587Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:45:37.478Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:37.478Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:37.480Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:37.480Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:37.580Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:37.581Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:37.581Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:37.590Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:37.590Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:38.480Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:38.481Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:38.483Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:38.483Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOTIFIED"
}
2022-02-06T01:45:38.583Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:38.583Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:38.584Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:38.593Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:38.593Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:39.483Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:39.484Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:39.485Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:39.486Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOTIFIED"
}
2022-02-06T01:45:39.586Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:39.586Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:39.587Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:39.596Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:39.597Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:45:40.486Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:40.487Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:40.488Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:40.488Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOTIFIED"
}
2022-02-06T01:45:40.588Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:40.589Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:40.589Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:40.599Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:40.599Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:41.489Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:41.491Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:41.494Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:41.494Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:41.594Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:41.595Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:41.595Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:41.602Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:41.603Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:42.494Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:42.495Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:42.496Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:42.497Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-06T01:45:42.597Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:42.598Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:42.598Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:42.606Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:42.606Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:45:43.497Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:43.498Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:43.499Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:43.499Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111892998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-06T01:45:43.599Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:43.600Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:43.600Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:43.607Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:43.607Z||pool-49-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:44.500Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"serviceName": "basic_cnf_macro",
"serviceVersion": "1.0",
"serviceUUID": "4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad",
"serviceDescription": "service",
"serviceInvariantUUID": "5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d",
"resources": [
{
"resourceInstanceName": "basic_cnf_macro 0",
"resourceCustomizationUUID": "54adc402-cf75-48c0-8f91-3ecdf50f94ad",
"resourceName": "basic_cnf_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b5fcaa2c-8046-4582-a19b-3317c4feceaa",
"resourceInvariantUUID": "6df877e2-1241-40cf-b6e3-211fe07cdbeb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_cnf_macro0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"artifactChecksum": "YjVhNzlkZjVkOTUyNDJjNDU5ZTI1Y2RmOTA2NmM4ZTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "333923ef-ed28-4871-99fd-b7bc40ac2a7f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_template_dummy_ignore.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9a9ca24b-f916-40cb-894b-9dd22be60c29",
"generatedArtifact": {
"artifactName": "base_template_dummy_ignore.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d991a002-8f56-4c61-b659-ff91fa0e1c86",
"generatedFromUUID": "9a9ca24b-f916-40cb-894b-9dd22be60c29"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "helm_apache.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "16b1fce6-d644-4722-b9e0-eb37b365fd2e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_template_dummy_ignore.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d991a002-8f56-4c61-b659-ff91fa0e1c86",
"relatedArtifactsInfo": []
},
{
"artifactName": "helm_apache.tgz",
"artifactType": "HELM",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "02b43bc3-f489-4bee-9461-9375a24cddd9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnfMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"artifactChecksum": "ZDk2ZTY4YWRjMjc4NTJkMTlmOGNhMWFmZDU4NmFjYjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "07431336-5858-485b-bd8c-de3359c59412"
}
],
"workloadContext": "Production"
}
2022-02-06T01:45:44.501Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T01:45:44.501Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad ASDC
2022-02-06T01:45:44.501Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e20c94f9-e476-4fdf-b052-54d9e57be0f1
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad
ServiceInvariantUUID:5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:07431336-5858-485b-bd8c-de3359c59412
ArtifactChecksum:ZDk2ZTY4YWRjMjc4NTJkMTlmOGNhMWFmZDU4NmFjYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:54adc402-cf75-48c0-8f91-3ecdf50f94ad
ResourceInvariantUUID:6df877e2-1241-40cf-b6e3-211fe07cdbeb
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:b5fcaa2c-8046-4582-a19b-3317c4feceaa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:333923ef-ed28-4871-99fd-b7bc40ac2a7f
ArtifactChecksum:YjVhNzlkZjVkOTUyNDJjNDU5ZTI1Y2RmOTA2NmM4ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:9a9ca24b-f916-40cb-894b-9dd22be60c29
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:d991a002-8f56-4c61-b659-ff91fa0e1c86
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:16b1fce6-d644-4722-b9e0-eb37b365fd2e
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:d991a002-8f56-4c61-b659-ff91fa0e1c86
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:02b43bc3-f489-4bee-9461-9375a24cddd9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-06T01:45:44.501Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-06T01:45:44.519Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:45:44.519Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:45:44.519Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:45:44.519Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07431336-5858-485b-bd8c-de3359c59412 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:44.519Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:44.520Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:44.601Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:44.608Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 07431336-5858-485b-bd8c-de3359c59412 158180
2022-02-06T01:45:44.608Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-06T01:45:44.608Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:44.608Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:44.608Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:44.610Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:44.610Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111944608,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:44.710Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:44.711Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:44.711Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:44.721Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:44.722Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:45.610Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:45:45.611Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:45:45.611Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 07431336-5858-485b-bd8c-de3359c59412, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:45.611Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-02-06T01:45:45.612Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:45.612Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:45.695Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12078656216415855658/Definitions/service-BasicCnfMacro-template.yml
2022-02-06T01:45:46.584Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.589Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:45:46.589Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.589Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.589Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:45:46.589Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dece37e-0a7a-49ab-8709-f696105df9ce
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-06T01:45:46.593Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.593Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad
Model Version:NULL
Model InvariantUuid:5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf_macro
Model UUID:237c555e-cfca-4a9e-bd51-ede4821098a5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6df877e2-1241-40cf-b6e3-211fe07cdbeb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:54adc402-cf75-48c0-8f91-3ecdf50f94ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4ac6a606-3290-47e8-a002-3712b57e409b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:d6d45fa7-7eaf-4acc-a2df-8673b2af62fa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
VF Module Properties:
ModelInvariantUuid:18aca7a7-4d99-43a4-ac3c-55adf0f77869
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:209a8cc7-01ac-4c42-b8d2-ccb2a2c27360
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4dece37e-0a7a-49ab-8709-f696105df9ce
ModelInvariantUuid:67c10659-8fa3-48a4-994e-83006c88903f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:250c81a3-3767-43b0-99a6-44b16eda40e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base
VNFC Properties:
ModelCustomizationUuid:83b178f5-bafa-44ae-ac0c-8c5ccb79f2ab
ModelInvariantUuid:c50a0ffd-bc0c-4634-9501-c796156e72c2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:f4363ce5-838d-40d0-84c9-00ee3ae1437f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-06T01:45:46.597Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b5fcaa2c-8046-4582-a19b-3317c4feceaa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:45:46.599Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2022-02-06T01:45:46.599Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5fcaa2c-8046-4582-a19b-3317c4feceaa
2022-02-06T01:45:46.599Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 333923ef-ed28-4871-99fd-b7bc40ac2a7f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-06T01:45:46.599Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:46.599Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-06T01:45:46.634Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:46.634Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 333923ef-ed28-4871-99fd-b7bc40ac2a7f 1565
2022-02-06T01:45:46.634Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-02-06T01:45:46.634Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-06T01:45:46.634Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:46.635Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:46.636Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:46.637Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111946634,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:46.737Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:46.738Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:46.738Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:46.746Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:46.747Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:47.637Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
"vfModuleModelInvariantUUID": "18aca7a7-4d99-43a4-ac3c-55adf0f77869",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "209a8cc7-01ac-4c42-b8d2-ccb2a2c27360",
"vfModuleModelCustomizationUUID": "31591b62-33a2-4fb3-907f-52683669982f",
"isBase": true,
"artifacts": [
"9a9ca24b-f916-40cb-894b-9dd22be60c29",
"d991a002-8f56-4c61-b659-ff91fa0e1c86"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_template_dummy_ignore",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
},
{
"vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
"vfModuleModelInvariantUUID": "4ac6a606-3290-47e8-a002-3712b57e409b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d6d45fa7-7eaf-4acc-a2df-8673b2af62fa",
"vfModuleModelCustomizationUUID": "07b492b5-7d72-4f93-9f58-6d88b3f0fabf",
"isBase": false,
"artifacts": [
"02b43bc3-f489-4bee-9461-9375a24cddd9"
],
"properties": {
"min_vf_module_instances": "0",
"vf_module_label": "helm_apache",
"max_vf_module_instances": "",
"vfc_list": "",
"vf_module_type": "Expansion",
"vf_module_description": "",
"initial_count": "0",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-06T01:45:47.642Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:209a8cc7-01ac-4c42-b8d2-ccb2a2c27360
VfModuleModelInvariantUUID:18aca7a7-4d99-43a4-ac3c-55adf0f77869
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a9ca24b-f916-40cb-894b-9dd22be60c29
,
d991a002-8f56-4c61-b659-ff91fa0e1c86
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_template_dummy_ignore
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
,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:d6d45fa7-7eaf-4acc-a2df-8673b2af62fa
VfModuleModelInvariantUUID:4ac6a606-3290-47e8-a002-3712b57e409b
VfModuleModelDescription:NULL
Artifacts UUID List:{
02b43bc3-f489-4bee-9461-9375a24cddd9
}
Properties List:{
min_vf_module_instances : 0
vf_module_label : helm_apache
max_vf_module_instances :
vfc_list :
vf_module_type : Expansion
vf_module_description :
initial_count : 0
volume_group : false
availability_zone_count :
}
isBase:false
}
2022-02-06T01:45:47.643Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
"vfModuleModelInvariantUUID": "18aca7a7-4d99-43a4-ac3c-55adf0f77869",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "209a8cc7-01ac-4c42-b8d2-ccb2a2c27360",
"vfModuleModelCustomizationUUID": "31591b62-33a2-4fb3-907f-52683669982f",
"isBase": true,
"artifacts": [
"9a9ca24b-f916-40cb-894b-9dd22be60c29",
"d991a002-8f56-4c61-b659-ff91fa0e1c86"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_template_dummy_ignore",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
},
{
"vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
"vfModuleModelInvariantUUID": "4ac6a606-3290-47e8-a002-3712b57e409b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d6d45fa7-7eaf-4acc-a2df-8673b2af62fa",
"vfModuleModelCustomizationUUID": "07b492b5-7d72-4f93-9f58-6d88b3f0fabf",
"isBase": false,
"artifacts": [
"02b43bc3-f489-4bee-9461-9375a24cddd9"
],
"properties": {
"min_vf_module_instances": "0",
"vf_module_label": "helm_apache",
"max_vf_module_instances": "",
"vfc_list": "",
"vf_module_type": "Expansion",
"vf_module_description": "",
"initial_count": "0",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-06T01:45:47.643Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:209a8cc7-01ac-4c42-b8d2-ccb2a2c27360
VfModuleModelInvariantUUID:18aca7a7-4d99-43a4-ac3c-55adf0f77869
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a9ca24b-f916-40cb-894b-9dd22be60c29
,
d991a002-8f56-4c61-b659-ff91fa0e1c86
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_template_dummy_ignore
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
,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:d6d45fa7-7eaf-4acc-a2df-8673b2af62fa
VfModuleModelInvariantUUID:4ac6a606-3290-47e8-a002-3712b57e409b
VfModuleModelDescription:NULL
Artifacts UUID List:{
02b43bc3-f489-4bee-9461-9375a24cddd9
}
Properties List:{
min_vf_module_instances : 0
vf_module_label : helm_apache
max_vf_module_instances :
vfc_list :
vf_module_type : Expansion
vf_module_description :
initial_count : 0
volume_group : false
availability_zone_count :
}
isBase:false
}
2022-02-06T01:45:47.644Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a9ca24b-f916-40cb-894b-9dd22be60c29 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-06T01:45:47.644Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:47.644Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-06T01:45:47.697Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:47.697Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9a9ca24b-f916-40cb-894b-9dd22be60c29 914
2022-02-06T01:45:47.697Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-02-06T01:45:47.698Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-06T01:45:47.698Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:47.698Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:47.699Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:47.699Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111947697,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:47.799Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:47.800Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:47.800Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:47.810Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:47.811Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:45:48.700Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 16b1fce6-d644-4722-b9e0-eb37b365fd2e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-06T01:45:48.700Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:48.700Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-06T01:45:48.877Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:48.877Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 16b1fce6-d644-4722-b9e0-eb37b365fd2e 12
2022-02-06T01:45:48.878Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-02-06T01:45:48.878Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-06T01:45:48.878Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:48.878Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:48.880Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:48.880Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111948877,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:48.980Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:48.981Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:48.981Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:48.988Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:48.989Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:49.881Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d991a002-8f56-4c61-b659-ff91fa0e1c86 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-06T01:45:49.881Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:49.882Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-06T01:45:50.090Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:50.091Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d991a002-8f56-4c61-b659-ff91fa0e1c86 96
2022-02-06T01:45:50.091Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-02-06T01:45:50.091Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-06T01:45:50.091Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:50.092Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:50.094Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:50.094Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111950091,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:50.194Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:50.194Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:50.194Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:50.202Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:50.202Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:51.094Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 02b43bc3-f489-4bee-9461-9375a24cddd9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-06T01:45:51.095Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:51.095Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-06T01:45:51.193Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:51.193Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 02b43bc3-f489-4bee-9461-9375a24cddd9 20206
2022-02-06T01:45:51.193Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-02-06T01:45:51.194Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-06T01:45:51.194Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:51.194Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:51.195Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:51.195Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644111951193,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "DOWNLOAD_OK"
}
2022-02-06T01:45:51.295Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:51.296Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-06T01:45:51.296Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:51.304Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-06T01:45:51.304Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:52.198Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad
2022-02-06T01:45:52.199Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b5fcaa2c-8046-4582-a19b-3317c4feceaa 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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:45:52.206Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3efcbb09, org.onap.sdc.toscaparser.api.parameters.Input@7fb42f, org.onap.sdc.toscaparser.api.parameters.Input@3b6c3d5b, org.onap.sdc.toscaparser.api.parameters.Input@629ed1f7, org.onap.sdc.toscaparser.api.parameters.Input@39611a5e]
2022-02-06T01:45:52.208Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery