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-07T03:09:04.599Z||main|||||INFO|500||The following profiles are active: basic
2022-10-07T03:09:15.312Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-07T03:09:15.313Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-07T03:09:15.415Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-07T03:09:19.333Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-07T03:09:19.716Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-07T03:09:20.126Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-07T03:09:20.132Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-07T03:09:20.235Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-07T03:09:20.501Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-07T03:09:21.064Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-07T03:09:22.669Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-07T03:09:24.852Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-07T03:09:24.906Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-07T03:09:25.549Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-07T03:09:25.820Z||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-07T03:09:27.000Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-07T03:09:28.041Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-07T03:09:28.065Z||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$$75ebdfa9.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-07T03:09:28.067Z||main|||||WARN|500||The sdc end point is not alive
2022-10-07T03:09:31.079Z||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-07T03:09:33.925Z||main|||||WARN|500||---
2022-10-07T03:09:33.925Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-07T03:09:33.926Z||main|||||WARN|500||---
2022-10-07T03:09:34.379Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-07T03:09:39.215Z||main|||||INFO|500||Started Application in 37.656 seconds (JVM running for 39.666)
2022-10-07T03:09:39.247Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-07T03:09:39.248Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-07T03:09:39.261Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-07T03:09:39.286Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-07T03:09:39.328Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 42fba750-36c2-45f2-859a-07c0f5262e14 url= /sdc/v1/artifactTypes
2022-10-07T03:09:39.328Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-07T03:09:39.587Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-07T03:09:39.611Z||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-07T03:09:39.646Z||scheduling-1|||||DEBUG|500||create keys
2022-10-07T03:09:39.656Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-07T03:09:39.700Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:09:39.718Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 382f35ae-2765-49e3-9a93-1e733246aa34 url= /sdc/v1/registerForDistribution
2022-10-07T03:09:39.847Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 382f35ae-2765-49e3-9a93-1e733246aa34 url= /sdc/v1/registerForDistribution
2022-10-07T03:09:39.848Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-07T03:09:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:09:39.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:09:39.870Z||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-07T03:09:39.869Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-07T03:09:39.870Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:09:39.869Z||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-07T03:09:39.872Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:09:50.263Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:09:50.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:10:39.858Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:10:39.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:10:39.861Z||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-07T03:10:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:10:39.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:10:39.862Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:10:49.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:10:49.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:11:39.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:11:39.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:11:39.861Z||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-07T03:11:39.861Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:11:39.862Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:11:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:11:49.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:11:49.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:12:39.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:12:39.859Z||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-07T03:12:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:12:39.861Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:12:39.862Z||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-07T03:12:39.863Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:12:49.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:12:49.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:13:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:13:39.859Z||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-07T03:13:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:13:39.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:13:39.861Z||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-07T03:13:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:13:49.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:13:49.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:14:39.858Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:14:39.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:14:39.861Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:14:39.862Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:14:39.862Z||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-07T03:14:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:14:49.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:14:49.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:15:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:15:39.859Z||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-07T03:15:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:15:39.861Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:15:39.862Z||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-07T03:15:39.863Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:15:49.418Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:15:49.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:16:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:16:39.859Z||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-07T03:16:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:16:39.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:16:39.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:16:39.863Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:16:49.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:16:49.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:17:39.858Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:17:39.859Z||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-07T03:17:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:17:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:17:39.861Z||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-07T03:17:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:17:49.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:17:49.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:18:39.858Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:18:39.859Z||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-07T03:18:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:18:39.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:18:39.862Z||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-07T03:18:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:18:49.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:18:49.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:19:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:19:39.858Z||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-07T03:19:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:19:39.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:19:39.861Z||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-07T03:19:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:19:49.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:19:49.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:19:54.294Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-07T03:20:39.858Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:20:39.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:20:39.861Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:20:39.861Z||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-07T03:20:39.861Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:20:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:20:49.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:20:49.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:21:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:21:39.859Z||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-07T03:21:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:21:39.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:21:39.861Z||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-07T03:21:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:21:49.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:21:49.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:22:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:22:39.858Z||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-07T03:22:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:22:39.860Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:22:39.861Z||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-07T03:22:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:22:49.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:22:49.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:23:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:23:39.858Z||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-07T03:23:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:23:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:23:39.861Z||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-07T03:23:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:23:49.416Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:23:49.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:24:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:24:39.858Z||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-07T03:24:39.858Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:24:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:24:39.861Z||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-07T03:24:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:24:49.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:24:49.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:25:39.858Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:25:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:25:39.861Z||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-07T03:25:39.861Z||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-07T03:25:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:25:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:25:49.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:25:49.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:26:39.857Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:26:39.858Z||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-07T03:26:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:26:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:26:39.861Z||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-07T03:26:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:26:49.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:26:49.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:27:39.857Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:27:39.859Z||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-07T03:27:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:27:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:27:39.861Z||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-07T03:27:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:27:49.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:27:49.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:28:39.857Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:28:39.858Z||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-07T03:28:39.858Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:28:39.860Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:28:39.861Z||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-07T03:28:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:28:49.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:28:49.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:29:39.858Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:29:39.859Z||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-07T03:29:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:29:39.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:29:39.861Z||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-07T03:29:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:29:49.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:29:49.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:30:39.857Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:30:39.858Z||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-07T03:30:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:30:39.860Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:30:39.861Z||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-07T03:30:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:30:49.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:30:49.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:31:39.858Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:31:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:31:39.862Z||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-07T03:31:39.862Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:31:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:31:39.862Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:31:49.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:31:49.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:32:39.858Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:32:39.859Z||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-07T03:32:39.859Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:32:39.863Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:32:39.864Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:32:39.864Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:32:49.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:32:49.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:33:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:33:39.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:33:39.858Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:33:39.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:33:39.861Z||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-07T03:33:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:33:49.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:33:49.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:34:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:34:39.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:34:39.859Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:34:39.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:34:39.861Z||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-07T03:34:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:34:49.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:34:49.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:35:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:35:39.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:35:39.859Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:35:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:35:39.861Z||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-07T03:35:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:35:49.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:35:49.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:36:39.858Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:36:39.859Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:36:39.859Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:36:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:36:39.861Z||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-07T03:36:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:36:49.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:36:49.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:37:39.858Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:37:39.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:37:39.861Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:37:39.861Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:37:39.861Z||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-07T03:37:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:37:49.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:37:49.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:38:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:38:39.859Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:38:39.859Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:38:39.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:38:39.861Z||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-07T03:38:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:38:49.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:38:49.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:39:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:39:39.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:39:39.858Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:39:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:39:39.861Z||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-07T03:39:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:39:49.412Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:39:49.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:40:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:40:39.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:40:39.858Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:40:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:40:39.861Z||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-07T03:40:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:40:49.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:40:49.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:41:39.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:41:39.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:41:39.866Z||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-07T03:41:39.867Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:41:39.866Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:41:39.867Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:41:49.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:41:49.450Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:42:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:42:39.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:42:39.859Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:42:39.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:42:39.861Z||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-07T03:42:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:42:49.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:42:49.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:43:39.858Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:43:39.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:43:39.861Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:43:39.861Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:43:39.861Z||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-07T03:43:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:43:49.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:43:49.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:44:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:44:39.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:44:39.859Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:44:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:44:39.861Z||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-07T03:44:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:44:49.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:44:49.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:45:39.857Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:45:39.858Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:45:39.858Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:45:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:45:39.861Z||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-07T03:45:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:45:49.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:45:49.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:46:39.858Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:46:39.859Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:46:39.859Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:46:39.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:46:39.861Z||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-07T03:46:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:46:49.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:46:49.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:47:39.857Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:47:39.858Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:47:39.858Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:47:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:47:39.861Z||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-07T03:47:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:47:49.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:47:49.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:48:39.857Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:48:39.859Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:48:39.859Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:48:39.860Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:48:39.861Z||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-07T03:48:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:48:49.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:48:49.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:39.858Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:49:39.860Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:49:39.860Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:39.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:49:39.861Z||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-07T03:49:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:40.498Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:40.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6c718c5-73bb-4a9b-8a36-485be126e0db","serviceName":"basic_onboard_cvGoSO","serviceVersion":"1.0","serviceUUID":"5f320015-9970-4523-a398-f75ff19173a3","serviceDescription":"service","serviceInvariantUUID":"fadee73f-a0a3-4a94-920e-c0201522295d","resources":[{"resourceInstanceName":"basic_onboard_cvGoSO 0","resourceName":"basic_onboard_cvGoSO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e248ce24-18dd-4515-8a94-cd5a92f47d9e","resourceInvariantUUID":"97572b07-1418-4d4e-b3a8-3d6ddb02addb","resourceCustomizationUUID":"9b10014e-614e-416c-b33c-5df1e2d1a466","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml","artifactChecksum":"OTU2N2Y5ZTZhZDMxMzQxZmQxYTVhOWY4ZTViYWVjMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d12446f-c585-497a-a086-2b9c3ad30863","artifactVersion":"1"},{"artifactName":"basic_onboard_cvgoso0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json","artifactChecksum":"MDhmYjhkYzYxN2QyNWY0NDE2MzhlZTA1NWM2ZjIwMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d58421bb-6a80-46d4-b178-2fba3e7f49b4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"22bc2ab4-4201-4d80-8c1a-dd74edefb093","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"871f4d91-7eb5-4676-bb0d-a88d58ccc3ce","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab","artifactVersion":"2","generatedFromUUID":"22bc2ab4-4201-4d80-8c1a-dd74edefb093"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCvgoso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml","artifactChecksum":"NGJlNGI1NDI1NGI0OTJlMjUzNjBlOWVmZjQ5MDFlZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6aef2671-1da0-4135-b768-79d96ae92959","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCvgoso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar","artifactChecksum":"NmEyZTY0YjNiNTkyOTM2ZWFkZWQ1YjYyMWIxZmZmN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb1afae-365c-4b56-8c39-a1e40e540ed7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T03:49:40.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:40.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "cds",
"timestamp": 1665114524950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.519Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:49:40.526Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:40.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114533092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114525381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "clamp",
"timestamp": 1665114527096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.539Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:40.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114533413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.540Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "cds",
"timestamp": 1665114524950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114533092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114525381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T03:49:40.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "clamp",
"timestamp": 1665114527096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T03:49:40.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114533413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114533092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "cds",
"timestamp": 1665114524950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "clamp",
"timestamp": 1665114527096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114525381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-07T03:49:40.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114533413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114533092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "cds",
"timestamp": 1665114524950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114525381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "clamp",
"timestamp": 1665114527096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114533413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114533092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "cds",
"timestamp": 1665114524950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114525381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-07T03:49:40.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "clamp",
"timestamp": 1665114527096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114533413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114533092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "cds",
"timestamp": 1665114524950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "clamp",
"timestamp": 1665114527096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114525381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114533413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "policy-id",
"timestamp": 1665114539129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114533092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:49:40.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "cds",
"timestamp": 1665114524950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:49:40.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "clamp",
"timestamp": 1665114527096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:49:40.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114525381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:49:40.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114533413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "policy-id",
"timestamp": 1665114539129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114540528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:40.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114541986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:40.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "cds",
"timestamp": 1665114541674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:40.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "policy-id",
"timestamp": 1665114539129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-07T03:49:40.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "cds",
"timestamp": 1665114542702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-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-07T03:49:40.641Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-07T03:49:40.645Z||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-07T03:49:40.645Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:40.659Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:40.660Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 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-07T03:49:40.744Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db
2022-10-07T03:49:40.761Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db 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-07T03:49:40.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114541593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:40.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "policy-id",
"timestamp": 1665114539129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114542642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:40.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "policy-id",
"timestamp": 1665114539129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "policy-id",
"timestamp": 1665114539129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114543749,
"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-07T03:49:40.856Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db
2022-10-07T03:49:40.856Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db 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-07T03:49:40.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "policy-id",
"timestamp": 1665114539129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:49:40.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114544755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T03:49:40.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "aai-ml",
"timestamp": 1665114545308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114546216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:49:40.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "policy-id",
"timestamp": 1665114546918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:40.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114547222,
"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-07T03:49:40.872Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db
2022-10-07T03:49:40.872Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db 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-07T03:49:40.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "aai-ml",
"timestamp": 1665114545308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "policy-id",
"timestamp": 1665114547931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:49:40.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "aai-ml",
"timestamp": 1665114545308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "policy-id",
"timestamp": 1665114548936,
"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-07T03:49:40.886Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db
2022-10-07T03:49:40.887Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db 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-07T03:49:40.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "aai-ml",
"timestamp": 1665114545308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "aai-ml",
"timestamp": 1665114545308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "aai-ml",
"timestamp": 1665114545308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:40.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "aai-ml",
"timestamp": 1665114545308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:49:40.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:49:40.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "aai-ml",
"timestamp": 1665114553166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:40.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "clamp",
"timestamp": 1665114553141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:40.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "clamp",
"timestamp": 1665114555146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:49:40.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "clamp",
"timestamp": 1665114556150,
"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-07T03:49:40.903Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db
2022-10-07T03:49:40.903Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db 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-07T03:49:40.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "aai-ml",
"timestamp": 1665114567778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:49:40.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:49:40.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:49:40.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "aai-ml",
"timestamp": 1665114568784,
"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-07T03:49:40.916Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db
2022-10-07T03:49:40.916Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db 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-07T03:49:41.546Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:49:41.546Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:41.548Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:41.548Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T03:49:41.648Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:49:41.649Z||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-07T03:49:41.649Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:41.664Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:41.665Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:42.549Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:49:42.550Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:42.552Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:42.552Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-07T03:49:42.652Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:49:42.654Z||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-07T03:49:42.654Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:42.675Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:42.676Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:43.553Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:49:43.553Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:43.555Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:43.555Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:43.656Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:49:43.657Z||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-07T03:49:43.657Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:43.685Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:43.686Z||pool-6-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:44.556Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:49:44.557Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:44.558Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:44.559Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-07T03:49:44.659Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:49:44.659Z||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-07T03:49:44.660Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:44.683Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:44.684Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:45.559Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:49:45.560Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:45.562Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:45.562Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:49:45.662Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:49:45.663Z||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-07T03:49:45.663Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:45.680Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:45.681Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:46.563Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:49:46.563Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:46.565Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:46.565Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:49:46.665Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:49:46.666Z||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-07T03:49:46.666Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:46.683Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:46.683Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:47.567Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"serviceName": "basic_onboard_cvGoSO",
"serviceVersion": "1.0",
"serviceUUID": "5f320015-9970-4523-a398-f75ff19173a3",
"serviceDescription": "service",
"serviceInvariantUUID": "fadee73f-a0a3-4a94-920e-c0201522295d",
"resources": [
{
"resourceInstanceName": "basic_onboard_cvGoSO 0",
"resourceCustomizationUUID": "9b10014e-614e-416c-b33c-5df1e2d1a466",
"resourceName": "basic_onboard_cvGoSO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e248ce24-18dd-4515-8a94-cd5a92f47d9e",
"resourceInvariantUUID": "97572b07-1418-4d4e-b3a8-3d6ddb02addb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cvgoso0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"artifactChecksum": "MDhmYjhkYzYxN2QyNWY0NDE2MzhlZTA1NWM2ZjIwMmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d58421bb-6a80-46d4-b178-2fba3e7f49b4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "22bc2ab4-4201-4d80-8c1a-dd74edefb093",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab",
"generatedFromUUID": "22bc2ab4-4201-4d80-8c1a-dd74edefb093"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCvgoso-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"artifactChecksum": "NmEyZTY0YjNiNTkyOTM2ZWFkZWQ1YjYyMWIxZmZmN2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5cb1afae-365c-4b56-8c39-a1e40e540ed7"
}
],
"workloadContext": "Production"
}
2022-10-07T03:49:47.568Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T03:49:47.569Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5f320015-9970-4523-a398-f75ff19173a3 ASDC
2022-10-07T03:49:47.667Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c6c718c5-73bb-4a9b-8a36-485be126e0db
ServiceName:basic_onboard_cvGoSO
ServiceVersion:1.0
ServiceUUID:5f320015-9970-4523-a398-f75ff19173a3
ServiceInvariantUUID:fadee73f-a0a3-4a94-920e-c0201522295d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCvgoso-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar
ArtifactUUID:5cb1afae-365c-4b56-8c39-a1e40e540ed7
ArtifactChecksum:NmEyZTY0YjNiNTkyOTM2ZWFkZWQ1YjYyMWIxZmZmN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cvGoSO 0
ResourceCustomizationUUID:9b10014e-614e-416c-b33c-5df1e2d1a466
ResourceInvariantUUID:97572b07-1418-4d4e-b3a8-3d6ddb02addb
ResourceName:basic_onboard_cvGoSO
ResourceType:VF
ResourceUUID:e248ce24-18dd-4515-8a94-cd5a92f47d9e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cvgoso0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json
ArtifactUUID:d58421bb-6a80-46d4-b178-2fba3e7f49b4
ArtifactChecksum:MDhmYjhkYzYxN2QyNWY0NDE2MzhlZTA1NWM2ZjIwMmM=
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/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml
ArtifactUUID:22bc2ab4-4201-4d80-8c1a-dd74edefb093
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/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env
ArtifactUUID:bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab
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/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env
ArtifactUUID:bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-07T03:49:47.669Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f320015-9970-4523-a398-f75ff19173a3 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-07T03:49:47.720Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T03:49:47.721Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:49:47.723Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:49:47.723Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5cb1afae-365c-4b56-8c39-a1e40e540ed7 from URL: /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:47.723Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:49:47.725Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:47.849Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:49:47.869Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar 5cb1afae-365c-4b56-8c39-a1e40e540ed7 71567
2022-10-07T03:49:47.872Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar ASDC sendASDCNotification
2022-10-07T03:49:47.872Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:47.873Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:49:47.875Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:47.877Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:47.878Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114587870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:47.978Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:49:47.979Z||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-07T03:49:47.979Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:48.010Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:48.010Z||pool-10-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:48.879Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T03:49:48.880Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:49:48.881Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5cb1afae-365c-4b56-8c39-a1e40e540ed7, URL: /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar to file: /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:48.881Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:48.957Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:48.957Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:49.513Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6235919509682047939/Definitions/service-BasicOnboardCvgoso-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-07T03:49:51.567Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T03:49:51.571Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-07T03:49:51.572Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:51.572Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-07T03:49:51.572Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||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-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:51.572Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:51.572Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cvGoSO 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-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:51.574Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-07T03:49:51.579Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.581Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:51.584Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria
2022-10-07T03:49:51.585Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-07T03:49:51.586Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T03:49:51.588Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.588Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:51.589Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria
2022-10-07T03:49:51.589Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-07T03:49:51.589Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T03:49:51.589Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.589Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:51.592Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.593Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is not matching search criteria
2022-10-07T03:49:51.593Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-07T03:49:51.593Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-07T03:49:51.593Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-07T03:49:51.594Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-07T03:49:51.594Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-07T03:49:51.594Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.594Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T03:49:51.595Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.596Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria
2022-10-07T03:49:51.596Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:49:51.596Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.597Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria
2022-10-07T03:49:51.597Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:49:51.597Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.597Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria
2022-10-07T03:49:51.598Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:49:51.598Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.598Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is not matching search criteria
2022-10-07T03:49:51.598Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-07T03:49:51.599Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-07T03:49:51.599Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=592349d1-36b3-4f65-a6f0-a6ccb74143e8
2022-10-07T03:49:51.599Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.599Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:51.599Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.600Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:51.600Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.600Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:51.600Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:51.601Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:51.601Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_cvGoSO
Description:service
Model UUID:5f320015-9970-4523-a398-f75ff19173a3
Model Version:NULL
Model InvariantUuid:fadee73f-a0a3-4a94-920e-c0201522295d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_cvGoSO
Model UUID:f2a94eee-2f34-470b-8072-466c6ac85125
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:97572b07-1418-4d4e-b3a8-3d6ddb02addb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9b10014e-614e-416c-b33c-5df1e2d1a466
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4bf0d440-96c9-4e50-8a59-b65d9d6c6b24
ModelName:BasicOnboardCvgoso..base_ubuntu18..module-0
ModelUuid:84233296-a3fb-4101-b755-381a4f798427
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:592349d1-36b3-4f65-a6f0-a6ccb74143e8
ModelInvariantUuid:8821a429-7bfe-44a4-9149-8c1cee2b90aa
ModelName:basic_onboard_cvGoSO-nodes.ubuntu18Cvfc
ModelUuid:b6b87d6b-a067-415a-b08b-2882f7ea9dff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:50c29536-46a9-4931-9810-3b519be67858
ModelInvariantUuid:57555321-7b5b-47a1-bd45-307e97baed6d
ModelName:BasicOnboardCvgoso.compute.nodes.heat.ubuntu18
ModelUuid:b845e6b8-1b05-46ad-adee-129ebed4fdff
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-07T03:49:51.612Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e248ce24-18dd-4515-8a94-cd5a92f47d9e
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-07T03:49:51.695Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||basic_onboard_cvGoSO 0
2022-10-07T03:49:51.701Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e248ce24-18dd-4515-8a94-cd5a92f47d9e
2022-10-07T03:49:51.701Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d58421bb-6a80-46d4-b178-2fba3e7f49b4 from URL: /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json
2022-10-07T03:49:51.701Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:49:51.702Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json
2022-10-07T03:49:51.758Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:49:51.758Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json d58421bb-6a80-46d4-b178-2fba3e7f49b4 798
2022-10-07T03:49:51.758Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json ASDC sendASDCNotification
2022-10-07T03:49:51.758Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json
2022-10-07T03:49:51.759Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:49:51.759Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:51.762Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:51.762Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114591758,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:51.862Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:49:51.863Z||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-07T03:49:51.863Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:51.880Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:51.880Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:49:52.764Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCvgoso..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4bf0d440-96c9-4e50-8a59-b65d9d6c6b24",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "84233296-a3fb-4101-b755-381a4f798427",
"vfModuleModelCustomizationUUID": "a32f3b22-5d9d-4fb7-bde3-94fc7fb316bc",
"isBase": true,
"artifacts": [
"22bc2ab4-4201-4d80-8c1a-dd74edefb093",
"bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab"
],
"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-07T03:49:52.778Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCvgoso..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84233296-a3fb-4101-b755-381a4f798427
VfModuleModelInvariantUUID:4bf0d440-96c9-4e50-8a59-b65d9d6c6b24
VfModuleModelDescription:NULL
Artifacts UUID List:{
22bc2ab4-4201-4d80-8c1a-dd74edefb093
,
bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab
}
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-07T03:49:52.781Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCvgoso..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4bf0d440-96c9-4e50-8a59-b65d9d6c6b24",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "84233296-a3fb-4101-b755-381a4f798427",
"vfModuleModelCustomizationUUID": "a32f3b22-5d9d-4fb7-bde3-94fc7fb316bc",
"isBase": true,
"artifacts": [
"22bc2ab4-4201-4d80-8c1a-dd74edefb093",
"bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab"
],
"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-07T03:49:52.781Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCvgoso..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84233296-a3fb-4101-b755-381a4f798427
VfModuleModelInvariantUUID:4bf0d440-96c9-4e50-8a59-b65d9d6c6b24
VfModuleModelDescription:NULL
Artifacts UUID List:{
22bc2ab4-4201-4d80-8c1a-dd74edefb093
,
bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab
}
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-07T03:49:52.781Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 22bc2ab4-4201-4d80-8c1a-dd74edefb093 from URL: /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml
2022-10-07T03:49:52.781Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:49:52.782Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml
2022-10-07T03:49:52.871Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:49:52.872Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml 22bc2ab4-4201-4d80-8c1a-dd74edefb093 5033
2022-10-07T03:49:52.873Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-07T03:49:52.873Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml
2022-10-07T03:49:52.873Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:49:52.873Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:52.875Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:52.875Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114592872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:52.977Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-07T03:49:52.978Z||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-07T03:49:52.978Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:52.993Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:52.993Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:53.876Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab from URL: /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env
2022-10-07T03:49:53.877Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:49:53.877Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env
2022-10-07T03:49:53.962Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:49:53.963Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab 909
2022-10-07T03:49:53.963Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-07T03:49:53.964Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env
2022-10-07T03:49:53.964Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:49:53.964Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:53.966Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:53.967Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114593963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:49:54.067Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:49:54.068Z||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-07T03:49:54.068Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:54.096Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:54.096Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:54.967Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5f320015-9970-4523-a398-f75ff19173a3
2022-10-07T03:49:54.968Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cvGoSO 0 e248ce24-18dd-4515-8a94-cd5a92f47d9e 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-07T03:49:54.996Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@452e4699, org.onap.sdc.toscaparser.api.parameters.Input@5ff0b52b, org.onap.sdc.toscaparser.api.parameters.Input@3f183f65, org.onap.sdc.toscaparser.api.parameters.Input@58aa6958, org.onap.sdc.toscaparser.api.parameters.Input@6f07f65a]
2022-10-07T03:49:55.000Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.000Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:55.000Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-10-07T03:49:55.001Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9b10014e-614e-416c-b33c-5df1e2d1a466
2022-10-07T03:49:55.001Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b10014e-614e-416c-b33c-5df1e2d1a466 matches Tosca VF Customization UUID: 9b10014e-614e-416c-b33c-5df1e2d1a466
2022-10-07T03:49:55.001Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9b10014e-614e-416c-b33c-5df1e2d1a466 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-07T03:49:55.008Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.008Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:55.010Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9b10014e-614e-416c-b33c-5df1e2d1a466: {\"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-07T03:49:55.010Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8819485
2022-10-07T03:49:55.010Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.010Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T03:49:55.011Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a32f3b22-5d9d-4fb7-bde3-94fc7fb316bc
2022-10-07T03:49:55.012Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a32f3b22-5d9d-4fb7-bde3-94fc7fb316bc
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-07T03:49:55.018Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.019Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria
2022-10-07T03:49:55.019Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:49:55.020Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.020Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria
2022-10-07T03:49:55.020Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:49:55.021Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.021Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is not matching search criteria
2022-10-07T03:49:55.021Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-07T03:49:55.021Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-07T03:49:55.022Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=592349d1-36b3-4f65-a6f0-a6ccb74143e8
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-07T03:49:55.029Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.029Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria
2022-10-07T03:49:55.030Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:49:55.030Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.030Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria
2022-10-07T03:49:55.031Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=9b10014e-614e-416c-b33c-5df1e2d1a466
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-07T03:49:55.033Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.033Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:55.034Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5f320015-9970-4523-a398-f75ff19173a3: basic_onboard_cvGoSO
2022-10-07T03:49:55.034Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.035Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:55.035Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.035Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:55.036Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.036Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:55.036Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.037Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:55.037Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:49:55.037Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:49:55.038Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_cvGoSO
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-07T03:49:55.203Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cvGoSO e248ce24-18dd-4515-8a94-cd5a92f47d9e 1 ASDC deployResourceStructure
2022-10-07T03:49:55.204Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json ASDC sendASDCNotification
2022-10-07T03:49:55.204Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json
2022-10-07T03:49:55.204Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T03:49:55.205Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:55.206Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:55.207Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114595204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T03:49:55.307Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:49:55.308Z||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-07T03:49:55.308Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:55.340Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:55.340Z||pool-14-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:56.208Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-07T03:49:56.208Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml
2022-10-07T03:49:56.208Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T03:49:56.209Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:56.211Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:56.211Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114596208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-07T03:49:56.316Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-10-07T03:49:56.317Z||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-07T03:49:56.317Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:56.349Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:56.350Z||pool-15-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:57.213Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-07T03:49:57.214Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env
2022-10-07T03:49:57.216Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T03:49:57.216Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:57.218Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:57.218Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114597213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-07T03:49:57.318Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T03:49:57.319Z||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-07T03:49:57.319Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:57.336Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:57.336Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:49:58.219Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar ASDC sendASDCNotification
2022-10-07T03:49:58.220Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar
2022-10-07T03:49:58.220Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T03:49:58.220Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:49:58.222Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:49:58.223Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114598219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:49:58.323Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:49:58.324Z||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-07T03:49:58.324Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:49:58.341Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:49:58.341Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:49:59.224Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6c718c5-73bb-4a9b-8a36-485be126e0db
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-07T03:49:59.243Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6c718c5-73bb-4a9b-8a36-485be126e0db
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-07T03:49:59.247Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T03:49:59.247Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T03:49:59.247Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T03:49:59.247Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T03:49:59.247Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-07T03:49:59.253Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T03:50:29.254Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6c718c5-73bb-4a9b-8a36-485be126e0db 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-07T03:50:29.263Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6c718c5-73bb-4a9b-8a36-485be126e0db and serviceModelVersionId: 5f320015-9970-4523-a398-f75ff19173a3
2022-10-07T03:50:29.264Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fadee73f-a0a3-4a94-920e-c0201522295d
2022-10-07T03:50:39.860Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:50:39.861Z||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-07T03:50:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:50:40.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:50:40.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:50:40.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:50:40.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:50:43.607Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0
2022-10-07T03:50:43.705Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T03:50:44.146Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0|INFO|500||Invoke
2022-10-07T03:50:44.152Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c6c718c5-73bb-4a9b-8a36-485be126e0db], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[188f3cc4-3f0f-4c56-8804-71c08320b5e5], X-ECOMP-RequestID=[c6c718c5-73bb-4a9b-8a36-485be126e0db], X-TransactionId=[], X-ONAP-RequestID=[c6c718c5-73bb-4a9b-8a36-485be126e0db], Content-Type=[application/merge-patch+json]}
2022-10-07T03:50:44.285Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-07T03:50:44.476Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?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/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221007-03:50:45:749-74972], vertex-id=[176136], Content-Length=[0], Date=[Fri, 07 Oct 2022 03:50:45 GMT], Content-Type=[application/json]}
2022-10-07T03:50:44.477Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-07T03:50:44.478Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0|INFO|500||InvokeReturn
2022-10-07T03:50:44.481Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T03:50:44.481Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-07T03:50:44.488Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-07T03:50:44.489Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6c718c5-73bb-4a9b-8a36-485be126e0db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T03:50:44.490Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T03:50:44.490Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:50:44.492Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:50:44.492Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114644489,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T03:50:44.592Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:50:44.593Z||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-07T03:50:44.593Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:50:44.610Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:50:44.610Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-07T03:50:45.505Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:50:45.505Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:50:45.506Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:50:55.087Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:51:39.857Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:51:39.858Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:51:39.859Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:51:39.860Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:51:39.861Z||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-07T03:51:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:51:39.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:51:39.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T03:51:39.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:51:39.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-07T03:51:39.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:51:39.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:51:39.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:51:39.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-07T03:51:39.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:51:39.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:51:39.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:51:39.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:51:39.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T03:51:39.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114587870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:51:39.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:51:39.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114591758,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:51:39.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:51:39.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114592872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:51:39.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:51:39.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114593963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:51:39.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:51:39.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114595204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T03:51:39.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:51:39.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114596208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-07T03:51:39.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:51:39.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114597213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-07T03:51:39.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:51:39.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T03:51:39.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114598219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:51:39.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:51:49.422Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:52:39.857Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:52:39.858Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:52:39.858Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:52:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:52:39.861Z||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-07T03:52:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:52:39.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:52:39.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:52:39.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114644489,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T03:52:39.897Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:52:40.496Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:52:40.497Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T03:52:40.497Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"54964151-ccc5-42ca-8e10-fbc1c9207cec","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bb3db1df-1f44-4c51-b3cb-109b332a51d5","serviceDescription":"service","serviceInvariantUUID":"83942b73-6def-42c5-9a0f-3f0f70bc268f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"35eff4fe-0de2-49f0-8697-bb9547731226","resourceInvariantUUID":"464cdf1d-8808-4f62-9a05-5abab01a1e6c","resourceCustomizationUUID":"cc70c445-4f65-4a05-ae9c-3d7493d6936a","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":"Mjk1MzQ3ODBmYTI3YjNlZmM0MWFhNmMxNWU5YTc0NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a91151fe-fb3a-4502-a826-c4d0e3d706ec","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjdmZTY1MzMxYjhkMzQ0ZmYyODNkNDRmNjBiODZlMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"85e34f34-011a-4569-8784-c11cee3e07a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T03:52:40.500Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:52:40.500Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:52:40.503Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:52:40.503Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114759857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:52:40.603Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:52:40.604Z||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-07T03:52:40.604Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:52:40.625Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:52:40.626Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:52:41.503Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:52:41.504Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:52:41.506Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:52:41.507Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114759857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:52:41.607Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:52:41.608Z||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-07T03:52:41.608Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:52:41.624Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:52:41.625Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:52:42.508Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "bb3db1df-1f44-4c51-b3cb-109b332a51d5",
"serviceDescription": "service",
"serviceInvariantUUID": "83942b73-6def-42c5-9a0f-3f0f70bc268f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "cc70c445-4f65-4a05-ae9c-3d7493d6936a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "35eff4fe-0de2-49f0-8697-bb9547731226",
"resourceInvariantUUID": "464cdf1d-8808-4f62-9a05-5abab01a1e6c",
"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": "MjdmZTY1MzMxYjhkMzQ0ZmYyODNkNDRmNjBiODZlMzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "85e34f34-011a-4569-8784-c11cee3e07a6"
}
],
"workloadContext": "Production"
}
2022-10-07T03:52:42.509Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T03:52:42.509Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bb3db1df-1f44-4c51-b3cb-109b332a51d5 ASDC
2022-10-07T03:52:42.509Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:54964151-ccc5-42ca-8e10-fbc1c9207cec
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bb3db1df-1f44-4c51-b3cb-109b332a51d5
ServiceInvariantUUID:83942b73-6def-42c5-9a0f-3f0f70bc268f
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:85e34f34-011a-4569-8784-c11cee3e07a6
ArtifactChecksum:MjdmZTY1MzMxYjhkMzQ0ZmYyODNkNDRmNjBiODZlMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cc70c445-4f65-4a05-ae9c-3d7493d6936a
ResourceInvariantUUID:464cdf1d-8808-4f62-9a05-5abab01a1e6c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:35eff4fe-0de2-49f0-8697-bb9547731226
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-07T03:52:42.509Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb3db1df-1f44-4c51-b3cb-109b332a51d5 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-07T03:52:42.540Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T03:52:42.540Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:52:42.540Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:52:42.540Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 85e34f34-011a-4569-8784-c11cee3e07a6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-07T03:52:42.540Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:52:42.541Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-07T03:52:42.602Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:52:42.605Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 85e34f34-011a-4569-8784-c11cee3e07a6 52508
2022-10-07T03:52:42.606Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-07T03:52:42.606Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-07T03:52:42.606Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:52:42.606Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:52:42.608Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:52:42.608Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114762605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:52:42.708Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:52:42.709Z||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-07T03:52:42.709Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:52:42.732Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:52:42.732Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:52:43.608Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T03:52:43.609Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:52:43.609Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 85e34f34-011a-4569-8784-c11cee3e07a6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:43.610Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-07T03:52:43.610Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:43.610Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:43.728Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7714044614475043246/Definitions/service-BasicNetwork-template.yml
2022-10-07T03:52:44.249Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T03:52:44.249Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-07T03:52:44.249Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:44.251Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:44.251Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:44.251Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T03:52:44.251Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-07T03:52:44.251Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.252Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.252Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-07T03:52:44.252Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-07T03:52:44.252Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T03:52:44.253Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.253Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.253Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-07T03:52:44.254Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-07T03:52:44.254Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T03:52:44.254Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.254Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.255Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.255Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.256Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.256Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.256Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.256Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.257Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.257Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.258Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:bb3db1df-1f44-4c51-b3cb-109b332a51d5
Model Version:NULL
Model InvariantUuid:83942b73-6def-42c5-9a0f-3f0f70bc268f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:464cdf1d-8808-4f62-9a05-5abab01a1e6c
Model UUID:ecb28659-af14-49e9-b1b5-7622dbdbb049
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:cc70c445-4f65-4a05-ae9c-3d7493d6936a
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-07T03:52:44.266Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 35eff4fe-0de2-49f0-8697-bb9547731226
2022-10-07T03:52:44.267Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||No resources found for Service: bb3db1df-1f44-4c51-b3cb-109b332a51d5
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-07T03:52:44.271Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||
2022-10-07T03:52:44.272Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-07T03:52:44.272Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||No resources found for Service: bb3db1df-1f44-4c51-b3cb-109b332a51d5
2022-10-07T03:52:44.273Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bb3db1df-1f44-4c51-b3cb-109b332a51d5
2022-10-07T03:52:44.273Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-07T03:52:44.273Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-07T03:52:44.279Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77cbda6c, org.onap.sdc.toscaparser.api.parameters.Input@19f084b4, org.onap.sdc.toscaparser.api.parameters.Input@2f9962c0, org.onap.sdc.toscaparser.api.parameters.Input@3dc132af, org.onap.sdc.toscaparser.api.parameters.Input@14f087c1]
2022-10-07T03:52:44.280Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.281Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.281Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.282Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.282Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bb3db1df-1f44-4c51-b3cb-109b332a51d5: Generic NeutronNet
2022-10-07T03:52:44.282Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.283Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.283Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.284Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-07T03:52:44.317Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.317Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.317Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.318Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.318Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:52:44.318Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:52:44.318Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-07T03:52:44.377Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-07T03:52:44.378Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-07T03:52:44.378Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-07T03:52:44.378Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T03:52:44.378Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:52:44.380Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:52:44.380Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114764378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:52:44.480Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:52:44.481Z||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-07T03:52:44.482Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:52:44.498Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:52:44.499Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:52:45.381Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec
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-07T03:52:45.391Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec
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-07T03:52:45.393Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T03:52:45.393Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T03:52:45.393Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T03:53:15.394Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec
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-07T03:53:15.404Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec
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-07T03:53:15.407Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T03:53:15.407Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T03:53:15.407Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T03:53:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:53:39.861Z||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-07T03:53:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:53:39.908Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:53:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114725381,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:53:39.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "aai-ml",
"timestamp": 1665114725308,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:53:39.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114733413,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:53:39.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "cds",
"timestamp": 1665114734952,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:53:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114725381,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:53:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "aai-ml",
"timestamp": 1665114725308,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:53:39.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114733413,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:53:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "cds",
"timestamp": 1665114734952,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:53:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "aai-ml",
"timestamp": 1665114737608,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:53:39.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:53:39.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "cds",
"timestamp": 1665114737743,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:53:39.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:53:39.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "clamp",
"timestamp": 1665114737096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:53:39.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "cds",
"timestamp": 1665114738819,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-07T03:53:39.938Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54964151-ccc5-42ca-8e10-fbc1c9207cec
2022-10-07T03:53:39.938Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54964151-ccc5-42ca-8e10-fbc1c9207cec 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-07T03:53:39.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "clamp",
"timestamp": 1665114737096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:53:39.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "policy-id",
"timestamp": 1665114739129,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:53:39.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "policy-id",
"timestamp": 1665114739129,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:53:39.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "aai-ml",
"timestamp": 1665114741890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:53:39.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:53:39.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "policy-id",
"timestamp": 1665114741920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:53:39.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:53:39.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "aai-ml",
"timestamp": 1665114742895,
"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-07T03:53:39.956Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54964151-ccc5-42ca-8e10-fbc1c9207cec
2022-10-07T03:53:39.956Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54964151-ccc5-42ca-8e10-fbc1c9207cec 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-07T03:53:39.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "policy-id",
"timestamp": 1665114742931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:53:39.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:53:39.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114743092,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:53:39.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "policy-id",
"timestamp": 1665114743934,
"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-07T03:53:39.976Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54964151-ccc5-42ca-8e10-fbc1c9207cec
2022-10-07T03:53:39.976Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54964151-ccc5-42ca-8e10-fbc1c9207cec 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-07T03:53:39.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114743092,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:53:39.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:53:39.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114745828,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:53:39.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:53:39.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "clamp",
"timestamp": 1665114746160,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:53:39.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:53:39.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114747520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:53:39.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:53:39.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "clamp",
"timestamp": 1665114747174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:53:39.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:53:39.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:39.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114748523,
"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-07T03:53:39.993Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54964151-ccc5-42ca-8e10-fbc1c9207cec
2022-10-07T03:53:39.994Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54964151-ccc5-42ca-8e10-fbc1c9207cec 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-07T03:53:40.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:53:40.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "clamp",
"timestamp": 1665114748177,
"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-07T03:53:40.008Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54964151-ccc5-42ca-8e10-fbc1c9207cec
2022-10-07T03:53:40.008Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54964151-ccc5-42ca-8e10-fbc1c9207cec 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-07T03:53:45.407Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec
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-07T03:53:45.421Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec
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-07T03:53:45.424Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:53:45.426Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:53:45.426Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:53:45.426Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:53:45.426Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-07T03:53:45.431Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T03:54:15.431Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec 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-07T03:54:15.438Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec and serviceModelVersionId: bb3db1df-1f44-4c51-b3cb-109b332a51d5
2022-10-07T03:54:15.438Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83942b73-6def-42c5-9a0f-3f0f70bc268f
2022-10-07T03:54:15.439Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0
2022-10-07T03:54:15.459Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T03:54:15.509Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0|INFO|500||Invoke
2022-10-07T03:54:15.510Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54964151-ccc5-42ca-8e10-fbc1c9207cec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e023445-250c-4b81-a346-6aaab0724096], X-ECOMP-RequestID=[54964151-ccc5-42ca-8e10-fbc1c9207cec], X-TransactionId=[], X-ONAP-RequestID=[54964151-ccc5-42ca-8e10-fbc1c9207cec], Content-Type=[application/merge-patch+json]}
2022-10-07T03:54:15.536Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-07T03:54:15.622Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?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/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221007-03:54:16:993-34372], vertex-id=[167952], Content-Length=[0], Date=[Fri, 07 Oct 2022 03:54:16 GMT], Content-Type=[application/json]}
2022-10-07T03:54:15.623Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-07T03:54:15.623Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0|INFO|500||InvokeReturn
2022-10-07T03:54:15.624Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T03:54:15.624Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-07T03:54:15.630Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-07T03:54:15.630Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54964151-ccc5-42ca-8e10-fbc1c9207cec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T03:54:15.631Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T03:54:15.631Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:15.633Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:15.633Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114855631,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T03:54:15.733Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:15.735Z||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-07T03:54:15.735Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:15.767Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:15.768Z||pool-23-thread-1|||||INFO|500||cambria reply ok (34 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-07T03:54:16.650Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:54:16.651Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T03:54:16.651Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:17.281Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:17.283Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T03:54:17.283Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6e59ea5-a3ae-41fb-9403-ad75b847d21b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7882ce9a-ce4b-4e67-8445-90cd636c0cb2","serviceDescription":"service","serviceInvariantUUID":"505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebddb6a4-1109-4664-b155-1321fa74d61f","resourceInvariantUUID":"412cb16e-9632-463c-b73b-151fcfb03fb2","resourceCustomizationUUID":"b5783f70-3d7c-497f-9a90-a5560ad493f5","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":"YmExOGY3ZjFjNzFlNWFlNzdhMDEzZDk4ODBlNDQ0Y2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eec57538-a859-4d6f-91ab-1f2514c0c19c","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":"1880ca5f-c61f-4eba-ad25-77113786868a","artifactVersion":"2","generatedFromUUID":"8480cde1-b68e-4960-b3f1-645ba01376e9"},{"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":"8480cde1-b68e-4960-b3f1-645ba01376e9","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":"ZTZlMmUzNTZkYzhiNWM5MWUyZDY3YzI2ODRhZmY5NGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3175466-cbf4-4f8e-902e-c812c875cf15","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":"994a9f31-b61c-43ee-bc7a-7ce2e1f2f661","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":"d0bcf71d-38e1-4007-ab4d-60ef2e6960e1","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":"3839d97c-8176-4219-ae2f-69bec890fd97","artifactVersion":"2","generatedFromUUID":"994a9f31-b61c-43ee-bc7a-7ce2e1f2f661"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDY5YjQyMmM4M2MxN2EwYjU2ZTIxYjM5MjFiYjZkMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02d07051-564a-4c3d-8e49-0e24bc5b923c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTYyY2NlNDNiZGExYjkxMzVjNzA4ZjdjMTMxODQ3ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T03:54:17.286Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:54:17.287Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:17.289Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:17.289Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:17.389Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:17.390Z||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-07T03:54:17.390Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:17.405Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:17.405Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:18.290Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:54:18.291Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:18.293Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:18.293Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-07T03:54:18.393Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:18.394Z||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-07T03:54:18.394Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:18.407Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:18.408Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:19.294Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:54:19.295Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:19.296Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:19.297Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-07T03:54:19.398Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-07T03:54:19.399Z||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-07T03:54:19.399Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:19.415Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:19.416Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:54:20.298Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:54:20.299Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:20.301Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:20.302Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T03:54:20.401Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T03:54:20.402Z||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-07T03:54:20.402Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:20.419Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:20.419Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:21.302Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:54:21.303Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:21.305Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:21.305Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-07T03:54:21.405Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:21.406Z||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-07T03:54:21.406Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:21.430Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:21.430Z||pool-28-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:22.306Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:54:22.306Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:22.309Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:22.309Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:22.409Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:22.410Z||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-07T03:54:22.410Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:22.429Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:22.430Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:23.309Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:54:23.311Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:23.313Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:23.313Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-07T03:54:23.413Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:23.414Z||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-07T03:54:23.414Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:23.435Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:23.436Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:24.313Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:54:24.314Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:24.316Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:24.316Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:24.416Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:24.417Z||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-07T03:54:24.417Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:24.437Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:24.437Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:54:25.317Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:54:25.318Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:25.319Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:25.320Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:54:25.420Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:25.422Z||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-07T03:54:25.422Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:25.444Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:25.444Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:26.321Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "7882ce9a-ce4b-4e67-8445-90cd636c0cb2",
"serviceDescription": "service",
"serviceInvariantUUID": "505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "b5783f70-3d7c-497f-9a90-a5560ad493f5",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ebddb6a4-1109-4664-b155-1321fa74d61f",
"resourceInvariantUUID": "412cb16e-9632-463c-b73b-151fcfb03fb2",
"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": "1880ca5f-c61f-4eba-ad25-77113786868a",
"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": "8480cde1-b68e-4960-b3f1-645ba01376e9",
"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": "ZTZlMmUzNTZkYzhiNWM5MWUyZDY3YzI2ODRhZmY5NGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e3175466-cbf4-4f8e-902e-c812c875cf15",
"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": "994a9f31-b61c-43ee-bc7a-7ce2e1f2f661",
"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": "3839d97c-8176-4219-ae2f-69bec890fd97",
"generatedFromUUID": "994a9f31-b61c-43ee-bc7a-7ce2e1f2f661"
},
"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": "3839d97c-8176-4219-ae2f-69bec890fd97",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "OTYyY2NlNDNiZGExYjkxMzVjNzA4ZjdjMTMxODQ3ZWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44"
}
],
"workloadContext": "Production"
}
2022-10-07T03:54:26.322Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T03:54:26.322Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7882ce9a-ce4b-4e67-8445-90cd636c0cb2 ASDC
2022-10-07T03:54:26.323Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c6e59ea5-a3ae-41fb-9403-ad75b847d21b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:7882ce9a-ce4b-4e67-8445-90cd636c0cb2
ServiceInvariantUUID:505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf
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:4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44
ArtifactChecksum:OTYyY2NlNDNiZGExYjkxMzVjNzA4ZjdjMTMxODQ3ZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b5783f70-3d7c-497f-9a90-a5560ad493f5
ResourceInvariantUUID:412cb16e-9632-463c-b73b-151fcfb03fb2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ebddb6a4-1109-4664-b155-1321fa74d61f
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:1880ca5f-c61f-4eba-ad25-77113786868a
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:8480cde1-b68e-4960-b3f1-645ba01376e9
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:e3175466-cbf4-4f8e-902e-c812c875cf15
ArtifactChecksum:ZTZlMmUzNTZkYzhiNWM5MWUyZDY3YzI2ODRhZmY5NGQ=
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:994a9f31-b61c-43ee-bc7a-7ce2e1f2f661
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:3839d97c-8176-4219-ae2f-69bec890fd97
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:3839d97c-8176-4219-ae2f-69bec890fd97
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-07T03:54:26.323Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7882ce9a-ce4b-4e67-8445-90cd636c0cb2 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-07T03:54:26.354Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T03:54:26.355Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:54:26.355Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:54:26.355Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-07T03:54:26.355Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:54:26.356Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-07T03:54:26.417Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:54:26.420Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44 68954
2022-10-07T03:54:26.420Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-07T03:54:26.420Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-07T03:54:26.421Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:54:26.421Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:26.423Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:26.424Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114866420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:26.523Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T03:54:26.524Z||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-07T03:54:26.524Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:26.545Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:26.545Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:27.424Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T03:54:27.425Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:54:27.425Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T03:54:27.426Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-07T03:54:27.426Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T03:54:27.427Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T03:54:27.535Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7027825793651435630/Definitions/service-BasicCnf-template.yml
2022-10-07T03:54:28.688Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T03:54:28.688Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-07T03:54:28.688Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T03:54:28.689Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-07T03:54:28.689Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T03:54:28.689Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T03:54:28.689Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T03:54:28.690Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T03:54:28.690Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-07T03:54:28.690Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.690Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:28.691Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T03:54:28.691Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-07T03:54:28.691Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T03:54:28.692Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.692Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:28.692Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T03:54:28.692Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-07T03:54:28.693Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T03:54:28.693Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.693Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:28.694Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.694Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-07T03:54:28.694Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-07T03:54:28.694Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-07T03:54:28.694Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-07T03:54:28.695Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.695Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T03:54:28.695Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.696Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T03:54:28.696Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:54:28.696Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.697Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T03:54:28.697Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:54:28.697Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.697Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T03:54:28.698Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:54:28.698Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.698Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-07T03:54:28.699Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-07T03:54:28.699Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b8d925b2-d039-40fc-9609-8f838f5aef97
2022-10-07T03:54:28.699Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.699Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:28.700Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.700Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:28.700Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.700Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:28.701Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:28.701Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:28.701Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:7882ce9a-ce4b-4e67-8445-90cd636c0cb2
Model Version:NULL
Model InvariantUuid:505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:aa32a481-a91d-41f7-96df-cd4e1d286d72
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:412cb16e-9632-463c-b73b-151fcfb03fb2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b5783f70-3d7c-497f-9a90-a5560ad493f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d8f76da4-d0ea-4edd-aa2a-526b8ca401cf
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:cf144961-a9c1-4e5c-ba71-3469c05bc4cb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b8d925b2-d039-40fc-9609-8f838f5aef97
ModelInvariantUuid:4ab5300d-bf00-42d1-b63a-d6d4103a51ef
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a1c6aa95-bc82-4102-b878-66b0d394422b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:66c768bd-e957-40c8-81ca-8740019c146a
ModelInvariantUuid:273b5bb2-ecf8-47fc-9a1d-4e9bd320cf1d
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:8d148338-0709-4a73-98f4-ecd91eb7c7c7
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-07T03:54:28.709Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ebddb6a4-1109-4664-b155-1321fa74d61f
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-07T03:54:28.712Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-10-07T03:54:28.712Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebddb6a4-1109-4664-b155-1321fa74d61f
2022-10-07T03:54:28.712Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1880ca5f-c61f-4eba-ad25-77113786868a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-07T03:54:28.712Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:54:28.713Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-07T03:54:28.765Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:54:28.766Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1880ca5f-c61f-4eba-ad25-77113786868a 12
2022-10-07T03:54:28.766Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-07T03:54:28.766Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-07T03:54:28.766Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:54:28.767Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:28.769Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:28.769Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114868766,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:28.869Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:28.870Z||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-07T03:54:28.870Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:28.892Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:28.892Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:54:29.770Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8480cde1-b68e-4960-b3f1-645ba01376e9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-07T03:54:29.771Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:54:29.771Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-07T03:54:29.817Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:54:29.818Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8480cde1-b68e-4960-b3f1-645ba01376e9 2688
2022-10-07T03:54:29.818Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-07T03:54:29.819Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-07T03:54:29.819Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:54:29.819Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:29.821Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:29.821Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114869818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:29.921Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T03:54:29.922Z||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-07T03:54:29.922Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:29.943Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:29.943Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:30.823Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e3175466-cbf4-4f8e-902e-c812c875cf15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-07T03:54:30.824Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:54:30.824Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-07T03:54:30.869Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:54:30.870Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e3175466-cbf4-4f8e-902e-c812c875cf15 828
2022-10-07T03:54:30.870Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-07T03:54:30.870Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-07T03:54:30.870Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:54:30.870Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:30.872Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:30.872Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114870870,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:30.973Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T03:54:30.974Z||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-07T03:54:30.974Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:30.990Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:30.991Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:31.873Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "d8f76da4-d0ea-4edd-aa2a-526b8ca401cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cf144961-a9c1-4e5c-ba71-3469c05bc4cb",
"vfModuleModelCustomizationUUID": "b5a5299c-80b7-4f60-9467-5b3f397d4e1b",
"isBase": true,
"artifacts": [
"8480cde1-b68e-4960-b3f1-645ba01376e9",
"994a9f31-b61c-43ee-bc7a-7ce2e1f2f661",
"3839d97c-8176-4219-ae2f-69bec890fd97"
],
"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-07T03:54:31.879Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf144961-a9c1-4e5c-ba71-3469c05bc4cb
VfModuleModelInvariantUUID:d8f76da4-d0ea-4edd-aa2a-526b8ca401cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
8480cde1-b68e-4960-b3f1-645ba01376e9
,
994a9f31-b61c-43ee-bc7a-7ce2e1f2f661
,
3839d97c-8176-4219-ae2f-69bec890fd97
}
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-07T03:54:31.881Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "d8f76da4-d0ea-4edd-aa2a-526b8ca401cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cf144961-a9c1-4e5c-ba71-3469c05bc4cb",
"vfModuleModelCustomizationUUID": "b5a5299c-80b7-4f60-9467-5b3f397d4e1b",
"isBase": true,
"artifacts": [
"8480cde1-b68e-4960-b3f1-645ba01376e9",
"994a9f31-b61c-43ee-bc7a-7ce2e1f2f661",
"3839d97c-8176-4219-ae2f-69bec890fd97"
],
"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-07T03:54:31.881Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf144961-a9c1-4e5c-ba71-3469c05bc4cb
VfModuleModelInvariantUUID:d8f76da4-d0ea-4edd-aa2a-526b8ca401cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
8480cde1-b68e-4960-b3f1-645ba01376e9
,
994a9f31-b61c-43ee-bc7a-7ce2e1f2f661
,
3839d97c-8176-4219-ae2f-69bec890fd97
}
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-07T03:54:31.882Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 994a9f31-b61c-43ee-bc7a-7ce2e1f2f661 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-07T03:54:31.882Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:54:31.883Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-07T03:54:31.928Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:54:31.928Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 994a9f31-b61c-43ee-bc7a-7ce2e1f2f661 1164
2022-10-07T03:54:31.929Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-07T03:54:31.929Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-07T03:54:31.929Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:54:31.930Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:31.932Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:31.932Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114871929,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:32.032Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:32.033Z||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-07T03:54:32.036Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:32.051Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:32.052Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:54:32.933Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3839d97c-8176-4219-ae2f-69bec890fd97 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-07T03:54:32.934Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:54:32.935Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-07T03:54:32.979Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:54:32.979Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3839d97c-8176-4219-ae2f-69bec890fd97 200
2022-10-07T03:54:32.980Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-07T03:54:32.980Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-07T03:54:32.980Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:54:32.981Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:32.984Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:32.984Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114872980,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:33.084Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T03:54:33.086Z||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-07T03:54:33.086Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:33.102Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:33.103Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:33.985Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7882ce9a-ce4b-4e67-8445-90cd636c0cb2
2022-10-07T03:54:33.986Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ebddb6a4-1109-4664-b155-1321fa74d61f 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 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=?
2022-10-07T03:54:34.006Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-07T03:54:34.011Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@123773d4, org.onap.sdc.toscaparser.api.parameters.Input@59070462, org.onap.sdc.toscaparser.api.parameters.Input@501a924e, org.onap.sdc.toscaparser.api.parameters.Input@4d55a9af, org.onap.sdc.toscaparser.api.parameters.Input@64d5da02]
2022-10-07T03:54:34.013Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.013Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:34.014Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-10-07T03:54:34.014Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b5783f70-3d7c-497f-9a90-a5560ad493f5
2022-10-07T03:54:34.014Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5783f70-3d7c-497f-9a90-a5560ad493f5 matches Tosca VF Customization UUID: b5783f70-3d7c-497f-9a90-a5560ad493f5
2022-10-07T03:54:34.014Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b5783f70-3d7c-497f-9a90-a5560ad493f5 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-07T03:54:34.017Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.017Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:34.018Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b5783f70-3d7c-497f-9a90-a5560ad493f5: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-10-07T03:54:34.018Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@616445ad
2022-10-07T03:54:34.018Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.019Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T03:54:34.019Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5a5299c-80b7-4f60-9467-5b3f397d4e1b
2022-10-07T03:54:34.019Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5a5299c-80b7-4f60-9467-5b3f397d4e1b
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-07T03:54:34.021Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.022Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T03:54:34.022Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:54:34.022Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.022Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T03:54:34.023Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:54:34.023Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.023Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-07T03:54:34.023Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-07T03:54:34.024Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b8d925b2-d039-40fc-9609-8f838f5aef97
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-07T03:54:34.026Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.026Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T03:54:34.026Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:54:34.027Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.027Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T03:54:34.027Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b5783f70-3d7c-497f-9a90-a5560ad493f5
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-07T03:54:34.029Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.029Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:34.030Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 7882ce9a-ce4b-4e67-8445-90cd636c0cb2: basic_cnf
2022-10-07T03:54:34.030Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.030Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:34.030Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.031Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:34.031Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.031Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:34.031Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.032Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:34.032Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:54:34.032Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:54:34.032Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-07T03:54:34.102Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ebddb6a4-1109-4664-b155-1321fa74d61f 1 ASDC deployResourceStructure
2022-10-07T03:54:34.103Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-07T03:54:34.103Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-10-07T03:54:34.103Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-07T03:54:34.104Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:34.106Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:34.106Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114874102,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-07T03:54:34.206Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:34.207Z||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-07T03:54:34.207Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:34.227Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:34.227Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1}
2022-10-07T03:54:35.107Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-07T03:54:35.107Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-07T03:54:35.107Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-07T03:54:35.108Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:35.109Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:35.110Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114875106,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-07T03:54:35.210Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:35.211Z||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-07T03:54:35.211Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:35.234Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:35.235Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:54:36.110Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-07T03:54:36.111Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-07T03:54:36.111Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T03:54:36.111Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:36.113Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:36.113Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114876110,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T03:54:36.213Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:36.214Z||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-07T03:54:36.214Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:36.233Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:36.233Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:37.115Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-07T03:54:37.116Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-07T03:54:37.116Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T03:54:37.116Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:37.119Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:37.119Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114877115,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-10-07T03:54:37.221Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-07T03:54:37.222Z||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-07T03:54:37.222Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:37.239Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:37.239Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:54:38.120Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-07T03:54:38.121Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-07T03:54:38.121Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T03:54:38.121Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:38.123Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:38.123Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114878120,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-10-07T03:54:38.224Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T03:54:38.224Z||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-07T03:54:38.225Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:38.241Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:38.242Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:39.124Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-07T03:54:39.125Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-07T03:54:39.125Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T03:54:39.125Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:54:39.127Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:54:39.128Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114879124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:54:39.228Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:54:39.229Z||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-07T03:54:39.229Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:39.252Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:39.253Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:54:39.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:54:39.862Z||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-07T03:54:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:54:39.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:54:39.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114759857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114759857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114762605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:39.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114764378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:54:39.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114803092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114799129,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114797096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114803092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114799129,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114797096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114803092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114799129,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114797096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114803092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114797096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114799129,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114803092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114799129,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114797096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114803092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114799129,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114797096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114803092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114799129,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114797096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114803092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114799129,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114797096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114803092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114799129,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114797096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114814991,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114814747,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114815752,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:54:39.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114815118,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:39.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "policy-id",
"timestamp": 1665114816755,
"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-07T03:54:39.930Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b
2022-10-07T03:54:39.931Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-07T03:54:39.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114817243,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:54:39.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114816169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:39.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114818247,
"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-07T03:54:39.945Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b
2022-10-07T03:54:39.945Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-07T03:54:39.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114817280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:39.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:54:39.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114818329,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "cds",
"timestamp": 1665114819707,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "policy-id",
"timestamp": 1665114819129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114819384,
"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-07T03:54:39.961Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b
2022-10-07T03:54:39.961Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-07T03:54:39.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "cds",
"timestamp": 1665114820715,
"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-07T03:54:39.972Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b
2022-10-07T03:54:39.972Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-07T03:54:39.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T03:54:39.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "policy-id",
"timestamp": 1665114819129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:54:39.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-07T03:54:40.128Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:54:40.139Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:54:40.142Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T03:54:40.142Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T03:54:40.142Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T03:55:10.142Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:55:10.158Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:55:10.162Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T03:55:10.162Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T03:55:10.162Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T03:55:39.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:55:39.862Z||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-07T03:55:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:55:39.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:55:39.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:55:39.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:55:39.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:55:40.162Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:55:40.173Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:55:40.176Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T03:55:40.176Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T03:55:40.177Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T03:56:10.177Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:56:10.189Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:56:10.193Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T03:56:10.193Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T03:56:10.193Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T03:56:39.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:56:39.861Z||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-07T03:56:39.861Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:56:40.194Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:56:40.204Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:56:40.207Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T03:56:40.207Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T03:56:40.207Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T03:56:40.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:56:40.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114820388,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "policy-id",
"timestamp": 1665114819129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "policy-id",
"timestamp": 1665114819129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "policy-id",
"timestamp": 1665114819129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114823171,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "policy-id",
"timestamp": 1665114819129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114825084,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "policy-id",
"timestamp": 1665114819129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114825178,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "clamp",
"timestamp": 1665114826181,
"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-07T03:56:40.423Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b
2022-10-07T03:56:40.424Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-07T03:56:40.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "policy-id",
"timestamp": 1665114826869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "cds",
"timestamp": 1665114809950,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "policy-id",
"timestamp": 1665114827874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "clamp",
"timestamp": 1665114827187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114805381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "cds",
"timestamp": 1665114828836,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "policy-id",
"timestamp": 1665114828877,
"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-07T03:56:40.450Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2
2022-10-07T03:56:40.450Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 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-07T03:56:40.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "clamp",
"timestamp": 1665114827187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1665114813413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114828488,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "cds",
"timestamp": 1665114829843,
"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-07T03:56:40.464Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2
2022-10-07T03:56:40.465Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 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-07T03:56:40.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "clamp",
"timestamp": 1665114827187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114829538,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "clamp",
"timestamp": 1665114827187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114830584,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "clamp",
"timestamp": 1665114827187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114832816,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114831607,
"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-07T03:56:40.481Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2
2022-10-07T03:56:40.481Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 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-07T03:56:40.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114833092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "clamp",
"timestamp": 1665114827187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665114832611,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "aai-ml",
"timestamp": 1665114833820,
"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-07T03:56:40.494Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b
2022-10-07T03:56:40.494Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-07T03:56:40.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114833092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "clamp",
"timestamp": 1665114827187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114833092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114833092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114833092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114833092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114833092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114840835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.509Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "aai-ml",
"timestamp": 1665114815307,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "aai-ml",
"timestamp": 1665114841906,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114843190,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665114844194,
"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-07T03:56:40.515Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2
2022-10-07T03:56:40.516Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 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-07T03:56:40.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "clamp",
"timestamp": 1665114844174,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "clamp",
"timestamp": 1665114846180,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.525Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "clamp",
"timestamp": 1665114847185,
"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-07T03:56:40.529Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2
2022-10-07T03:56:40.530Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 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-07T03:56:40.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "aai-ml",
"timestamp": 1665114850020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "aai-ml",
"timestamp": 1665114851029,
"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-07T03:56:40.543Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2
2022-10-07T03:56:40.543Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 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-07T03:56:40.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114855631,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T03:56:40.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:56:40.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:56:40.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T03:56:40.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114866420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114868766,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114869818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114870870,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114871929,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114872980,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:56:40.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114874102,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-07T03:56:40.559Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114875106,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-07T03:56:40.559Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114876110,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114877115,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114878120,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:56:40.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T03:56:40.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114879124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T03:56:40.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T03:57:10.207Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:57:10.220Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b
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-07T03:57:10.229Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T03:57:10.229Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T03:57:10.230Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T03:57:10.230Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T03:57:10.230Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:57:10.230Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:57:10.231Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:57:10.231Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:57:10.231Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:57:10.231Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T03:57:10.231Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-07T03:57:10.237Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T03:57:39.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T03:57:39.862Z||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-07T03:57:39.862Z||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 aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:40.238Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-07T03:57:40.244Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b and serviceModelVersionId: 7882ce9a-ce4b-4e67-8445-90cd636c0cb2
2022-10-07T03:57:40.245Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf
2022-10-07T03:57:40.246Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?depth=0
2022-10-07T03:57:40.251Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T03:57:40.319Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?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-07T03:57:40.322Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?depth=0|INFO|500||Invoke
2022-10-07T03:57:40.349Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-07T03:57:40.435Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?depth=0|INFO|500||InvokeReturn
2022-10-07T03:57:40.436Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221007-03:57:41:808-38398], vertex-id=[188496], Content-Length=[0], Date=[Fri, 07 Oct 2022 03:57:41 GMT], Content-Type=[application/json]}
2022-10-07T03:57:40.437Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-10-07T03:57:40.437Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T03:57:40.437Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-07T03:57:40.443Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-07T03:57:40.443Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6e59ea5-a3ae-41fb-9403-ad75b847d21b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T03:57:40.444Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T03:57:40.444Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:40.446Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:40.446Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665115060444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T03:57:40.547Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:57:40.547Z||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-07T03:57:40.548Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:40.567Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:40.568Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:57:41.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:41.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-07T03:57:41.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665115060444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T03:57:41.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-07T03:57:41.459Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T03:57:41.459Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5eaefb4-2e90-4059-ae57-d181494b94f2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d8a66824-ea9c-42ea-95c1-acbc3df2d75e","serviceDescription":"service","serviceInvariantUUID":"d215fa31-e56e-426d-9b78-b9b9bf7e3d64","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4911e65-8d84-4422-aac9-8bd2db67eb5c","resourceInvariantUUID":"7c0eca9e-dae9-40f5-b7ea-b8b401b300db","resourceCustomizationUUID":"8d146c35-5c23-486d-869c-dce83601d242","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":"ZTg2MTk0YWEzMjg5MjQyNzE0MDI3NDE3NmI1OGQyZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2df7a81-85a4-43f2-8442-37b146cfe041","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":"ODMyNDEyMDNkMjRhNTIxMTBmY2ExNGE0MjcwNDBlNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58cccc7f-4493-40ea-b128-1e36c9373d31","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":"5eacc135-e65c-4bc6-8b20-32d387c59f5e","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":"fb3babbd-355c-407f-a207-157632068485","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":"e5b22557-0ffc-4438-a000-cd3ff5e0d97d","artifactVersion":"2","generatedFromUUID":"5eacc135-e65c-4bc6-8b20-32d387c59f5e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmU2NTczNDRkYzM3ZmVmYTBkOTBiZjg5YjM3NGY5ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68d159d0-c779-425a-bfaf-0410e8639ce5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjYyZTcyOWRmMDkyNjA4MDk2ZmIyNDk4Y2QzNTdkODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4f4f552-2d02-4ca8-afff-faa0c40763eb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T03:57:41.460Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:57:41.460Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:41.462Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:41.462Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:57:41.562Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:57:41.563Z||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-07T03:57:41.563Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:41.582Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:41.582Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:57:42.465Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:57:42.465Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:42.468Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:42.468Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T03:57:42.569Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T03:57:42.569Z||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-07T03:57:42.570Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:42.588Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:42.588Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:57:43.469Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:57:43.470Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:43.472Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:43.472Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-07T03:57:43.572Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:57:43.573Z||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-07T03:57:43.573Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:43.591Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:43.592Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:57:44.472Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:57:44.473Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:44.475Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:44.475Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:57:44.576Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:57:44.576Z||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-07T03:57:44.576Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:44.597Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:44.597Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:57:45.476Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:57:45.477Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:45.479Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:45.479Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-07T03:57:45.579Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:57:45.580Z||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-07T03:57:45.580Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:45.594Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:45.595Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:57:46.479Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:57:46.480Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:46.482Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:46.482Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T03:57:46.583Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:57:46.583Z||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-07T03:57:46.584Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:46.623Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:46.624Z||pool-51-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-10-07T03:57:47.483Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T03:57:47.484Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:47.487Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:47.487Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665114856650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T03:57:47.587Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:57:47.588Z||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-07T03:57:47.588Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:47.608Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:47.609Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:57:48.489Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "d8a66824-ea9c-42ea-95c1-acbc3df2d75e",
"serviceDescription": "service",
"serviceInvariantUUID": "d215fa31-e56e-426d-9b78-b9b9bf7e3d64",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "8d146c35-5c23-486d-869c-dce83601d242",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b4911e65-8d84-4422-aac9-8bd2db67eb5c",
"resourceInvariantUUID": "7c0eca9e-dae9-40f5-b7ea-b8b401b300db",
"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": "ODMyNDEyMDNkMjRhNTIxMTBmY2ExNGE0MjcwNDBlNGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "58cccc7f-4493-40ea-b128-1e36c9373d31",
"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": "5eacc135-e65c-4bc6-8b20-32d387c59f5e",
"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": "e5b22557-0ffc-4438-a000-cd3ff5e0d97d",
"generatedFromUUID": "5eacc135-e65c-4bc6-8b20-32d387c59f5e"
},
"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": "e5b22557-0ffc-4438-a000-cd3ff5e0d97d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YjYyZTcyOWRmMDkyNjA4MDk2ZmIyNDk4Y2QzNTdkODA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b4f4f552-2d02-4ca8-afff-faa0c40763eb"
}
],
"workloadContext": "Production"
}
2022-10-07T03:57:48.489Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T03:57:48.490Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d8a66824-ea9c-42ea-95c1-acbc3df2d75e ASDC
2022-10-07T03:57:48.490Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b5eaefb4-2e90-4059-ae57-d181494b94f2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d8a66824-ea9c-42ea-95c1-acbc3df2d75e
ServiceInvariantUUID:d215fa31-e56e-426d-9b78-b9b9bf7e3d64
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:b4f4f552-2d02-4ca8-afff-faa0c40763eb
ArtifactChecksum:YjYyZTcyOWRmMDkyNjA4MDk2ZmIyNDk4Y2QzNTdkODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8d146c35-5c23-486d-869c-dce83601d242
ResourceInvariantUUID:7c0eca9e-dae9-40f5-b7ea-b8b401b300db
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b4911e65-8d84-4422-aac9-8bd2db67eb5c
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:58cccc7f-4493-40ea-b128-1e36c9373d31
ArtifactChecksum:ODMyNDEyMDNkMjRhNTIxMTBmY2ExNGE0MjcwNDBlNGM=
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:5eacc135-e65c-4bc6-8b20-32d387c59f5e
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:e5b22557-0ffc-4438-a000-cd3ff5e0d97d
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:e5b22557-0ffc-4438-a000-cd3ff5e0d97d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-07T03:57:48.491Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8a66824-ea9c-42ea-95c1-acbc3df2d75e 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-07T03:57:48.536Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T03:57:48.537Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:57:48.537Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:57:48.538Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b4f4f552-2d02-4ca8-afff-faa0c40763eb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-07T03:57:48.538Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:57:48.538Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-07T03:57:48.644Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:57:48.648Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b4f4f552-2d02-4ca8-afff-faa0c40763eb 71068
2022-10-07T03:57:48.648Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-07T03:57:48.648Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-07T03:57:48.649Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:57:48.649Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:48.651Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:48.651Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665115068648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:57:48.751Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T03:57:48.752Z||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-07T03:57:48.753Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:48.774Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:48.774Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:57:49.652Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T03:57:49.653Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-07T03:57:49.654Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b4f4f552-2d02-4ca8-afff-faa0c40763eb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:49.654Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-07T03:57:49.657Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:49.658Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:49.906Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6657980122152891656/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-07T03:57:51.144Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T03:57:51.145Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-07T03:57:51.145Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:51.145Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-07T03:57:51.146Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:51.146Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:51.146Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:51.146Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:51.147Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:51.147Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:51.147Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:51.147Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:51.148Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T03:57:51.148Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-07T03:57:51.148Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.148Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:57:51.149Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T03:57:51.149Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-07T03:57:51.149Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T03:57:51.150Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.150Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:57:51.150Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T03:57:51.150Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-07T03:57:51.151Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T03:57:51.151Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.151Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:57:51.152Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.152Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-07T03:57:51.152Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-07T03:57:51.152Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-07T03:57:51.152Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-07T03:57:51.153Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-07T03:57:51.153Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-07T03:57:51.153Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.154Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T03:57:51.154Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.154Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T03:57:51.154Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:57:51.155Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.155Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T03:57:51.155Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:57:51.155Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.156Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T03:57:51.156Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T03:57:51.156Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.156Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-07T03:57:51.156Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-07T03:57:51.157Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-07T03:57:51.157Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3723385f-1719-45b6-b5a5-c7a877040f1b
2022-10-07T03:57:51.157Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.157Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:57:51.157Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.158Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:57:51.158Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.158Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:57:51.158Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:51.158Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:57:51.159Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d8a66824-ea9c-42ea-95c1-acbc3df2d75e
Model Version:NULL
Model InvariantUuid:d215fa31-e56e-426d-9b78-b9b9bf7e3d64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:6e61e084-11bc-4e9f-9c5f-cd6e556c9b51
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7c0eca9e-dae9-40f5-b7ea-b8b401b300db
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8d146c35-5c23-486d-869c-dce83601d242
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9bc6e8e5-e86a-48b9-bb65-f0da44103ea1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:20d36c3f-9973-47da-8fbc-239f40a3d869
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3723385f-1719-45b6-b5a5-c7a877040f1b
ModelInvariantUuid:a11b8ad7-4037-405c-b16f-948489906682
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:64fb3f4f-9730-47dc-9ec1-488db92fa14a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:e8794c5a-c913-46dd-94a5-debd88db1beb
ModelInvariantUuid:0b2b88c9-5cde-442d-8809-cc6db8fa0e1e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:a698d77d-6fae-43c5-8d85-193c71f3e483
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-07T03:57:51.164Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b4911e65-8d84-4422-aac9-8bd2db67eb5c
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-07T03:57:51.167Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-10-07T03:57:51.167Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b4911e65-8d84-4422-aac9-8bd2db67eb5c
2022-10-07T03:57:51.167Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 58cccc7f-4493-40ea-b128-1e36c9373d31 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-07T03:57:51.168Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:57:51.168Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-07T03:57:51.220Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:57:51.220Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 58cccc7f-4493-40ea-b128-1e36c9373d31 787
2022-10-07T03:57:51.220Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-07T03:57:51.221Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-07T03:57:51.221Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:57:51.221Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:51.223Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:51.223Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665115071220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:57:51.323Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T03:57:51.324Z||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-07T03:57:51.324Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:51.340Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:51.341Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:57:52.223Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "9bc6e8e5-e86a-48b9-bb65-f0da44103ea1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20d36c3f-9973-47da-8fbc-239f40a3d869",
"vfModuleModelCustomizationUUID": "5bba8255-7480-44f7-878b-e80220eb5b70",
"isBase": true,
"artifacts": [
"5eacc135-e65c-4bc6-8b20-32d387c59f5e",
"e5b22557-0ffc-4438-a000-cd3ff5e0d97d"
],
"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-07T03:57:52.227Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20d36c3f-9973-47da-8fbc-239f40a3d869
VfModuleModelInvariantUUID:9bc6e8e5-e86a-48b9-bb65-f0da44103ea1
VfModuleModelDescription:NULL
Artifacts UUID List:{
5eacc135-e65c-4bc6-8b20-32d387c59f5e
,
e5b22557-0ffc-4438-a000-cd3ff5e0d97d
}
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-07T03:57:52.229Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "9bc6e8e5-e86a-48b9-bb65-f0da44103ea1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20d36c3f-9973-47da-8fbc-239f40a3d869",
"vfModuleModelCustomizationUUID": "5bba8255-7480-44f7-878b-e80220eb5b70",
"isBase": true,
"artifacts": [
"5eacc135-e65c-4bc6-8b20-32d387c59f5e",
"e5b22557-0ffc-4438-a000-cd3ff5e0d97d"
],
"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-07T03:57:52.229Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20d36c3f-9973-47da-8fbc-239f40a3d869
VfModuleModelInvariantUUID:9bc6e8e5-e86a-48b9-bb65-f0da44103ea1
VfModuleModelDescription:NULL
Artifacts UUID List:{
5eacc135-e65c-4bc6-8b20-32d387c59f5e
,
e5b22557-0ffc-4438-a000-cd3ff5e0d97d
}
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-07T03:57:52.230Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5eacc135-e65c-4bc6-8b20-32d387c59f5e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-07T03:57:52.230Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:57:52.230Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-07T03:57:52.276Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:57:52.277Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5eacc135-e65c-4bc6-8b20-32d387c59f5e 5033
2022-10-07T03:57:52.277Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-07T03:57:52.277Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-07T03:57:52.277Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:57:52.277Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:52.279Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:52.279Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665115072277,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:57:52.379Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T03:57:52.380Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-07T03:57:52.380Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:52.396Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:52.396Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:57:53.280Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e5b22557-0ffc-4438-a000-cd3ff5e0d97d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-07T03:57:53.281Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-07T03:57:53.281Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-07T03:57:53.367Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-07T03:57:53.368Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e5b22557-0ffc-4438-a000-cd3ff5e0d97d 903
2022-10-07T03:57:53.368Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-07T03:57:53.368Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-07T03:57:53.368Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T03:57:53.369Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-07T03:57:53.370Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T03:57:53.370Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665115073368,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T03:57:53.472Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-07T03:57:53.472Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-07T03:57:53.473Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ...
2022-10-07T03:57:53.498Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T03:57:53.499Z||pool-56-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-10-07T03:57:54.371Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d8a66824-ea9c-42ea-95c1-acbc3df2d75e
2022-10-07T03:57:54.372Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b4911e65-8d84-4422-aac9-8bd2db67eb5c 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-07T03:57:54.387Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f38cf8a, org.onap.sdc.toscaparser.api.parameters.Input@4ddc32d3, org.onap.sdc.toscaparser.api.parameters.Input@45f08f2, org.onap.sdc.toscaparser.api.parameters.Input@20605208, org.onap.sdc.toscaparser.api.parameters.Input@595d9d11]
2022-10-07T03:57:54.388Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T03:57:54.388Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T03:57:54.389Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-10-07T03:57:54.389Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8d146c35-5c23-486d-869c-dce83601d242
2022-10-07T03:57:54.389Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d146c35-5c23-486d-869c-dce83601d242 matches Tosca VF Customization UUID: 8d146c35-5c23-486d-869c-dce83601d242
2022-10-07T03:57:54.389Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8d146c35-5c23-486d-869c-dce83601d242 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-07T03:57:54.391Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery