By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-10-03T03:26:13.578Z||main|||||INFO|500||The following profiles are active: basic
2022-10-03T03:26:30.048Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-03T03:26:30.053Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-03T03:26:30.312Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-03T03:26:36.402Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-03T03:26:36.954Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-03T03:26:37.666Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-03T03:26:37.673Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-03T03:26:37.856Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-03T03:26:38.150Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-03T03:26:38.994Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-03T03:26:41.328Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-03T03:26:45.148Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-03T03:26:45.227Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-03T03:26:45.969Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-03T03:26:46.360Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-10-03T03:26:48.212Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-03T03:26:49.770Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-03T03:26:49.802Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-03T03:26:49.803Z||main|||||WARN|500||The sdc end point is not alive
2022-10-03T03:26:54.620Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-10-03T03:26:58.983Z||main|||||WARN|500||---
2022-10-03T03:26:58.984Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-03T03:26:58.984Z||main|||||WARN|500||---
2022-10-03T03:26:59.662Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-03T03:27:08.315Z||main|||||INFO|500||Started Application in 59.703 seconds (JVM running for 63.16)
2022-10-03T03:27:08.328Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-03T03:27:08.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-03T03:27:08.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-03T03:27:08.398Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-03T03:27:08.453Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dad3fac7-b943-47df-a8e8-e35454c9b463 url= /sdc/v1/artifactTypes
2022-10-03T03:27:08.454Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-03T03:27:08.855Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-03T03:27:08.898Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-10-03T03:27:08.930Z||scheduling-1|||||DEBUG|500||create keys
2022-10-03T03:27:08.940Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-03T03:27:09.004Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:27:09.031Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7ac4581f-863e-48bf-a39a-eb28cbf095c2 url= /sdc/v1/registerForDistribution
2022-10-03T03:27:09.192Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7ac4581f-863e-48bf-a39a-eb28cbf095c2 url= /sdc/v1/registerForDistribution
2022-10-03T03:27:09.193Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-03T03:27:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:27:09.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:27:09.226Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-03T03:27:09.227Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:27:09.227Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:27:09.230Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:27:09.231Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:27:19.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:27:19.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:28:09.201Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:28:09.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:28:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:28:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:28:09.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:28:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:28:18.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:28:18.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:29:09.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:29:09.205Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:29:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:29:09.205Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T03:29:09.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:29:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:29:18.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:29:18.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:30:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:30:09.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:30:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:30:09.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:30:09.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:30:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:30:18.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:30:18.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:31:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:31:09.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:31:09.207Z||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-10-03T03:31:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:31:09.211Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:31:09.211Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:31:18.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:31:18.796Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:32:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:32:09.204Z||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-10-03T03:32:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:32:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:32:09.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:32:09.209Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:32:18.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:32:18.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:33:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:33:09.203Z||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-10-03T03:33:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:33:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:33:09.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:33:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:33:18.791Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:33:18.792Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:34:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:34:09.202Z||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-10-03T03:34:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:34:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:34:09.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:34:09.209Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:34:18.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:34:18.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:35:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:35:09.203Z||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-10-03T03:35:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:35:09.209Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:35:09.210Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:35:09.210Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:35:18.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:35:18.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:36:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:36:09.204Z||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-10-03T03:36:09.205Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:36:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:36:09.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:36:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:36:18.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:36:18.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:36:43.610Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-03T03:37:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:37:09.203Z||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-10-03T03:37:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:37:09.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:37:09.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:37:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:37:18.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:37:18.782Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:38:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:38:09.203Z||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-10-03T03:38:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:38:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:38:09.206Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:38:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:38:18.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:38:18.788Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:39:09.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:39:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:39:09.206Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:39:09.207Z||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-10-03T03:39:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:39:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:39:18.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:39:18.802Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:40:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:40:09.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:40:09.209Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:40:09.209Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:40:09.209Z||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-10-03T03:40:09.210Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:40:18.822Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:40:18.826Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:41:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:41:09.204Z||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-10-03T03:41:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:41:09.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:41:09.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:41:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:41:18.787Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:41:18.788Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:42:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:42:09.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:42:09.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:42:09.206Z||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-10-03T03:42:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:42:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:42:18.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:42:18.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:43:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:43:09.202Z||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-10-03T03:43:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:43:09.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:43:09.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:43:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:43:18.798Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:43:18.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:44:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:44:09.203Z||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-10-03T03:44:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:44:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:44:09.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:44:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:44:18.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:44:18.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:45:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:45:09.203Z||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-10-03T03:45:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:45:09.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:45:09.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:45:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:45:18.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:45:18.782Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:46:09.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:46:09.202Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:46:09.203Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T03:46:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:46:09.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:46:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:46:18.779Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:46:18.790Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:47:09.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:47:09.202Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:47:09.202Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T03:47:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:47:09.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:47:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:47:18.778Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:47:18.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:48:09.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:48:09.202Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:48:09.203Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T03:48:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:48:09.206Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:48:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:48:18.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:48:18.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:49:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:49:09.204Z||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-10-03T03:49:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:49:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:49:09.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:49:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:49:18.791Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:49:18.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:50:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:50:09.203Z||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-10-03T03:50:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:50:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:50:09.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:50:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:50:18.793Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:50:18.793Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:51:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:51:09.203Z||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-10-03T03:51:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:51:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:51:09.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:51:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:51:18.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:51:18.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:52:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:52:09.203Z||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-10-03T03:52:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:52:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:52:09.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:52:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:52:18.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:52:18.793Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:53:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:53:09.203Z||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-10-03T03:53:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:53:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:53:09.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:53:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:53:18.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:53:18.788Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:54:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:54:09.202Z||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-10-03T03:54:09.202Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:54:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:54:09.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:54:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:54:18.754Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:54:18.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:55:09.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:55:09.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:55:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:55:09.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:55:09.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:55:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:55:18.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:55:18.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:56:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:56:09.202Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:56:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:56:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:56:09.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:56:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:56:18.790Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:56:18.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:57:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:57:09.202Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:57:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:57:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:57:09.206Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:57:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:57:18.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:57:18.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:58:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:58:09.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:58:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:58:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:58:09.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:58:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:58:18.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:58:18.766Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:59:09.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:59:09.204Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:59:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:59:09.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:59:09.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T03:59:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:59:18.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T03:59:18.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:00:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:00:09.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:00:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:00:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:00:09.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:00:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:00:18.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:00:18.827Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:01:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:01:09.202Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:01:09.202Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:01:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:01:09.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:01:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:01:18.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:01:18.811Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:02:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:02:09.202Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:02:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:02:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:02:09.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:02:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:02:18.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:02:18.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:03:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:03:09.202Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:03:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:03:09.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:03:09.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:03:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:03:18.792Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:03:18.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:04:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:04:09.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:04:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:04:09.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:04:09.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:04:09.208Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:04:18.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:04:18.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:05:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:05:09.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:05:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:05:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:05:09.206Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:05:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:05:18.801Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:05:18.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:06:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:06:09.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:06:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:06:09.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:06:09.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:06:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:06:18.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:06:18.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:07:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:07:09.202Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:07:09.202Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:07:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:07:09.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:07:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:07:18.793Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:07:18.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:08:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:08:09.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:08:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:08:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:08:09.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:08:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:08:18.795Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:08:18.799Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:09:09.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:09:09.204Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:09:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:09:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:09:09.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:09:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:09:18.798Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:09:18.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:10:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:10:09.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:10:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:10:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:10:09.206Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:10:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:10:18.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:10:18.789Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:11:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:11:09.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:11:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:11:09.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:11:09.206Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:11:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:11:18.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:11:18.800Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:12:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:12:09.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:12:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:12:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:12:09.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:12:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:12:18.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:12:18.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:13:09.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:13:09.204Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:13:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:13:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:13:09.205Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:13:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:13:18.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:13:18.806Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:14:09.202Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:14:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:14:09.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:14:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:09.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:09.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:09.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d52f1c28-9335-4dbe-b8ce-e968577d7161","serviceName":"basic_onboard_dooPIA","serviceVersion":"1.0","serviceUUID":"b59f14e4-9ca1-4963-b4a5-06db1adae362","serviceDescription":"service","serviceInvariantUUID":"ce472f87-cd66-4565-937b-f4d2ec35ab99","resources":[{"resourceInstanceName":"basic_onboard_dooPIA 0","resourceName":"basic_onboard_dooPIA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e51ee9f-236f-4d8c-b3d4-c0025be26f07","resourceInvariantUUID":"7e8289dc-efac-4b5e-99dd-89ebe033484a","resourceCustomizationUUID":"f7a59624-68cc-4c72-a206-782c7bd1355d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml","artifactChecksum":"MTgwODAxODY3Y2YxNWEwMmYyZjMzYzkyNzczNGRhMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac5f18bb-8843-4f98-aab2-74bd9766e29a","artifactVersion":"1"},{"artifactName":"basic_onboard_doopia0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json","artifactChecksum":"YjUxZjIxZmM0MmUwYWNiMzc2MWE1NTNjOTI5MGM1NjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3e0f648-4b52-4268-bc3f-9186491f9cc1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e954c66c-23d5-4f86-8880-3c93c4ad60fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eda4f864-dea3-40f4-a553-f9cd336d4ffc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"230d9316-8100-466f-8cb4-7c8121fd9506","artifactVersion":"2","generatedFromUUID":"e954c66c-23d5-4f86-8880-3c93c4ad60fa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDoopia-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml","artifactChecksum":"ODAyNmY5MDYwYjYxY2Y4NWZkNzE5YzhmODBhOGFlMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07b3e6ce-b4b3-4cad-83be-2a20faa43f54","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDoopia-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar","artifactChecksum":"YTMwZTg4MmViMjA3MjIzNjE1MjZjYWU4ZmRlY2RhOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54a7473d-13b6-4bfa-a491-cb1ec5a88ba4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-03T04:14:09.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "clamp",
"timestamp": 1664770395001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.874Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:09.886Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:09.903Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:09.904Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "cds",
"timestamp": 1664770397153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770403646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "clamp",
"timestamp": 1664770395001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:14:09.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "cds",
"timestamp": 1664770397153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770403646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770405602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770405963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "clamp",
"timestamp": 1664770395001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "cds",
"timestamp": 1664770397153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770403646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770405602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770405963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "clamp",
"timestamp": 1664770395001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "cds",
"timestamp": 1664770397153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770403646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770405602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:14:09.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770405963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "clamp",
"timestamp": 1664770395001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770403646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "cds",
"timestamp": 1664770397153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "policy-id",
"timestamp": 1664770407701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770405602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770405963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "clamp",
"timestamp": 1664770395001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "cds",
"timestamp": 1664770397153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770403646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "policy-id",
"timestamp": 1664770407701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770405602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-03T04:14:09.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770405963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "clamp",
"timestamp": 1664770395001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:14:09.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770403646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "cds",
"timestamp": 1664770397153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:14:09.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "policy-id",
"timestamp": 1664770407701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:14:09.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770405602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770405963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "policy-id",
"timestamp": 1664770407701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "cds",
"timestamp": 1664770412384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:09.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:09.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770405602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:14:09.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770405963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:14:09.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "policy-id",
"timestamp": 1664770407701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:09.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "cds",
"timestamp": 1664770413403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-10-03T04:14:10.004Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-03T04:14:10.008Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:10.008Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:14:10.025Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:10.027Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:14:10.199Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.225Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:14:10.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770413394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.259Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770413814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.260Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "policy-id",
"timestamp": 1664770407701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:10.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770414476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "policy-id",
"timestamp": 1664770407701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:14:10.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:10.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770415541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.263Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "policy-id",
"timestamp": 1664770415497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770416613,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:14:10.286Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.286Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:14:10.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "policy-id",
"timestamp": 1664770416510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:14:10.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770417618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-03T04:14:10.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "clamp",
"timestamp": 1664770418007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "policy-id",
"timestamp": 1664770417515,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:14:10.307Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.308Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-03T04:14:10.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770418389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:14:10.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770419395,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:14:10.336Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.337Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:14:10.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "clamp",
"timestamp": 1664770420010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:14:10.349Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "clamp",
"timestamp": 1664770421016,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:14:10.356Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.357Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:14:10.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "aai-ml",
"timestamp": 1664770423524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:10.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "aai-ml",
"timestamp": 1664770423524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:10.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "aai-ml",
"timestamp": 1664770423524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:10.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "aai-ml",
"timestamp": 1664770423524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:10.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "aai-ml",
"timestamp": 1664770423524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:10.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "aai-ml",
"timestamp": 1664770423524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:10.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "aai-ml",
"timestamp": 1664770423524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:14:10.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:14:10.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "aai-ml",
"timestamp": 1664770431371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "aai-ml",
"timestamp": 1664770443032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:14:10.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "aai-ml",
"timestamp": 1664770444038,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:14:10.384Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.384Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:14:10.914Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:10.915Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:10.918Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:10.918Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:14:11.018Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:11.021Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:11.021Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:11.054Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:11.055Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:11.919Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:11.920Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:11.923Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:11.926Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:14:12.023Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-03T04:14:12.025Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:12.025Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:12.041Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:12.043Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:12.927Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:12.929Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:12.932Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:12.933Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:13.032Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:14:13.034Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:13.035Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:13.053Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:13.054Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:13.934Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:13.935Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:13.939Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:13.939Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-03T04:14:14.040Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:14.041Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:14.042Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:14.059Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:14.059Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:14.940Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:14.941Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:14.945Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:14.945Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:14:15.044Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:14:15.045Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:15.046Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:15.063Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:15.071Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:15.946Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:15.947Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:15.950Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:15.950Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:14:16.052Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-03T04:14:16.053Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:16.053Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:16.086Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:16.089Z||pool-9-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:16.954Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"serviceName": "basic_onboard_dooPIA",
"serviceVersion": "1.0",
"serviceUUID": "b59f14e4-9ca1-4963-b4a5-06db1adae362",
"serviceDescription": "service",
"serviceInvariantUUID": "ce472f87-cd66-4565-937b-f4d2ec35ab99",
"resources": [
{
"resourceInstanceName": "basic_onboard_dooPIA 0",
"resourceCustomizationUUID": "f7a59624-68cc-4c72-a206-782c7bd1355d",
"resourceName": "basic_onboard_dooPIA",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6e51ee9f-236f-4d8c-b3d4-c0025be26f07",
"resourceInvariantUUID": "7e8289dc-efac-4b5e-99dd-89ebe033484a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_doopia0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"artifactChecksum": "YjUxZjIxZmM0MmUwYWNiMzc2MWE1NTNjOTI5MGM1NjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d3e0f648-4b52-4268-bc3f-9186491f9cc1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e954c66c-23d5-4f86-8880-3c93c4ad60fa",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "230d9316-8100-466f-8cb4-7c8121fd9506",
"generatedFromUUID": "e954c66c-23d5-4f86-8880-3c93c4ad60fa"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "230d9316-8100-466f-8cb4-7c8121fd9506",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDoopia-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"artifactChecksum": "YTMwZTg4MmViMjA3MjIzNjE1MjZjYWU4ZmRlY2RhOTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "54a7473d-13b6-4bfa-a491-cb1ec5a88ba4"
}
],
"workloadContext": "Production"
}
2022-10-03T04:14:16.958Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-03T04:14:16.959Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b59f14e4-9ca1-4963-b4a5-06db1adae362 ASDC
2022-10-03T04:14:17.261Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d52f1c28-9335-4dbe-b8ce-e968577d7161
ServiceName:basic_onboard_dooPIA
ServiceVersion:1.0
ServiceUUID:b59f14e4-9ca1-4963-b4a5-06db1adae362
ServiceInvariantUUID:ce472f87-cd66-4565-937b-f4d2ec35ab99
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDoopia-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar
ArtifactUUID:54a7473d-13b6-4bfa-a491-cb1ec5a88ba4
ArtifactChecksum:YTMwZTg4MmViMjA3MjIzNjE1MjZjYWU4ZmRlY2RhOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dooPIA 0
ResourceCustomizationUUID:f7a59624-68cc-4c72-a206-782c7bd1355d
ResourceInvariantUUID:7e8289dc-efac-4b5e-99dd-89ebe033484a
ResourceName:basic_onboard_dooPIA
ResourceType:VF
ResourceUUID:6e51ee9f-236f-4d8c-b3d4-c0025be26f07
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_doopia0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json
ArtifactUUID:d3e0f648-4b52-4268-bc3f-9186491f9cc1
ArtifactChecksum:YjUxZjIxZmM0MmUwYWNiMzc2MWE1NTNjOTI5MGM1NjY=
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/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e954c66c-23d5-4f86-8880-3c93c4ad60fa
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/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
ArtifactUUID:230d9316-8100-466f-8cb4-7c8121fd9506
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/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
ArtifactUUID:230d9316-8100-466f-8cb4-7c8121fd9506
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-03T04:14:17.262Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b59f14e4-9ca1-4963-b4a5-06db1adae362 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:14:17.355Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:14:17.361Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-03T04:14:17.364Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-03T04:14:17.365Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 54a7473d-13b6-4bfa-a491-cb1ec5a88ba4 from URL: /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:17.365Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-03T04:14:17.368Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:17.573Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-03T04:14:17.596Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar 54a7473d-13b6-4bfa-a491-cb1ec5a88ba4 71578
2022-10-03T04:14:17.598Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar ASDC sendASDCNotification
2022-10-03T04:14:17.599Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:17.600Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:14:17.602Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:17.605Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:17.605Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770457596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:17.705Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:14:17.707Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:17.707Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:17.724Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:17.730Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:18.606Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:14:18.608Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-03T04:14:18.609Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 54a7473d-13b6-4bfa-a491-cb1ec5a88ba4, URL: /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar to file: /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:18.610Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:18.754Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:18.754Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:19.561Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4201946542446346476/Definitions/service-BasicOnboardDoopia-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-10-03T04:14:22.407Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-03T04:14:22.415Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-03T04:14:22.416Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.416Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-03T04:14:22.416Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.417Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.417Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.417Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.418Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.418Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.418Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.418Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.419Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dooPIA 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-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.419Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-03T04:14:22.430Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.433Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.441Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:22.442Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-03T04:14:22.445Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:14:22.447Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.448Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.448Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:22.448Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-03T04:14:22.449Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:14:22.449Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.449Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.454Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.455Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is not matching search criteria
2022-10-03T04:14:22.456Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-03T04:14:22.456Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-03T04:14:22.457Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-03T04:14:22.457Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-03T04:14:22.457Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-03T04:14:22.458Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.458Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:14:22.460Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.460Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:22.461Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:22.463Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.463Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:22.463Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:22.464Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.464Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:22.464Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:22.464Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.465Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is not matching search criteria
2022-10-03T04:14:22.465Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-03T04:14:22.465Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-03T04:14:22.465Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52fe5447-df5e-476a-aa1f-ba274b6cf71a
2022-10-03T04:14:22.466Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.467Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.467Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.468Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.469Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.469Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.469Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:22.470Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.470Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_dooPIA
Description:service
Model UUID:b59f14e4-9ca1-4963-b4a5-06db1adae362
Model Version:NULL
Model InvariantUuid:ce472f87-cd66-4565-937b-f4d2ec35ab99
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_dooPIA
Model UUID:6e5cf355-62df-44e2-bcb2-611f9b6b3658
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e8289dc-efac-4b5e-99dd-89ebe033484a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f7a59624-68cc-4c72-a206-782c7bd1355d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:10f0cd01-4db3-48f7-84e1-0aaf9442cd4b
ModelName:BasicOnboardDoopia..base_ubuntu18..module-0
ModelUuid:e64957d7-ba50-4fbd-8943-1c17b60046fa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:52fe5447-df5e-476a-aa1f-ba274b6cf71a
ModelInvariantUuid:0b975090-d3f9-4ba9-9652-33bfb2b3fa02
ModelName:basic_onboard_dooPIA-nodes.ubuntu18Cvfc
ModelUuid:c7d104df-6166-4d10-b92f-b699267a6d4d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7e6b5605-019b-4129-8834-266540a6529a
ModelInvariantUuid:f972dfc5-9af1-41c1-b145-722608d2ae3a
ModelName:BasicOnboardDoopia.compute.nodes.heat.ubuntu18
ModelUuid:8798ee6e-fb15-47c7-9baa-ed0b67dbf276
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-03T04:14:22.484Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e51ee9f-236f-4d8c-b3d4-c0025be26f07
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:14:22.612Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||basic_onboard_dooPIA 0
2022-10-03T04:14:22.624Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e51ee9f-236f-4d8c-b3d4-c0025be26f07
2022-10-03T04:14:22.624Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3e0f648-4b52-4268-bc3f-9186491f9cc1 from URL: /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json
2022-10-03T04:14:22.624Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-03T04:14:22.625Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json
2022-10-03T04:14:22.678Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-03T04:14:22.679Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json d3e0f648-4b52-4268-bc3f-9186491f9cc1 798
2022-10-03T04:14:22.679Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json ASDC sendASDCNotification
2022-10-03T04:14:22.680Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json
2022-10-03T04:14:22.680Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:14:22.680Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:22.686Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:22.686Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770462679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:22.784Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-03T04:14:22.785Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:22.786Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:22.804Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:22.805Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:14:23.688Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDoopia..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "10f0cd01-4db3-48f7-84e1-0aaf9442cd4b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e64957d7-ba50-4fbd-8943-1c17b60046fa",
"vfModuleModelCustomizationUUID": "b38cae23-abe0-45ed-a3b8-6de6198c0b5c",
"isBase": true,
"artifacts": [
"e954c66c-23d5-4f86-8880-3c93c4ad60fa",
"230d9316-8100-466f-8cb4-7c8121fd9506"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-03T04:14:23.704Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDoopia..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e64957d7-ba50-4fbd-8943-1c17b60046fa
VfModuleModelInvariantUUID:10f0cd01-4db3-48f7-84e1-0aaf9442cd4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
e954c66c-23d5-4f86-8880-3c93c4ad60fa
,
230d9316-8100-466f-8cb4-7c8121fd9506
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-03T04:14:23.709Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDoopia..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "10f0cd01-4db3-48f7-84e1-0aaf9442cd4b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e64957d7-ba50-4fbd-8943-1c17b60046fa",
"vfModuleModelCustomizationUUID": "b38cae23-abe0-45ed-a3b8-6de6198c0b5c",
"isBase": true,
"artifacts": [
"e954c66c-23d5-4f86-8880-3c93c4ad60fa",
"230d9316-8100-466f-8cb4-7c8121fd9506"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-03T04:14:23.709Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDoopia..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e64957d7-ba50-4fbd-8943-1c17b60046fa
VfModuleModelInvariantUUID:10f0cd01-4db3-48f7-84e1-0aaf9442cd4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
e954c66c-23d5-4f86-8880-3c93c4ad60fa
,
230d9316-8100-466f-8cb4-7c8121fd9506
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-03T04:14:23.710Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e954c66c-23d5-4f86-8880-3c93c4ad60fa from URL: /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml
2022-10-03T04:14:23.710Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-03T04:14:23.710Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml
2022-10-03T04:14:23.761Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-03T04:14:23.762Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml e954c66c-23d5-4f86-8880-3c93c4ad60fa 5033
2022-10-03T04:14:23.762Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-03T04:14:23.763Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml
2022-10-03T04:14:23.763Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:14:23.763Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:23.766Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:23.766Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770463762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:23.866Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:23.868Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:23.869Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:23.894Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:23.895Z||pool-12-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:24.769Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 230d9316-8100-466f-8cb4-7c8121fd9506 from URL: /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
2022-10-03T04:14:24.770Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-03T04:14:24.770Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
2022-10-03T04:14:24.833Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-03T04:14:24.834Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env 230d9316-8100-466f-8cb4-7c8121fd9506 909
2022-10-03T04:14:24.834Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-03T04:14:24.834Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
2022-10-03T04:14:24.834Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:14:24.835Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:24.837Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:24.838Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770464834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:14:24.938Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:24.939Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:24.939Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:24.955Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:24.956Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:25.838Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b59f14e4-9ca1-4963-b4a5-06db1adae362
2022-10-03T04:14:25.839Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dooPIA 0 6e51ee9f-236f-4d8c-b3d4-c0025be26f07 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-10-03T04:14:25.903Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65aacd42, org.onap.sdc.toscaparser.api.parameters.Input@3d78fa80, org.onap.sdc.toscaparser.api.parameters.Input@528da51d, org.onap.sdc.toscaparser.api.parameters.Input@1fd40e53, org.onap.sdc.toscaparser.api.parameters.Input@2ca71036]
2022-10-03T04:14:25.909Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.909Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.910Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-10-03T04:14:25.910Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f7a59624-68cc-4c72-a206-782c7bd1355d
2022-10-03T04:14:25.910Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7a59624-68cc-4c72-a206-782c7bd1355d matches Tosca VF Customization UUID: f7a59624-68cc-4c72-a206-782c7bd1355d
2022-10-03T04:14:25.910Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f7a59624-68cc-4c72-a206-782c7bd1355d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-03T04:14:25.919Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.920Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.923Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f7a59624-68cc-4c72-a206-782c7bd1355d: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-10-03T04:14:25.924Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44066b52
2022-10-03T04:14:25.924Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.924Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:14:25.926Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b38cae23-abe0-45ed-a3b8-6de6198c0b5c
2022-10-03T04:14:25.927Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b38cae23-abe0-45ed-a3b8-6de6198c0b5c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-03T04:14:25.934Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.935Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:25.935Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:25.936Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.936Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:25.937Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:25.937Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.937Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is not matching search criteria
2022-10-03T04:14:25.938Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-03T04:14:25.938Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-03T04:14:25.938Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52fe5447-df5e-476a-aa1f-ba274b6cf71a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-03T04:14:25.952Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.953Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:25.953Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:25.953Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.954Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:25.954Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=f7a59624-68cc-4c72-a206-782c7bd1355d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:14:25.958Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.958Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.959Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b59f14e4-9ca1-4963-b4a5-06db1adae362: basic_onboard_dooPIA
2022-10-03T04:14:25.959Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.959Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.959Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.959Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.960Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.960Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.960Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.960Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.961Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:14:25.961Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.961Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_dooPIA
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:14:26.251Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dooPIA 6e51ee9f-236f-4d8c-b3d4-c0025be26f07 1 ASDC deployResourceStructure
2022-10-03T04:14:26.252Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json ASDC sendASDCNotification
2022-10-03T04:14:26.252Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json
2022-10-03T04:14:26.252Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:14:26.252Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:26.256Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:26.257Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770466252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-03T04:14:26.356Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:14:26.358Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:26.358Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:26.377Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:26.378Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:27.258Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-03T04:14:27.259Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml
2022-10-03T04:14:27.259Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:14:27.259Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:27.264Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:27.264Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770467258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-03T04:14:27.364Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:27.365Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:27.365Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:27.388Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:27.388Z||pool-15-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:28.266Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-03T04:14:28.266Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
2022-10-03T04:14:28.267Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:14:28.267Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:28.271Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:28.271Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770468266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-03T04:14:28.371Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:28.372Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:28.372Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:28.394Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:28.394Z||pool-16-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:29.274Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar ASDC sendASDCNotification
2022-10-03T04:14:29.274Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:29.275Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:14:29.276Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:29.279Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:29.279Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770469274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:14:29.380Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-03T04:14:29.381Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:14:29.381Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:29.400Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:14:29.401Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:30.280Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52f1c28-9335-4dbe-b8ce-e968577d7161
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:14:30.315Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52f1c28-9335-4dbe-b8ce-e968577d7161
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:14:30.323Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:14:30.324Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-03T04:14:30.324Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-03T04:14:30.324Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-03T04:14:30.324Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:14:30.324Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:14:30.325Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:14:30.326Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:14:30.326Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:14:30.326Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:14:30.326Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:14:30.341Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-03T04:15:00.342Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d52f1c28-9335-4dbe-b8ce-e968577d7161 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-03T04:15:00.366Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d52f1c28-9335-4dbe-b8ce-e968577d7161 and serviceModelVersionId: b59f14e4-9ca1-4963-b4a5-06db1adae362
2022-10-03T04:15:00.367Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce472f87-cd66-4565-937b-f4d2ec35ab99
2022-10-03T04:15:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:15:09.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:15:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:15:09.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:15:09.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:15:09.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:15:09.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:15:19.938Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0
2022-10-03T04:15:20.093Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-03T04:15:20.762Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0|INFO|500||Invoke
2022-10-03T04:15:20.773Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d52f1c28-9335-4dbe-b8ce-e968577d7161], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ac9645d-03fa-4628-a1b0-07f96b5e8185], X-ECOMP-RequestID=[d52f1c28-9335-4dbe-b8ce-e968577d7161], X-TransactionId=[], X-ONAP-RequestID=[d52f1c28-9335-4dbe-b8ce-e968577d7161], Content-Type=[application/merge-patch+json]}
2022-10-03T04:15:20.952Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-03T04:15:21.196Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?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/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221003-04:15:22:379-67541], vertex-id=[401520], Content-Length=[0], Date=[Mon, 03 Oct 2022 04:15:22 GMT], Content-Type=[application/json]}
2022-10-03T04:15:21.199Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-03T04:15:21.200Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0|INFO|500||InvokeReturn
2022-10-03T04:15:21.205Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-03T04:15:21.205Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:15:21.212Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-03T04:15:21.215Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d52f1c28-9335-4dbe-b8ce-e968577d7161 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-03T04:15:21.217Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-03T04:15:21.217Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:15:21.220Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:15:21.220Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770521215,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:15:21.321Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:15:21.322Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:15:21.322Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:15:21.336Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:15:21.337Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:15:22.238Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:15:22.239Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:15:22.239Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:15:31.821Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:16:09.201Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:16:09.203Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:16:09.203Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:16:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:16:09.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:16:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:16:09.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:16:09.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:16:09.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:16:09.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:16:09.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:16:09.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:16:09.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:16:09.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-03T04:16:09.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:16:09.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:16:09.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:16:09.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770449201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:16:09.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-03T04:16:09.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770457596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:16:09.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770462679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:16:09.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770463762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:16:09.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770464834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:16:09.248Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770466252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-03T04:16:09.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770467258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-03T04:16:09.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770468266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-03T04:16:09.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770469274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:16:09.252Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:18.778Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:17:09.201Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:17:09.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:17:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:17:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:17:09.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:17:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:17:09.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:17:09.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-03T04:17:09.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770521215,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:17:09.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:17:18.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:18:09.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:18:09.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:18:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:18:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:18:09.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:18:09.205Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:18:18.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:18:18.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:19:09.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:19:09.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:19:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:19:09.206Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:19:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:09.856Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:19:09.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "clamp",
"timestamp": 1664770725001,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.863Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:19:09.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8b0362f-c52a-4766-8847-0061c1eccf9c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f5bb417e-6a9d-4664-be8a-e30f4e39303c","serviceDescription":"service","serviceInvariantUUID":"91b366e0-e2ca-458a-a23b-3ae5656033d1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a0cdca06-41ae-4bb1-82c0-758794b21bd9","resourceInvariantUUID":"02ba0db2-2787-408b-9f71-3049626e61b0","resourceCustomizationUUID":"676cf003-ecc8-4c70-bd18-cfd218e1e284","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":"NDI2Njg5NWY5Y2U2MjRhNDIwOWNmNTc4OTEyYmQ2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"312c2c15-c07d-4aeb-9c6f-746c9f00a611","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWRmNzc4NGQ3ODU4NmI1NDk3OWFmOWIwOWMxMzliZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e63fed2-9d96-42e6-a371-1fcad8e943ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-03T04:19:09.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770723645,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770725602,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.867Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:19:09.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "cds",
"timestamp": 1664770727153,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.868Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "aai-ml",
"timestamp": 1664770723524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "policy-id",
"timestamp": 1664770727701,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770723645,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770725602,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:19:09.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "clamp",
"timestamp": 1664770725001,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:19:09.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "cds",
"timestamp": 1664770727153,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:19:09.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.873Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:19:09.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.873Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770749201,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "aai-ml",
"timestamp": 1664770723524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:19:09.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "policy-id",
"timestamp": 1664770727701,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:19:09.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "aai-ml",
"timestamp": 1664770734815,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:19:09.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "cds",
"timestamp": 1664770733907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:19:09.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "policy-id",
"timestamp": 1664770733071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:19:09.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "cds",
"timestamp": 1664770734915,
"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-10-03T04:19:09.905Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8b0362f-c52a-4766-8847-0061c1eccf9c
2022-10-03T04:19:09.906Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b0362f-c52a-4766-8847-0061c1eccf9c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:19:09.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "policy-id",
"timestamp": 1664770734079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:19:09.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "policy-id",
"timestamp": 1664770735084,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:19:09.926Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8b0362f-c52a-4766-8847-0061c1eccf9c
2022-10-03T04:19:09.927Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b0362f-c52a-4766-8847-0061c1eccf9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:19:09.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770735964,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770735964,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:19:09.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:19:09.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "aai-ml",
"timestamp": 1664770739117,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:19:09.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "clamp",
"timestamp": 1664770738059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770738736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "aai-ml",
"timestamp": 1664770740126,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:19:09.952Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8b0362f-c52a-4766-8847-0061c1eccf9c
2022-10-03T04:19:09.952Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b0362f-c52a-4766-8847-0061c1eccf9c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:19:09.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "clamp",
"timestamp": 1664770740068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:19:09.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770740522,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:19:09.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "clamp",
"timestamp": 1664770741072,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:19:09.969Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8b0362f-c52a-4766-8847-0061c1eccf9c
2022-10-03T04:19:09.969Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b0362f-c52a-4766-8847-0061c1eccf9c 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=?
2022-10-03T04:19:09.974Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:19:09.975Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:19:09.976Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:09.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770741560,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:19:09.992Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8b0362f-c52a-4766-8847-0061c1eccf9c
2022-10-03T04:19:09.993Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b0362f-c52a-4766-8847-0061c1eccf9c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:19:09.998Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:19:10.003Z||pool-19-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:19:10.874Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:19:10.875Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:19:10.880Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:19:10.880Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770749201,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:19:10.979Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:19:10.980Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:19:10.980Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:10.999Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:19:11.000Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:19:11.882Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f5bb417e-6a9d-4664-be8a-e30f4e39303c",
"serviceDescription": "service",
"serviceInvariantUUID": "91b366e0-e2ca-458a-a23b-3ae5656033d1",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "676cf003-ecc8-4c70-bd18-cfd218e1e284",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "a0cdca06-41ae-4bb1-82c0-758794b21bd9",
"resourceInvariantUUID": "02ba0db2-2787-408b-9f71-3049626e61b0",
"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": "MWRmNzc4NGQ3ODU4NmI1NDk3OWFmOWIwOWMxMzliZDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3e63fed2-9d96-42e6-a371-1fcad8e943ca"
}
],
"workloadContext": "Production"
}
2022-10-03T04:19:11.882Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-03T04:19:11.883Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5bb417e-6a9d-4664-be8a-e30f4e39303c ASDC
2022-10-03T04:19:11.883Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f8b0362f-c52a-4766-8847-0061c1eccf9c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f5bb417e-6a9d-4664-be8a-e30f4e39303c
ServiceInvariantUUID:91b366e0-e2ca-458a-a23b-3ae5656033d1
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:3e63fed2-9d96-42e6-a371-1fcad8e943ca
ArtifactChecksum:MWRmNzc4NGQ3ODU4NmI1NDk3OWFmOWIwOWMxMzliZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:676cf003-ecc8-4c70-bd18-cfd218e1e284
ResourceInvariantUUID:02ba0db2-2787-408b-9f71-3049626e61b0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a0cdca06-41ae-4bb1-82c0-758794b21bd9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-03T04:19:11.883Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5bb417e-6a9d-4664-be8a-e30f4e39303c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:19:11.922Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:19:11.923Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:19:11.924Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:19:11.924Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3e63fed2-9d96-42e6-a371-1fcad8e943ca from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-03T04:19:11.924Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:19:11.924Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-03T04:19:12.010Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:19:12.016Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3e63fed2-9d96-42e6-a371-1fcad8e943ca 52510
2022-10-03T04:19:12.016Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-03T04:19:12.016Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-03T04:19:12.016Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:19:12.017Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:19:12.020Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:19:12.020Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770752016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:19:12.120Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:19:12.121Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:19:12.122Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:12.136Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:19:12.137Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:19:13.021Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:19:13.023Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:19:13.024Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3e63fed2-9d96-42e6-a371-1fcad8e943ca, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:13.024Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-03T04:19:13.024Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:13.025Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:13.223Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14379340613932297768/Definitions/service-BasicNetwork-template.yml
2022-10-03T04:19:14.003Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-03T04:19:14.004Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:19:14.004Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.004Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-03T04:19:14.004Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.006Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.006Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:19:14.006Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.006Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.007Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-03T04:19:14.007Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:19:14.007Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:19:14.007Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.008Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.008Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-03T04:19:14.008Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:19:14.008Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:19:14.008Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.009Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.009Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.009Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.010Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.010Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.010Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.010Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.011Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.011Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.011Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f5bb417e-6a9d-4664-be8a-e30f4e39303c
Model Version:NULL
Model InvariantUuid:91b366e0-e2ca-458a-a23b-3ae5656033d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:02ba0db2-2787-408b-9f71-3049626e61b0
Model UUID:acf45673-5d25-4654-918d-bd194ae27d63
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:676cf003-ecc8-4c70-bd18-cfd218e1e284
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-03T04:19:14.017Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: a0cdca06-41ae-4bb1-82c0-758794b21bd9
2022-10-03T04:19:14.017Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||No resources found for Service: f5bb417e-6a9d-4664-be8a-e30f4e39303c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:19:14.023Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||
2022-10-03T04:19:14.024Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-03T04:19:14.025Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||No resources found for Service: f5bb417e-6a9d-4664-be8a-e30f4e39303c
2022-10-03T04:19:14.025Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f5bb417e-6a9d-4664-be8a-e30f4e39303c
2022-10-03T04:19:14.026Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-03T04:19:14.026Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:19:14.038Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13409504, org.onap.sdc.toscaparser.api.parameters.Input@4d7752c7, org.onap.sdc.toscaparser.api.parameters.Input@58cf87e3, org.onap.sdc.toscaparser.api.parameters.Input@64f8f86e, org.onap.sdc.toscaparser.api.parameters.Input@7307a940]
2022-10-03T04:19:14.040Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.040Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.041Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.041Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.041Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f5bb417e-6a9d-4664-be8a-e30f4e39303c: Generic NeutronNet
2022-10-03T04:19:14.041Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.042Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.042Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.042Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-03T04:19:14.090Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.091Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.091Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.091Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.092Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:19:14.092Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.092Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-03T04:19:14.154Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-03T04:19:14.155Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-03T04:19:14.155Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.155Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:19:14.155Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:19:14.159Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:19:14.160Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770754155,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:19:14.260Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:19:14.261Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:19:14.262Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:14.280Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:19:14.281Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:19:15.161Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b0362f-c52a-4766-8847-0061c1eccf9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:19:15.183Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b0362f-c52a-4766-8847-0061c1eccf9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:19:15.189Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:19:15.190Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-03T04:19:15.190Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-03T04:19:15.190Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-03T04:19:15.190Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:19:15.190Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:19:15.192Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:19:15.193Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:19:15.193Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:19:15.193Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:19:15.193Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:19:15.201Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-03T04:19:45.202Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8b0362f-c52a-4766-8847-0061c1eccf9c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-03T04:19:45.210Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8b0362f-c52a-4766-8847-0061c1eccf9c and serviceModelVersionId: f5bb417e-6a9d-4664-be8a-e30f4e39303c
2022-10-03T04:19:45.210Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91b366e0-e2ca-458a-a23b-3ae5656033d1
2022-10-03T04:19:45.212Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0
2022-10-03T04:19:45.218Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-03T04:19:45.299Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0|INFO|500||Invoke
2022-10-03T04:19:45.300Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8b0362f-c52a-4766-8847-0061c1eccf9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90f7fa2b-663d-4f83-80a7-e2eb97e36739], X-ECOMP-RequestID=[f8b0362f-c52a-4766-8847-0061c1eccf9c], X-TransactionId=[], X-ONAP-RequestID=[f8b0362f-c52a-4766-8847-0061c1eccf9c], Content-Type=[application/merge-patch+json]}
2022-10-03T04:19:45.334Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-03T04:19:45.446Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?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/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221003-04:19:46:763-29552], vertex-id=[323640], Content-Length=[0], Date=[Mon, 03 Oct 2022 04:19:46 GMT], Content-Type=[application/json]}
2022-10-03T04:19:45.447Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-03T04:19:45.448Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0|INFO|500||InvokeReturn
2022-10-03T04:19:45.449Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-03T04:19:45.449Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:19:45.455Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-03T04:19:45.456Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8b0362f-c52a-4766-8847-0061c1eccf9c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-03T04:19:45.456Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-03T04:19:45.457Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:19:45.461Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:19:45.461Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770785456,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:19:45.560Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:19:45.562Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:19:45.562Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:45.586Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:19:45.587Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:20:09.202Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:20:09.203Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:20:09.204Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:20:09.205Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:20:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:09.388Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:09.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:20:09.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770749201,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:20:09.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:20:09.890Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:09.892Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-03T04:20:09.892Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f04d9bcb-04cc-4dbb-a0bb-241950263064","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b","serviceDescription":"service","serviceInvariantUUID":"6c2d9223-306e-4061-a9c3-f3b1dfbd50d1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2b132466-abb6-44f3-b0c7-28c99fccf502","resourceInvariantUUID":"a946a486-9276-434b-b90d-899fcae5ddd2","resourceCustomizationUUID":"5e02a204-567e-40e2-8eb2-a0edb5b1a587","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":"YmFkZTM4ZmNhMTE1YWQ1ZTVhNzNhMmE2YTA4ZTczN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f116e68-13e1-4643-857e-ccd52ffced46","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":"ZTI4NjNlMGE0YjlmMmI0ZTgyYzM5NGI1NjMxZTMxYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73a5a824-0e72-4965-a0d8-6146cc4620cf","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":"5e5834b8-dde1-4b9b-bf74-c3a608b7971d","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":"fd6fb010-49dc-40bb-9146-8f5013c87078","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":"bb4783ba-047c-4d6d-9a80-61f13dd871cf","artifactVersion":"2","generatedFromUUID":"5e5834b8-dde1-4b9b-bf74-c3a608b7971d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTU4MGY2MTM2OTZhYmUwMTlhNmUzMWJiNzUyZTM0YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9601a6-d74c-4255-b647-5b10f2079c8d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmQzY2UxOTY1OGQ2MDljMjFlMDJjZGU2NjZmNzEzMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"19fc4059-290a-4c7e-a432-217d7cce067b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-03T04:20:09.899Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:09.900Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:09.903Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:09.904Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:20:10.004Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:10.006Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:10.006Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:10.023Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:10.024Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:10.904Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:10.905Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:10.908Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:10.908Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:20:11.008Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:11.010Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:11.010Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:11.031Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:11.032Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:11.908Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:11.909Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:11.912Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:11.912Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:20:12.012Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:12.014Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:12.014Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:12.033Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:12.037Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:12.913Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:12.914Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:12.917Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:12.917Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:20:13.017Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:13.018Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:13.019Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:13.036Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:13.037Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:13.918Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:13.919Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:13.921Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:13.921Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-03T04:20:14.022Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:14.023Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:14.023Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:14.037Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:14.037Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:14.922Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:14.924Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:14.928Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:14.928Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:20:15.028Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:20:15.029Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:15.030Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:15.047Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:15.048Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:15.929Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:15.930Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:15.932Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:15.933Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:20:16.034Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:16.035Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:16.035Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:16.066Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:16.067Z||pool-30-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:16.935Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b",
"serviceDescription": "service",
"serviceInvariantUUID": "6c2d9223-306e-4061-a9c3-f3b1dfbd50d1",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5e02a204-567e-40e2-8eb2-a0edb5b1a587",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2b132466-abb6-44f3-b0c7-28c99fccf502",
"resourceInvariantUUID": "a946a486-9276-434b-b90d-899fcae5ddd2",
"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": "ZTI4NjNlMGE0YjlmMmI0ZTgyYzM5NGI1NjMxZTMxYWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "73a5a824-0e72-4965-a0d8-6146cc4620cf",
"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": "5e5834b8-dde1-4b9b-bf74-c3a608b7971d",
"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": "bb4783ba-047c-4d6d-9a80-61f13dd871cf",
"generatedFromUUID": "5e5834b8-dde1-4b9b-bf74-c3a608b7971d"
},
"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": "bb4783ba-047c-4d6d-9a80-61f13dd871cf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NmQzY2UxOTY1OGQ2MDljMjFlMDJjZGU2NjZmNzEzMWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "19fc4059-290a-4c7e-a432-217d7cce067b"
}
],
"workloadContext": "Production"
}
2022-10-03T04:20:16.937Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-03T04:20:16.938Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b ASDC
2022-10-03T04:20:16.939Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f04d9bcb-04cc-4dbb-a0bb-241950263064
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b
ServiceInvariantUUID:6c2d9223-306e-4061-a9c3-f3b1dfbd50d1
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:19fc4059-290a-4c7e-a432-217d7cce067b
ArtifactChecksum:NmQzY2UxOTY1OGQ2MDljMjFlMDJjZGU2NjZmNzEzMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5e02a204-567e-40e2-8eb2-a0edb5b1a587
ResourceInvariantUUID:a946a486-9276-434b-b90d-899fcae5ddd2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2b132466-abb6-44f3-b0c7-28c99fccf502
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:73a5a824-0e72-4965-a0d8-6146cc4620cf
ArtifactChecksum:ZTI4NjNlMGE0YjlmMmI0ZTgyYzM5NGI1NjMxZTMxYWQ=
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:5e5834b8-dde1-4b9b-bf74-c3a608b7971d
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:bb4783ba-047c-4d6d-9a80-61f13dd871cf
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:bb4783ba-047c-4d6d-9a80-61f13dd871cf
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-03T04:20:16.940Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:20:16.992Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:20:16.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:20:16.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:20:16.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 19fc4059-290a-4c7e-a432-217d7cce067b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-03T04:20:16.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:20:16.995Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-03T04:20:17.072Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:20:17.077Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 19fc4059-290a-4c7e-a432-217d7cce067b 71072
2022-10-03T04:20:17.078Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-03T04:20:17.078Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-03T04:20:17.078Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:20:17.079Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:17.110Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:17.111Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770817078,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:20:17.181Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 69 ms
2022-10-03T04:20:17.183Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:17.183Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:17.205Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:17.206Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:18.112Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:20:18.114Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:20:18.114Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 19fc4059-290a-4c7e-a432-217d7cce067b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:18.115Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-03T04:20:18.116Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:18.116Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:18.281Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7015195518345058442/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-03T04:20:19.978Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-03T04:20:19.980Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:20:19.980Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.980Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-03T04:20:19.980Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.982Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.982Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.982Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:20:19.982Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.983Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.983Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:19.983Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:20:19.984Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:20:19.984Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.984Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.984Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:19.985Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:20:19.985Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:20:19.985Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.985Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.986Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.986Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-03T04:20:19.986Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-03T04:20:19.986Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-03T04:20:19.987Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-03T04:20:19.987Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-03T04:20:19.987Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-03T04:20:19.987Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.988Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:20:19.988Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.988Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:19.988Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:19.989Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.989Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:19.989Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:19.990Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.990Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:19.990Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:19.990Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.991Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-03T04:20:19.991Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-03T04:20:19.991Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-03T04:20:19.991Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e37062d3-2121-4196-8630-041eb11944f8
2022-10-03T04:20:19.992Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.992Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.993Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.993Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.993Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.993Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:19.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b
Model Version:NULL
Model InvariantUuid:6c2d9223-306e-4061-a9c3-f3b1dfbd50d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:50e46d30-33b1-4d12-83fe-ed98c4ddbbdf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a946a486-9276-434b-b90d-899fcae5ddd2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5e02a204-567e-40e2-8eb2-a0edb5b1a587
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5b8f0472-902b-4ba2-ba73-523d34bebd98
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c9bfbf0f-52ba-40f8-82dd-eaee699cebcf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e37062d3-2121-4196-8630-041eb11944f8
ModelInvariantUuid:89cb8a73-9bab-4c98-a406-9214024bfc1d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c00e0556-2efd-4395-af7d-01dd41a4c6c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:dfa6693c-2e3b-4b2c-a12e-48da44455db6
ModelInvariantUuid:dc9b528a-2b9e-4d58-904e-40d9014b8cd3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:172900d8-57aa-4519-8177-74dc7b07dc6a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-03T04:20:20.000Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2b132466-abb6-44f3-b0c7-28c99fccf502
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:20:20.004Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-10-03T04:20:20.004Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2b132466-abb6-44f3-b0c7-28c99fccf502
2022-10-03T04:20:20.004Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 73a5a824-0e72-4965-a0d8-6146cc4620cf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-03T04:20:20.004Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:20:20.005Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-03T04:20:20.059Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:20:20.061Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 73a5a824-0e72-4965-a0d8-6146cc4620cf 787
2022-10-03T04:20:20.061Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-03T04:20:20.061Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-03T04:20:20.062Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:20:20.062Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:20.065Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:20.065Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770820061,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:20:20.166Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-03T04:20:20.169Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:20.169Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:20.191Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:20.193Z||pool-32-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:21.066Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "5b8f0472-902b-4ba2-ba73-523d34bebd98",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c9bfbf0f-52ba-40f8-82dd-eaee699cebcf",
"vfModuleModelCustomizationUUID": "d4a8519d-4208-4a11-a8af-bbbe54cc8d4a",
"isBase": true,
"artifacts": [
"5e5834b8-dde1-4b9b-bf74-c3a608b7971d",
"bb4783ba-047c-4d6d-9a80-61f13dd871cf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-03T04:20:21.075Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9bfbf0f-52ba-40f8-82dd-eaee699cebcf
VfModuleModelInvariantUUID:5b8f0472-902b-4ba2-ba73-523d34bebd98
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e5834b8-dde1-4b9b-bf74-c3a608b7971d
,
bb4783ba-047c-4d6d-9a80-61f13dd871cf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-03T04:20:21.079Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "5b8f0472-902b-4ba2-ba73-523d34bebd98",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c9bfbf0f-52ba-40f8-82dd-eaee699cebcf",
"vfModuleModelCustomizationUUID": "d4a8519d-4208-4a11-a8af-bbbe54cc8d4a",
"isBase": true,
"artifacts": [
"5e5834b8-dde1-4b9b-bf74-c3a608b7971d",
"bb4783ba-047c-4d6d-9a80-61f13dd871cf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-03T04:20:21.080Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9bfbf0f-52ba-40f8-82dd-eaee699cebcf
VfModuleModelInvariantUUID:5b8f0472-902b-4ba2-ba73-523d34bebd98
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e5834b8-dde1-4b9b-bf74-c3a608b7971d
,
bb4783ba-047c-4d6d-9a80-61f13dd871cf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-03T04:20:21.080Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5e5834b8-dde1-4b9b-bf74-c3a608b7971d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-03T04:20:21.080Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:20:21.081Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-03T04:20:21.127Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:20:21.128Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5e5834b8-dde1-4b9b-bf74-c3a608b7971d 5033
2022-10-03T04:20:21.128Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-03T04:20:21.129Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-03T04:20:21.129Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:20:21.130Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:21.132Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:21.132Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770821128,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:20:21.232Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:21.233Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:21.233Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:21.251Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:21.251Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:22.133Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bb4783ba-047c-4d6d-9a80-61f13dd871cf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-03T04:20:22.134Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:20:22.134Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-03T04:20:22.181Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:20:22.182Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bb4783ba-047c-4d6d-9a80-61f13dd871cf 903
2022-10-03T04:20:22.183Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-03T04:20:22.183Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-03T04:20:22.183Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:20:22.184Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:22.186Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:22.186Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770822183,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:20:22.286Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:20:22.288Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:22.288Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:22.304Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:22.304Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:23.188Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b
2022-10-03T04:20:23.188Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2b132466-abb6-44f3-b0c7-28c99fccf502 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:20:23.210Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34e64add, org.onap.sdc.toscaparser.api.parameters.Input@4d430618, org.onap.sdc.toscaparser.api.parameters.Input@51b3037, org.onap.sdc.toscaparser.api.parameters.Input@1b9d590, org.onap.sdc.toscaparser.api.parameters.Input@78fd7d8]
2022-10-03T04:20:23.212Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.212Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.213Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-10-03T04:20:23.213Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5e02a204-567e-40e2-8eb2-a0edb5b1a587
2022-10-03T04:20:23.213Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5e02a204-567e-40e2-8eb2-a0edb5b1a587 matches Tosca VF Customization UUID: 5e02a204-567e-40e2-8eb2-a0edb5b1a587
2022-10-03T04:20:23.213Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5e02a204-567e-40e2-8eb2-a0edb5b1a587 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-03T04:20:23.216Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.217Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.218Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5e02a204-567e-40e2-8eb2-a0edb5b1a587: {\"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-10-03T04:20:23.218Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41b52b05
2022-10-03T04:20:23.218Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.218Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:20:23.218Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4a8519d-4208-4a11-a8af-bbbe54cc8d4a
2022-10-03T04:20:23.219Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4a8519d-4208-4a11-a8af-bbbe54cc8d4a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-03T04:20:23.221Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.221Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:23.221Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:23.221Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.222Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:23.222Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:23.222Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.222Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-03T04:20:23.222Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-03T04:20:23.223Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-03T04:20:23.223Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e37062d3-2121-4196-8630-041eb11944f8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-03T04:20:23.225Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.226Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:23.226Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:23.226Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.226Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:23.226Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5e02a204-567e-40e2-8eb2-a0edb5b1a587
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:20:23.227Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.228Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.228Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b: basic_vm
2022-10-03T04:20:23.228Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.228Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.230Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:20:23.230Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.230Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||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-10-03T04:20:23.307Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2b132466-abb6-44f3-b0c7-28c99fccf502 1 ASDC deployResourceStructure
2022-10-03T04:20:23.308Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||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-10-03T04:20:23.308Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||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-10-03T04:20:23.308Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:20:23.308Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:23.310Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:23.310Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770823307,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-03T04:20:23.411Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-03T04:20:23.412Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:23.412Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:23.428Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:23.429Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:24.312Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||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-10-03T04:20:24.312Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||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-10-03T04:20:24.313Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:20:24.313Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:24.318Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:24.318Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770824311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-10-03T04:20:24.418Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:24.420Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:24.420Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:24.435Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:24.436Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:25.319Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||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-10-03T04:20:25.320Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||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-10-03T04:20:25.320Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:20:25.321Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:25.323Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:25.324Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770825319,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-10-03T04:20:25.424Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:25.425Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:25.426Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:25.446Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:25.446Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:26.325Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-03T04:20:26.326Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-03T04:20:26.326Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:20:26.326Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:26.328Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:26.328Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770826325,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:20:26.429Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:26.430Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:20:26.430Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:26.448Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:20:26.449Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:27.330Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:20:27.344Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:20:27.348Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:20:27.348Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:20:27.348Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:20:57.349Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:20:57.363Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:20:57.367Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:20:57.367Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:20:57.367Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:21:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:21:09.206Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:21:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:21:09.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:21:09.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770749201,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770752016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770754155,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770785456,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770783646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770785602,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "cds",
"timestamp": 1664770787152,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "clamp",
"timestamp": 1664770785002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "policy-id",
"timestamp": 1664770787701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770785602,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770783646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "cds",
"timestamp": 1664770787152,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "clamp",
"timestamp": 1664770785002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "policy-id",
"timestamp": 1664770787701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770785602,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770783646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "cds",
"timestamp": 1664770787152,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "clamp",
"timestamp": 1664770785002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "policy-id",
"timestamp": 1664770787701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770795963,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770785602,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770783646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "cds",
"timestamp": 1664770787152,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "clamp",
"timestamp": 1664770785002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "policy-id",
"timestamp": 1664770787701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770795963,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770783646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770785602,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "cds",
"timestamp": 1664770787152,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "clamp",
"timestamp": 1664770785002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "policy-id",
"timestamp": 1664770787701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770795963,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770785602,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770783646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "cds",
"timestamp": 1664770787152,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "clamp",
"timestamp": 1664770785002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "policy-id",
"timestamp": 1664770787701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770795963,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770785602,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:21:09.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770783646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "cds",
"timestamp": 1664770787152,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:21:09.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "clamp",
"timestamp": 1664770785002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:21:09.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "policy-id",
"timestamp": 1664770787701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:21:09.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770795963,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770800802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "cds",
"timestamp": 1664770801222,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "policy-id",
"timestamp": 1664770800377,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770795963,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "cds",
"timestamp": 1664770802232,
"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-10-03T04:21:09.283Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:21:09.283Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:21:09.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "policy-id",
"timestamp": 1664770801381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:21:09.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770801870,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770795963,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:21:09.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:21:09.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "policy-id",
"timestamp": 1664770802384,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:21:09.303Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:21:09.304Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:21:09.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770802936,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770803735,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770803962,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:21:09.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:21:09.336Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-03T04:21:09.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770804966,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-03T04:21:09.346Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770806074,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:21:09.347Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770807079,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:21:09.353Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:21:09.353Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:21:09.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "clamp",
"timestamp": 1664770807073,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "clamp",
"timestamp": 1664770809081,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:21:09.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:27.368Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:21:27.385Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:21:27.391Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:21:27.391Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:21:27.391Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:21:57.392Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:21:57.410Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:21:57.418Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:21:57.419Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:21:57.419Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:22:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:22:09.206Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:22:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:22:09.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:22:09.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "clamp",
"timestamp": 1664770810085,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:22:09.754Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:22:09.754Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:22:09.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "aai-ml",
"timestamp": 1664770813524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770805970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "aai-ml",
"timestamp": 1664770813524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770807701,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770805970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "aai-ml",
"timestamp": 1664770813524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770807701,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770815002,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770805970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "aai-ml",
"timestamp": 1664770813524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770807701,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770809201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770815002,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770805970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "aai-ml",
"timestamp": 1664770813524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770807701,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770817078,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "cds",
"timestamp": 1664770817153,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770815002,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770805970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "aai-ml",
"timestamp": 1664770813524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770807701,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "cds",
"timestamp": 1664770817153,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770815002,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770805970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "aai-ml",
"timestamp": 1664770813524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770807701,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "cds",
"timestamp": 1664770817153,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770815002,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770805970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770807701,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "aai-ml",
"timestamp": 1664770821288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770820061,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "cds",
"timestamp": 1664770817153,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770815002,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770805970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770807701,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770821128,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "cds",
"timestamp": 1664770817153,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770815002,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770805970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770807701,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770822183,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "cds",
"timestamp": 1664770817153,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770815002,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770822972,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770822549,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770823307,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "cds",
"timestamp": 1664770817153,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770815002,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770823555,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:22:09.797Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770824030,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770823645,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770824311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "cds",
"timestamp": 1664770817153,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "policy-id",
"timestamp": 1664770824559,
"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-10-03T04:22:09.815Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.815Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:22:09.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770825085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770823645,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770825319,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "cds",
"timestamp": 1664770817153,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770826135,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770825963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770823645,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770826325,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "cds",
"timestamp": 1664770826940,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "aai-ml",
"timestamp": 1664770827865,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770827180,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:22:09.836Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.836Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-03T04:22:09.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770825963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770823645,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "cds",
"timestamp": 1664770827947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:22:09.850Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.850Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:22:09.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "aai-ml",
"timestamp": 1664770828869,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:22:09.874Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:22:09.874Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:22:09.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770828076,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664770828183,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770825963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770823645,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770829091,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770825963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770823645,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "clamp",
"timestamp": 1664770830095,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:22:09.897Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.897Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:22:09.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770825963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770823645,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770825963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770823645,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770825963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "ves-openapi-manager",
"timestamp": 1664770823645,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770825963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770825963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770835734,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770837924,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:22:09.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664770838928,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:22:09.919Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.919Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:22:09.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770843524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770843524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770843524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770843524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770843524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770843524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770843524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770843524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770843524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:22:09.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:22:09.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770853324,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770860526,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-03T04:22:09.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "aai-ml",
"timestamp": 1664770861531,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:22:09.955Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.955Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:22:27.419Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:22:27.435Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:22:27.441Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:22:27.441Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-03T04:22:27.441Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-03T04:22:27.442Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-03T04:22:27.442Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:22:27.442Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:22:27.442Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:22:27.442Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:22:27.443Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:22:27.443Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-03T04:22:27.443Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:22:27.451Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-03T04:22:57.452Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-03T04:22:57.461Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f04d9bcb-04cc-4dbb-a0bb-241950263064 and serviceModelVersionId: 73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b
2022-10-03T04:22:57.461Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c2d9223-306e-4061-a9c3-f3b1dfbd50d1
2022-10-03T04:22:57.462Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?depth=0
2022-10-03T04:22:57.477Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-03T04:22:57.558Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-03T04:22:57.566Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?depth=0|INFO|500||Invoke
2022-10-03T04:22:57.606Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-03T04:22:57.765Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?depth=0|INFO|500||InvokeReturn
2022-10-03T04:22:57.771Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221003-04:22:59:050-1528], vertex-id=[442480], Content-Length=[0], Date=[Mon, 03 Oct 2022 04:22:59 GMT], Content-Type=[application/json]}
2022-10-03T04:22:57.771Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-03T04:22:57.772Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-03T04:22:57.772Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:22:57.785Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-03T04:22:57.786Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f04d9bcb-04cc-4dbb-a0bb-241950263064 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-03T04:22:57.786Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-03T04:22:57.787Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:22:57.796Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:22:57.797Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770977786,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:22:57.897Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:22:57.900Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:22:57.900Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:22:57.925Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:22:57.925Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:22:58.822Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:22:58.823Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:22:58.823Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:03.374Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:03.375Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-03T04:23:03.375Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"afa0ddfb-8ee2-47c0-a37e-9d0b1d042749","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"236363f8-4d50-4cdd-8e04-d6282259ad05","serviceDescription":"service","serviceInvariantUUID":"e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea","resourceInvariantUUID":"2169055e-c111-4c7f-8aa9-bca2594e610f","resourceCustomizationUUID":"cd453ae2-529b-4ff6-a5c1-5de046d47616","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTU5ZWVjZDhlODRjZGI5NzhiNjAxOWFjMjY0ZTQxZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca6f2a10-2046-4046-bba0-d93542d796bb","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4da57517-cf3e-49e4-869f-2e63ee6edded","artifactVersion":"2","generatedFromUUID":"ff54cc10-de5f-4ec3-a088-78bb31cc8ff2"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ff54cc10-de5f-4ec3-a088-78bb31cc8ff2","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YjNmZGMxNjRjYTZhY2RiNjI3N2RmYmZiOTUzYTYwZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"db17233d-4011-4fe9-8d08-3f8e83bbe97b","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b5416ef8-e379-47ac-952d-3a5ccbb6ea42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee396571-bfe5-46de-a6f0-187d4bf8f8e2","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c32acda-532f-41e7-9094-f8814b213e87","artifactVersion":"2","generatedFromUUID":"b5416ef8-e379-47ac-952d-3a5ccbb6ea42"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2M1YWQ2NWQ4Njk2NjA5Njk2YmJkNjc0YzQyYTg3YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83ad8470-e682-4d63-b3db-9a84bac92fcc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDgyZDkyZjBjZWIwMjgzZDExNGZjMDY1NmQ5Nzg1ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6287b30-303d-4e08-8475-5e1a3831d839","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-03T04:23:03.380Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:03.380Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:03.383Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:03.384Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:23:03.484Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:03.486Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:03.486Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:03.509Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:03.510Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:04.385Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:04.386Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:04.391Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:04.391Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-03T04:23:04.491Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:23:04.493Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:04.493Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:04.522Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:04.522Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:05.392Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:05.394Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:05.396Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:05.397Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-03T04:23:05.498Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-03T04:23:05.500Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:05.500Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:05.528Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:05.530Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:06.398Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:06.399Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:06.402Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:06.403Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:23:06.503Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:23:06.504Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:06.504Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:06.523Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:06.524Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:07.403Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:07.404Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:07.406Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:07.406Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:23:07.507Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:07.509Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:07.509Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:07.543Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:07.544Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:08.407Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:08.408Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:08.410Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:08.410Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:23:08.510Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:08.511Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:08.512Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:08.529Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:08.530Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:23:09.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:23:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:09.411Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:09.412Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:09.414Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:09.414Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-03T04:23:09.514Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:09.516Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:09.516Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:09.539Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:09.540Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:09.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:09.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770977786,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:23:09.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:23:09.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-03T04:23:09.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:23:09.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:23:09.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-03T04:23:10.414Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:10.415Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:10.417Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:10.418Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-03T04:23:10.518Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:23:10.519Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:10.519Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:10.537Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:10.538Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:11.418Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:11.419Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:11.422Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:11.422Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770978822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-03T04:23:11.522Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:11.523Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:11.524Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:11.543Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:11.544Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:12.424Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "236363f8-4d50-4cdd-8e04-d6282259ad05",
"serviceDescription": "service",
"serviceInvariantUUID": "e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "cd453ae2-529b-4ff6-a5c1-5de046d47616",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea",
"resourceInvariantUUID": "2169055e-c111-4c7f-8aa9-bca2594e610f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4da57517-cf3e-49e4-869f-2e63ee6edded",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ff54cc10-de5f-4ec3-a088-78bb31cc8ff2",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "YjNmZGMxNjRjYTZhY2RiNjI3N2RmYmZiOTUzYTYwZjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "db17233d-4011-4fe9-8d08-3f8e83bbe97b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b5416ef8-e379-47ac-952d-3a5ccbb6ea42",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9c32acda-532f-41e7-9094-f8814b213e87",
"generatedFromUUID": "b5416ef8-e379-47ac-952d-3a5ccbb6ea42"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9c32acda-532f-41e7-9094-f8814b213e87",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "MDgyZDkyZjBjZWIwMjgzZDExNGZjMDY1NmQ5Nzg1ZWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c6287b30-303d-4e08-8475-5e1a3831d839"
}
],
"workloadContext": "Production"
}
2022-10-03T04:23:12.425Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-03T04:23:12.425Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 236363f8-4d50-4cdd-8e04-d6282259ad05 ASDC
2022-10-03T04:23:12.426Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:236363f8-4d50-4cdd-8e04-d6282259ad05
ServiceInvariantUUID:e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:c6287b30-303d-4e08-8475-5e1a3831d839
ArtifactChecksum:MDgyZDkyZjBjZWIwMjgzZDExNGZjMDY1NmQ5Nzg1ZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:cd453ae2-529b-4ff6-a5c1-5de046d47616
ResourceInvariantUUID:2169055e-c111-4c7f-8aa9-bca2594e610f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:4da57517-cf3e-49e4-869f-2e63ee6edded
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:ff54cc10-de5f-4ec3-a088-78bb31cc8ff2
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:db17233d-4011-4fe9-8d08-3f8e83bbe97b
ArtifactChecksum:YjNmZGMxNjRjYTZhY2RiNjI3N2RmYmZiOTUzYTYwZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:b5416ef8-e379-47ac-952d-3a5ccbb6ea42
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:9c32acda-532f-41e7-9094-f8814b213e87
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:9c32acda-532f-41e7-9094-f8814b213e87
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-03T04:23:12.426Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 236363f8-4d50-4cdd-8e04-d6282259ad05 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:23:12.473Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:23:12.474Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:23:12.474Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:23:12.474Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c6287b30-303d-4e08-8475-5e1a3831d839 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-03T04:23:12.474Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:12.475Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-03T04:23:12.561Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:12.568Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c6287b30-303d-4e08-8475-5e1a3831d839 68962
2022-10-03T04:23:12.569Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-03T04:23:12.569Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-03T04:23:12.570Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:12.570Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:12.573Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:12.573Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770992569,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:23:12.673Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:12.675Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:12.675Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:12.692Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:12.692Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:13.574Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:23:13.575Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:23:13.576Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c6287b30-303d-4e08-8475-5e1a3831d839, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:13.576Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-03T04:23:13.577Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:13.577Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:13.740Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP36492527549219814/Definitions/service-BasicCnf-template.yml
2022-10-03T04:23:15.263Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-03T04:23:15.264Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:23:15.264Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:15.265Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-03T04:23:15.265Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:15.265Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:15.266Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:15.266Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:15.266Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:23:15.267Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.267Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.268Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:15.268Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:23:15.268Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:23:15.269Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.274Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.275Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:15.275Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:23:15.276Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:23:15.276Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.277Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.277Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.278Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-03T04:23:15.278Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-03T04:23:15.279Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-03T04:23:15.279Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-03T04:23:15.279Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.280Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:23:15.280Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.280Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:15.280Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:23:15.281Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.281Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:15.282Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:23:15.282Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.282Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:15.282Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:23:15.283Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.283Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-03T04:23:15.283Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-03T04:23:15.284Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f8f0b5b7-c4ee-445f-8690-06abf1b53ce5
2022-10-03T04:23:15.284Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.284Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.285Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.285Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.286Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.286Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.286Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:15.287Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.287Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:236363f8-4d50-4cdd-8e04-d6282259ad05
Model Version:NULL
Model InvariantUuid:e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:03494a6a-ddbb-4187-bd82-e68ade69c96d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2169055e-c111-4c7f-8aa9-bca2594e610f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cd453ae2-529b-4ff6-a5c1-5de046d47616
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:269220d8-4f55-402a-be40-c34967d38b01
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d72b499d-01f6-4875-aff2-78c45ab18b19
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f8f0b5b7-c4ee-445f-8690-06abf1b53ce5
ModelInvariantUuid:d02c8e8f-bfbd-4579-9690-23120c493152
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:69aff6ce-8881-426d-a3ac-3ac47a44ab75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:d6dbd547-9576-4370-ad41-d24689820e36
ModelInvariantUuid:a4366612-cbc9-4256-ac48-ab97b8fc5dac
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b6419fd6-803b-4b1f-a9d2-0e9a1db4ee10
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-03T04:23:15.296Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:23:15.299Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-10-03T04:23:15.300Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea
2022-10-03T04:23:15.300Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4da57517-cf3e-49e4-869f-2e63ee6edded from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-03T04:23:15.301Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:15.302Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-03T04:23:15.379Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:15.380Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4da57517-cf3e-49e4-869f-2e63ee6edded 12
2022-10-03T04:23:15.381Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-03T04:23:15.381Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-03T04:23:15.381Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:15.382Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:15.384Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:15.384Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770995381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:23:15.484Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:23:15.485Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:15.486Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:15.503Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:15.504Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:16.386Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ff54cc10-de5f-4ec3-a088-78bb31cc8ff2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-03T04:23:16.386Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:16.387Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-03T04:23:16.448Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:16.449Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ff54cc10-de5f-4ec3-a088-78bb31cc8ff2 2688
2022-10-03T04:23:16.450Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-03T04:23:16.450Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-03T04:23:16.450Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:16.451Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:16.453Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:16.453Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770996450,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:23:16.553Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:16.554Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:16.554Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:16.575Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:16.576Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:17.455Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: db17233d-4011-4fe9-8d08-3f8e83bbe97b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-03T04:23:17.456Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:17.456Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-03T04:23:17.503Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:17.505Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json db17233d-4011-4fe9-8d08-3f8e83bbe97b 828
2022-10-03T04:23:17.505Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-03T04:23:17.506Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-03T04:23:17.506Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:17.507Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:17.511Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:17.511Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770997505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:23:17.611Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:23:17.612Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:17.612Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:17.629Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:17.630Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:18.512Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "269220d8-4f55-402a-be40-c34967d38b01",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d72b499d-01f6-4875-aff2-78c45ab18b19",
"vfModuleModelCustomizationUUID": "f9620b2f-b203-4da3-91c1-7b241eff90bc",
"isBase": true,
"artifacts": [
"b5416ef8-e379-47ac-952d-3a5ccbb6ea42",
"ff54cc10-de5f-4ec3-a088-78bb31cc8ff2",
"9c32acda-532f-41e7-9094-f8814b213e87"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-03T04:23:18.518Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d72b499d-01f6-4875-aff2-78c45ab18b19
VfModuleModelInvariantUUID:269220d8-4f55-402a-be40-c34967d38b01
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5416ef8-e379-47ac-952d-3a5ccbb6ea42
,
ff54cc10-de5f-4ec3-a088-78bb31cc8ff2
,
9c32acda-532f-41e7-9094-f8814b213e87
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-03T04:23:18.521Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "269220d8-4f55-402a-be40-c34967d38b01",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d72b499d-01f6-4875-aff2-78c45ab18b19",
"vfModuleModelCustomizationUUID": "f9620b2f-b203-4da3-91c1-7b241eff90bc",
"isBase": true,
"artifacts": [
"b5416ef8-e379-47ac-952d-3a5ccbb6ea42",
"ff54cc10-de5f-4ec3-a088-78bb31cc8ff2",
"9c32acda-532f-41e7-9094-f8814b213e87"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-03T04:23:18.522Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d72b499d-01f6-4875-aff2-78c45ab18b19
VfModuleModelInvariantUUID:269220d8-4f55-402a-be40-c34967d38b01
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5416ef8-e379-47ac-952d-3a5ccbb6ea42
,
ff54cc10-de5f-4ec3-a088-78bb31cc8ff2
,
9c32acda-532f-41e7-9094-f8814b213e87
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-03T04:23:18.523Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b5416ef8-e379-47ac-952d-3a5ccbb6ea42 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-03T04:23:18.523Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:18.523Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-03T04:23:18.584Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:18.584Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b5416ef8-e379-47ac-952d-3a5ccbb6ea42 1164
2022-10-03T04:23:18.585Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-03T04:23:18.585Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-03T04:23:18.585Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:18.586Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:18.588Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:18.588Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770998585,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:23:18.688Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:18.690Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:18.690Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:18.703Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:18.704Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:19.589Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9c32acda-532f-41e7-9094-f8814b213e87 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-03T04:23:19.590Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:19.590Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-03T04:23:19.658Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:19.659Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9c32acda-532f-41e7-9094-f8814b213e87 200
2022-10-03T04:23:19.660Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-03T04:23:19.660Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-03T04:23:19.660Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:19.661Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:19.663Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:19.664Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664770999660,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-03T04:23:19.764Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:19.765Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-03T04:23:19.765Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:19.786Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-03T04:23:19.787Z||pool-54-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:20.664Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 236363f8-4d50-4cdd-8e04-d6282259ad05
2022-10-03T04:23:20.666Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea 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=?
2022-10-03T04:23:20.685Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:23:20.696Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44e3a410, org.onap.sdc.toscaparser.api.parameters.Input@4b4372df, org.onap.sdc.toscaparser.api.parameters.Input@51a37ef2, org.onap.sdc.toscaparser.api.parameters.Input@7c3605e5, org.onap.sdc.toscaparser.api.parameters.Input@25acfd57]
2022-10-03T04:23:20.698Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-03T04:23:20.699Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:20.699Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-10-03T04:23:20.699Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= cd453ae2-529b-4ff6-a5c1-5de046d47616
2022-10-03T04:23:20.700Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cd453ae2-529b-4ff6-a5c1-5de046d47616 matches Tosca VF Customization UUID: cd453ae2-529b-4ff6-a5c1-5de046d47616
2022-10-03T04:23:20.700Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: cd453ae2-529b-4ff6-a5c1-5de046d47616 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-03T04:23:20.703Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery