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-06T16:39:13.683Z||main|||||INFO|500||The following profiles are active: basic
2022-10-06T16:39:25.967Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-06T16:39:25.967Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-06T16:39:26.096Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-06T16:39:30.828Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-06T16:39:31.263Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-06T16:39:31.845Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-06T16:39:31.853Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-06T16:39:31.989Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-06T16:39:32.275Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-06T16:39:32.920Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-06T16:39:34.599Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-06T16:39:37.022Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-06T16:39:37.080Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-06T16:39:37.822Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-06T16:39:38.098Z||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-06T16:39:39.344Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-06T16:39:40.373Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-06T16:39:40.397Z||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$$b3d2088f.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-06T16:39:40.398Z||main|||||WARN|500||The sdc end point is not alive
2022-10-06T16:39:43.548Z||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-06T16:39:46.550Z||main|||||WARN|500||---
2022-10-06T16:39:46.551Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-06T16:39:46.551Z||main|||||WARN|500||---
2022-10-06T16:39:47.023Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-06T16:39:52.124Z||main|||||INFO|500||Started Application in 42.064 seconds (JVM running for 44.417)
2022-10-06T16:39:52.150Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-06T16:39:52.157Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-06T16:39:52.170Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-06T16:39:52.220Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-06T16:39:52.261Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ba93e82-2844-4818-9d64-7cb09e3ac9f8 url= /sdc/v1/artifactTypes
2022-10-06T16:39:52.261Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-06T16:39:52.605Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-06T16:39:52.633Z||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-06T16:39:52.663Z||scheduling-1|||||DEBUG|500||create keys
2022-10-06T16:39:52.671Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-06T16:39:52.753Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:39:52.774Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bc64b306-5c9e-479c-91af-ea899312e79e url= /sdc/v1/registerForDistribution
2022-10-06T16:39:53.093Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= bc64b306-5c9e-479c-91af-ea899312e79e url= /sdc/v1/registerForDistribution
2022-10-06T16:39:53.093Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-06T16:39:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:39:53.106Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:39:53.115Z||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-06T16:39:53.116Z||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-06T16:39:53.116Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:39:53.116Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:39:53.120Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-06T16:40:03.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:40:04.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:40:53.102Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:40:53.104Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:40:53.105Z||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-06T16:40:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:40:53.106Z||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-06T16:40:53.106Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:41:02.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:41:02.739Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:41:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:41:53.103Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:41:53.104Z||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-06T16:41:53.104Z||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-06T16:41:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:41:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:42:02.697Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:42:02.712Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:42:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:42:53.103Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-06T16:42:53.103Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ...
2022-10-06T16:42:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:42:53.107Z||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-06T16:42:53.107Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:43:02.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:43:02.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:43:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:43:53.102Z||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-06T16:43:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:43:53.104Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:43:53.105Z||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-06T16:43:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:44:02.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:44:02.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:44:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:44:53.103Z||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-06T16:44:53.103Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:44:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:44:53.104Z||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-06T16:44:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:45:02.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:45:02.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:45:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:45:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:45:53.104Z||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-06T16:45:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:45:53.104Z||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-06T16:45:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:46:02.701Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:46:02.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:46:53.101Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:46:53.103Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-06T16:46:53.104Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ...
2022-10-06T16:46:53.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:46:53.106Z||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-06T16:46:53.107Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:47:02.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:47:02.700Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:47:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:47:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:47:53.106Z||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-06T16:47:53.106Z||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-06T16:47:53.106Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:47:53.106Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:48:02.716Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:48:02.737Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:48:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:48:53.103Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-06T16:48:53.103Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ...
2022-10-06T16:48:53.103Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:48:53.104Z||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-06T16:48:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:49:02.708Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:49:02.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:49:13.988Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-06T16:49:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:49:53.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-06T16:49:53.103Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ...
2022-10-06T16:49:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:49:53.105Z||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-06T16:49:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:50:02.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:50:02.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:50:53.101Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:50:53.102Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-06T16:50:53.102Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ...
2022-10-06T16:50:53.104Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:50:53.105Z||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-06T16:50:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:51:02.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:51:02.704Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:51:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:51:53.102Z||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-06T16:51:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:51:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:51:53.104Z||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-06T16:51:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:52:02.665Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:52:02.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:52:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:52:53.103Z||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-06T16:52:53.103Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:52:53.103Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:52:53.104Z||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-06T16:52:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:53:02.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:53:02.702Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:53:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:53:53.103Z||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-06T16:53:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:53:53.103Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:53:53.104Z||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-06T16:53:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:54:02.698Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:54:02.703Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:54:53.102Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:54:53.103Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:54:53.104Z||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-06T16:54:53.104Z||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-06T16:54:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:54:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:55:02.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:55:02.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:55:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:55:53.103Z||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-06T16:55:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:55:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:55:53.104Z||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-06T16:55:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:56:02.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:56:02.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:56:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:56:53.102Z||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-06T16:56:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:56:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:56:53.104Z||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-06T16:56:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:57:02.697Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:57:02.704Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:57:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:57:53.103Z||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-06T16:57:53.103Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:57:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:57:53.104Z||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-06T16:57:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:58:02.672Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:58:02.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:58:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:58:53.102Z||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-06T16:58:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:58:53.103Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:58:53.104Z||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-06T16:58:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T16:59:02.672Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:59:02.695Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T16:59:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:59:53.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-06T16:59:53.102Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ...
2022-10-06T16:59:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T16:59:53.104Z||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-06T16:59:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:00:02.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:00:02.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:00:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:00:53.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-06T17:00:53.102Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:00:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:00:53.104Z||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-06T17:00:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:01:02.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:01:02.708Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:01:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:01:53.103Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-06T17:01:53.103Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:01:53.103Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:01:53.104Z||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-06T17:01:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:02:02.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:02:02.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:02:53.104Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:02:53.104Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:02:53.106Z||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-06T17:02:53.106Z||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-06T17:02:53.106Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:02:53.107Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:03:02.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:03:02.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:03:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:03:53.103Z||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-06T17:03:53.103Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:03:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:03:53.104Z||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-06T17:03:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:04:02.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:04:02.704Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:04:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:04:53.102Z||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-06T17:04:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:04:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:04:53.105Z||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-06T17:04:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:05:02.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:05:02.703Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:05:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:05:53.102Z||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-06T17:05:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:05:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:05:53.104Z||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-06T17:05:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:06:02.657Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:06:02.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:06:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:06:53.102Z||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-06T17:06:53.103Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:06:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:06:53.104Z||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-06T17:06:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:07:02.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:07:02.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:07:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:07:53.102Z||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-06T17:07:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:07:53.104Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:07:53.104Z||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-06T17:07:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:08:02.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:08:02.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:08:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:08:53.102Z||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-06T17:08:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:08:53.103Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:08:53.104Z||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-06T17:08:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:09:02.708Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:09:02.709Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:09:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:09:53.102Z||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-06T17:09:53.103Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:09:53.103Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:09:53.104Z||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-06T17:09:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:10:02.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:10:02.677Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:10:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:10:53.103Z||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-06T17:10:53.103Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:10:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:10:53.104Z||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-06T17:10:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:11:02.676Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:11:02.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:11:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:11:53.103Z||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-06T17:11:53.103Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:11:53.103Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:11:53.104Z||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-06T17:11:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:12:02.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:12:02.700Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:12:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:12:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:12:53.104Z||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-06T17:12:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:12:53.103Z||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-06T17:12:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:13:02.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:13:02.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:13:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:13:53.102Z||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-06T17:13:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:13:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:13:53.104Z||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-06T17:13:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:14:02.732Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:14:02.734Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:14:53.101Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:14:53.102Z||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-06T17:14:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:14:53.104Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:14:53.105Z||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-06T17:14:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:15:02.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:15:02.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:15:53.101Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:15:53.102Z||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-06T17:15:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:15:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:15:53.104Z||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-06T17:15:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:15:53.270Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:15:53.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:15:53.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "cds",
"timestamp": 1665076549309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:15:53.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:15:53.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:15:53.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "clamp",
"timestamp": 1665076548350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:15:53.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:15:53.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:15:53.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665076546195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:15:53.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:15:53.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:15:53.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:15:53.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0805b086-c478-4b4b-bdeb-f152764a2185","serviceName":"basic_onboard_doHBpj","serviceVersion":"1.0","serviceUUID":"f5f898f2-b68c-4431-84fd-21a669eff34b","serviceDescription":"service","serviceInvariantUUID":"742e5c36-3fb2-4b72-8853-465a30aef696","resources":[{"resourceInstanceName":"basic_onboard_doHBpj 0","resourceName":"basic_onboard_doHBpj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ef753fab-7e4e-48c1-b416-3ff7afaa575b","resourceInvariantUUID":"a58f6676-ebbb-4776-8d69-7bd498750b82","resourceCustomizationUUID":"c05bf027-e70b-4d9d-82a4-07091be67f66","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml","artifactChecksum":"ZTRhZjUyY2VlMzg5ZWIzMWJhMGVjYmNmNzY3ZDAzYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b31e261a-c945-4fa6-809c-b61b7d4c4181","artifactVersion":"1"},{"artifactName":"basic_onboard_dohbpj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json","artifactChecksum":"NmUxMWFiZmRlNGUxMjlkNTZjYTFmNGU4NDY0NTM4ZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ebb8e953-14d8-4759-ace8-5e6a25a9aa2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68ee6c4d-4661-440e-82ee-dbbed9c63c0a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cc04a6fc-503c-4f2d-873e-a29901d9ba3f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5354cd92-0ebc-45d5-9e1d-f898260e68d7","artifactVersion":"2","generatedFromUUID":"68ee6c4d-4661-440e-82ee-dbbed9c63c0a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDohbpj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml","artifactChecksum":"N2YxN2ZmZTg3OWU0MTQ0YmExN2RiZTg5ZDQ0OGIyZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"967708e6-a07a-4958-b544-32a71a593724","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDohbpj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar","artifactChecksum":"ZjNjYmU3NGZiZGQwYmY4Njg2Y2QzMDAxNTY2NDI5Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b5870d5-131d-4754-9c04-71df88691e1e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-06T17:15:53.787Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:15:53.794Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:15:53.805Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:15:53.805Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:15:53.905Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-06T17:15:53.910Z||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-06T17:15:53.911Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:15:53.926Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:15:53.927Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:15:54.814Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:15:54.815Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:15:54.817Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:15:54.817Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "NOTIFIED"
}
2022-10-06T17:15:54.917Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:15:54.918Z||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-06T17:15:54.918Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:15:54.932Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:15:54.933Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:15:55.818Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:15:55.819Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:15:55.822Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:15:55.822Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-06T17:15:55.922Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:15:55.923Z||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-06T17:15:55.924Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:15:55.936Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:15:55.936Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:15:56.823Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:15:56.824Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:15:56.827Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:15:56.827Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:15:56.927Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:15:56.929Z||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-06T17:15:56.929Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:15:56.947Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:15:56.948Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:15:57.828Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:15:57.829Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:15:57.835Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:15:57.835Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-06T17:15:57.931Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-06T17:15:57.932Z||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-06T17:15:57.932Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:15:57.947Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:15:57.947Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:15:58.836Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:15:58.841Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:15:58.844Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:15:58.844Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:15:58.944Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:15:58.945Z||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-06T17:15:58.945Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:15:58.963Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:15:58.964Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:15:59.844Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:15:59.847Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:15:59.850Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:15:59.850Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:15:59.950Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:15:59.952Z||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-06T17:15:59.952Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:15:59.973Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:15:59.973Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:16:00.853Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"serviceName": "basic_onboard_doHBpj",
"serviceVersion": "1.0",
"serviceUUID": "f5f898f2-b68c-4431-84fd-21a669eff34b",
"serviceDescription": "service",
"serviceInvariantUUID": "742e5c36-3fb2-4b72-8853-465a30aef696",
"resources": [
{
"resourceInstanceName": "basic_onboard_doHBpj 0",
"resourceCustomizationUUID": "c05bf027-e70b-4d9d-82a4-07091be67f66",
"resourceName": "basic_onboard_doHBpj",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ef753fab-7e4e-48c1-b416-3ff7afaa575b",
"resourceInvariantUUID": "a58f6676-ebbb-4776-8d69-7bd498750b82",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dohbpj0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"artifactChecksum": "NmUxMWFiZmRlNGUxMjlkNTZjYTFmNGU4NDY0NTM4ZDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ebb8e953-14d8-4759-ace8-5e6a25a9aa2d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "68ee6c4d-4661-440e-82ee-dbbed9c63c0a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5354cd92-0ebc-45d5-9e1d-f898260e68d7",
"generatedFromUUID": "68ee6c4d-4661-440e-82ee-dbbed9c63c0a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5354cd92-0ebc-45d5-9e1d-f898260e68d7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDohbpj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"artifactChecksum": "ZjNjYmU3NGZiZGQwYmY4Njg2Y2QzMDAxNTY2NDI5Yzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6b5870d5-131d-4754-9c04-71df88691e1e"
}
],
"workloadContext": "Production"
}
2022-10-06T17:16:00.856Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-06T17:16:00.856Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f5f898f2-b68c-4431-84fd-21a669eff34b ASDC
2022-10-06T17:16:00.975Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:0805b086-c478-4b4b-bdeb-f152764a2185
ServiceName:basic_onboard_doHBpj
ServiceVersion:1.0
ServiceUUID:f5f898f2-b68c-4431-84fd-21a669eff34b
ServiceInvariantUUID:742e5c36-3fb2-4b72-8853-465a30aef696
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDohbpj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar
ArtifactUUID:6b5870d5-131d-4754-9c04-71df88691e1e
ArtifactChecksum:ZjNjYmU3NGZiZGQwYmY4Njg2Y2QzMDAxNTY2NDI5Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_doHBpj 0
ResourceCustomizationUUID:c05bf027-e70b-4d9d-82a4-07091be67f66
ResourceInvariantUUID:a58f6676-ebbb-4776-8d69-7bd498750b82
ResourceName:basic_onboard_doHBpj
ResourceType:VF
ResourceUUID:ef753fab-7e4e-48c1-b416-3ff7afaa575b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dohbpj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json
ArtifactUUID:ebb8e953-14d8-4759-ace8-5e6a25a9aa2d
ArtifactChecksum:NmUxMWFiZmRlNGUxMjlkNTZjYTFmNGU4NDY0NTM4ZDI=
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/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:68ee6c4d-4661-440e-82ee-dbbed9c63c0a
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/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env
ArtifactUUID:5354cd92-0ebc-45d5-9e1d-f898260e68d7
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/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env
ArtifactUUID:5354cd92-0ebc-45d5-9e1d-f898260e68d7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-06T17:16:00.975Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5f898f2-b68c-4431-84fd-21a669eff34b 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-06T17:16:01.258Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-06T17:16:01.259Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-06T17:16:01.264Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-06T17:16:01.264Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6b5870d5-131d-4754-9c04-71df88691e1e from URL: /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:01.264Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-06T17:16:01.266Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:01.460Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-06T17:16:01.477Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar 6b5870d5-131d-4754-9c04-71df88691e1e 75302
2022-10-06T17:16:01.479Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar ASDC sendASDCNotification
2022-10-06T17:16:01.479Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:01.482Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:16:01.483Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:16:01.485Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:16:01.486Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076561478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:16:01.586Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:16:01.587Z||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-06T17:16:01.588Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:16:01.605Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:16:01.606Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:16:02.486Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-06T17:16:02.488Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-06T17:16:02.488Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6b5870d5-131d-4754-9c04-71df88691e1e, URL: /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar to file: /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:02.489Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:02.577Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:02.578Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:03.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13921346890155982252/Definitions/service-BasicOnboardDohbpj-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-06T17:16:05.339Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-06T17:16:05.344Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-06T17:16:05.344Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:05.345Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-06T17:16:05.345Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:05.345Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_doHBpj 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:05.345Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||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-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:05.345Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||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-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:05.346Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||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-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:05.346Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:05.346Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||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-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:05.346Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-06T17:16:05.352Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.354Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:05.358Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria
2022-10-06T17:16:05.359Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-06T17:16:05.360Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-06T17:16:05.362Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.362Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:05.363Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria
2022-10-06T17:16:05.363Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-06T17:16:05.363Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-06T17:16:05.363Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.364Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:05.367Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is not matching search criteria
2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-06T17:16:05.369Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.369Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-06T17:16:05.370Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.371Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria
2022-10-06T17:16:05.371Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:16:05.371Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.371Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria
2022-10-06T17:16:05.372Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:16:05.372Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.372Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria
2022-10-06T17:16:05.372Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:16:05.372Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.373Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is not matching search criteria
2022-10-06T17:16:05.373Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-06T17:16:05.373Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-06T17:16:05.373Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4cbc4147-1964-4970-8d6d-7551bb5cb011
2022-10-06T17:16:05.373Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.374Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:05.374Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.374Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:05.374Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.374Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:05.375Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:05.375Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:05.375Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_doHBpj
Description:service
Model UUID:f5f898f2-b68c-4431-84fd-21a669eff34b
Model Version:NULL
Model InvariantUuid:742e5c36-3fb2-4b72-8853-465a30aef696
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_doHBpj
Model UUID:2e6f6688-a3cd-4602-91c2-65eb341a5c2c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a58f6676-ebbb-4776-8d69-7bd498750b82
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c05bf027-e70b-4d9d-82a4-07091be67f66
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d8737939-14cf-4761-bb88-5a693c076e20
ModelName:BasicOnboardDohbpj..base_ubuntu18..module-0
ModelUuid:420ddbeb-f678-43d3-8b65-9147f0630b39
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4cbc4147-1964-4970-8d6d-7551bb5cb011
ModelInvariantUuid:7b7c5a1b-8b89-453f-af7c-cd1a6b0a4f29
ModelName:basic_onboard_doHBpj-nodes.ubuntu18Cvfc
ModelUuid:38d8803b-250c-43a0-84de-911cf5d1dcb6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4b5c73ab-916a-47b5-a8bf-68bdd4e92bba
ModelInvariantUuid:32f07ab4-0ab2-4985-a5d6-4ab87c43afe0
ModelName:BasicOnboardDohbpj.compute.nodes.heat.ubuntu18
ModelUuid:9196e1d8-2ec2-4445-8535-e9eb787f79a1
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-06T17:16:05.405Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ef753fab-7e4e-48c1-b416-3ff7afaa575b
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-06T17:16:05.507Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||basic_onboard_doHBpj 0
2022-10-06T17:16:05.514Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ef753fab-7e4e-48c1-b416-3ff7afaa575b
2022-10-06T17:16:05.514Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ebb8e953-14d8-4759-ace8-5e6a25a9aa2d from URL: /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json
2022-10-06T17:16:05.514Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-06T17:16:05.514Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json
2022-10-06T17:16:05.581Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-06T17:16:05.582Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json ebb8e953-14d8-4759-ace8-5e6a25a9aa2d 798
2022-10-06T17:16:05.582Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json ASDC sendASDCNotification
2022-10-06T17:16:05.582Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json
2022-10-06T17:16:05.582Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:16:05.583Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:16:05.585Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:16:05.585Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076565582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:16:05.686Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:16:05.687Z||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-06T17:16:05.687Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:16:05.701Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:16:05.702Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:16:06.587Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDohbpj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d8737939-14cf-4761-bb88-5a693c076e20",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "420ddbeb-f678-43d3-8b65-9147f0630b39",
"vfModuleModelCustomizationUUID": "676a1066-6126-4706-a30f-2c14c7d98794",
"isBase": true,
"artifacts": [
"68ee6c4d-4661-440e-82ee-dbbed9c63c0a",
"5354cd92-0ebc-45d5-9e1d-f898260e68d7"
],
"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-06T17:16:06.601Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDohbpj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:420ddbeb-f678-43d3-8b65-9147f0630b39
VfModuleModelInvariantUUID:d8737939-14cf-4761-bb88-5a693c076e20
VfModuleModelDescription:NULL
Artifacts UUID List:{
68ee6c4d-4661-440e-82ee-dbbed9c63c0a
,
5354cd92-0ebc-45d5-9e1d-f898260e68d7
}
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-06T17:16:06.605Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDohbpj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d8737939-14cf-4761-bb88-5a693c076e20",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "420ddbeb-f678-43d3-8b65-9147f0630b39",
"vfModuleModelCustomizationUUID": "676a1066-6126-4706-a30f-2c14c7d98794",
"isBase": true,
"artifacts": [
"68ee6c4d-4661-440e-82ee-dbbed9c63c0a",
"5354cd92-0ebc-45d5-9e1d-f898260e68d7"
],
"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-06T17:16:06.605Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDohbpj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:420ddbeb-f678-43d3-8b65-9147f0630b39
VfModuleModelInvariantUUID:d8737939-14cf-4761-bb88-5a693c076e20
VfModuleModelDescription:NULL
Artifacts UUID List:{
68ee6c4d-4661-440e-82ee-dbbed9c63c0a
,
5354cd92-0ebc-45d5-9e1d-f898260e68d7
}
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-06T17:16:06.605Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 68ee6c4d-4661-440e-82ee-dbbed9c63c0a from URL: /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml
2022-10-06T17:16:06.605Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-06T17:16:06.605Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml
2022-10-06T17:16:06.655Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-06T17:16:06.655Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml 68ee6c4d-4661-440e-82ee-dbbed9c63c0a 5033
2022-10-06T17:16:06.656Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-06T17:16:06.656Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml
2022-10-06T17:16:06.656Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:16:06.656Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:16:06.658Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:16:06.658Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076566656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:16:06.758Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:16:06.760Z||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-06T17:16:06.760Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:16:06.777Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:16:06.778Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:16:07.659Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5354cd92-0ebc-45d5-9e1d-f898260e68d7 from URL: /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env
2022-10-06T17:16:07.660Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-06T17:16:07.660Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env
2022-10-06T17:16:07.707Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-06T17:16:07.708Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env 5354cd92-0ebc-45d5-9e1d-f898260e68d7 909
2022-10-06T17:16:07.708Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-06T17:16:07.708Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env
2022-10-06T17:16:07.708Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:16:07.709Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:16:07.711Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:16:07.711Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076567708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:16:07.812Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:16:07.813Z||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-06T17:16:07.813Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:16:07.833Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:16:07.834Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:16:08.712Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f5f898f2-b68c-4431-84fd-21a669eff34b
2022-10-06T17:16:08.713Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_doHBpj 0 ef753fab-7e4e-48c1-b416-3ff7afaa575b 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-06T17:16:08.749Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e3138dd, org.onap.sdc.toscaparser.api.parameters.Input@6f750d29, org.onap.sdc.toscaparser.api.parameters.Input@5fe5c7cf, org.onap.sdc.toscaparser.api.parameters.Input@5d724ac1, org.onap.sdc.toscaparser.api.parameters.Input@6ab27662]
2022-10-06T17:16:08.753Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.753Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:08.753Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-10-06T17:16:08.754Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c05bf027-e70b-4d9d-82a4-07091be67f66
2022-10-06T17:16:08.754Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c05bf027-e70b-4d9d-82a4-07091be67f66 matches Tosca VF Customization UUID: c05bf027-e70b-4d9d-82a4-07091be67f66
2022-10-06T17:16:08.754Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c05bf027-e70b-4d9d-82a4-07091be67f66 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-06T17:16:08.765Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.766Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:08.767Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c05bf027-e70b-4d9d-82a4-07091be67f66: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-06T17:16:08.768Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fff358e
2022-10-06T17:16:08.768Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.768Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-06T17:16:08.769Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 676a1066-6126-4706-a30f-2c14c7d98794
2022-10-06T17:16:08.770Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 676a1066-6126-4706-a30f-2c14c7d98794
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-06T17:16:08.780Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.780Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria
2022-10-06T17:16:08.780Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:16:08.781Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.782Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria
2022-10-06T17:16:08.782Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:16:08.782Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.783Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is not matching search criteria
2022-10-06T17:16:08.783Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-06T17:16:08.783Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-06T17:16:08.783Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4cbc4147-1964-4970-8d6d-7551bb5cb011
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-06T17:16:08.794Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.794Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria
2022-10-06T17:16:08.794Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:16:08.794Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.795Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria
2022-10-06T17:16:08.795Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=c05bf027-e70b-4d9d-82a4-07091be67f66
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-06T17:16:08.797Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.797Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:08.798Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f5f898f2-b68c-4431-84fd-21a669eff34b: basic_onboard_doHBpj
2022-10-06T17:16:08.798Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.798Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:08.798Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.799Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:08.799Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.799Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:08.799Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.799Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:08.800Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:16:08.800Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:16:08.800Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_doHBpj
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-06T17:16:09.022Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_doHBpj ef753fab-7e4e-48c1-b416-3ff7afaa575b 1 ASDC deployResourceStructure
2022-10-06T17:16:09.023Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json ASDC sendASDCNotification
2022-10-06T17:16:09.023Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json
2022-10-06T17:16:09.023Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-06T17:16:09.024Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:16:09.025Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:16:09.025Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076569023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-06T17:16:09.126Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:16:09.127Z||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-06T17:16:09.127Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:16:09.148Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:16:09.149Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:16:10.027Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-06T17:16:10.027Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml
2022-10-06T17:16:10.027Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-06T17:16:10.027Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:16:10.029Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:16:10.030Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076570027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-06T17:16:10.130Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:16:10.131Z||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-06T17:16:10.131Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:16:10.154Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:16:10.155Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:16:11.031Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-06T17:16:11.031Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env
2022-10-06T17:16:11.031Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-06T17:16:11.032Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:16:11.034Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:16:11.034Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076571031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-06T17:16:11.134Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:16:11.136Z||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-06T17:16:11.136Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:16:11.154Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:16:11.154Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:16:12.035Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar ASDC sendASDCNotification
2022-10-06T17:16:12.035Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar
2022-10-06T17:16:12.035Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-06T17:16:12.036Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:16:12.038Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:16:12.038Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076572035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:16:12.138Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:16:12.140Z||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-06T17:16:12.140Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:16:12.152Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:16:12.153Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:16:13.039Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:16:13.073Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:16:13.075Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:16:13.075Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:16:13.075Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:16:43.076Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:16:43.087Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:16:43.090Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:16:43.090Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:16:43.090Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:16:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:16:53.104Z||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-06T17:16:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:16:53.139Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:16:53.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:16:53.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "cds",
"timestamp": 1665076549309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:16:53.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:17:13.090Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:17:13.100Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:17:13.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:17:13.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:17:13.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:17:43.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:17:43.112Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:17:43.114Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:17:43.114Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:17:43.114Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:17:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:17:53.105Z||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-06T17:17:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:17:53.143Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:17:53.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:17:53.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "clamp",
"timestamp": 1665076548350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "NOTIFIED"
}
2022-10-06T17:17:53.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:17:53.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:17:53.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665076546195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:17:53.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:13.115Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:18:13.127Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:18:13.129Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:18:13.129Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:18:13.129Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:18:43.129Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:18:43.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:18:43.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:18:43.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:18:43.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:18:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:18:53.104Z||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-06T17:18:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:18:53.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:18:53.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "cds",
"timestamp": 1665076549309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "clamp",
"timestamp": 1665076548350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665076546195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "cds",
"timestamp": 1665076549309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "clamp",
"timestamp": 1665076548350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665076546195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "cds",
"timestamp": 1665076549309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "clamp",
"timestamp": 1665076548350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665076546195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "cds",
"timestamp": 1665076549309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "clamp",
"timestamp": 1665076548350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665076546195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "ves-openapi-manager",
"timestamp": 1665076557237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "cds",
"timestamp": 1665076549309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "clamp",
"timestamp": 1665076548350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665076546195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "ves-openapi-manager",
"timestamp": 1665076557237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "ves-openapi-manager",
"timestamp": 1665076557237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665076560804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:18:53.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "cds",
"timestamp": 1665076560148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:18:53.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076553101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.656Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076559331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "ves-openapi-manager",
"timestamp": 1665076557237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "cds",
"timestamp": 1665076561172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-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-06T17:18:53.667Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0805b086-c478-4b4b-bdeb-f152764a2185
2022-10-06T17:18:53.668Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0805b086-c478-4b4b-bdeb-f152764a2185 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-06T17:18:53.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076559331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "ves-openapi-manager",
"timestamp": 1665076557237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076561478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:18:53.677Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076559331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "ves-openapi-manager",
"timestamp": 1665076557237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076559331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "ves-openapi-manager",
"timestamp": 1665076557237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076559331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076559331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076565582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:18:53.680Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076559331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665076567849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:18:53.681Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076566656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:18:53.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076567137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:18:53.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665076568857,
"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-06T17:18:53.687Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0805b086-c478-4b4b-bdeb-f152764a2185
2022-10-06T17:18:53.687Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0805b086-c478-4b4b-bdeb-f152764a2185 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-06T17:18:53.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076567708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:18:53.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "aai-ml",
"timestamp": 1665076568441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076568211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:18:53.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "aai-ml",
"timestamp": 1665076568441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076569023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-06T17:18:53.697Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076569340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:18:53.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "aai-ml",
"timestamp": 1665076568441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076570027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-06T17:18:53.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076570436,
"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-06T17:18:53.703Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0805b086-c478-4b4b-bdeb-f152764a2185
2022-10-06T17:18:53.704Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0805b086-c478-4b4b-bdeb-f152764a2185 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-06T17:18:53.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "aai-ml",
"timestamp": 1665076568441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076571031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-06T17:18:53.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665076571443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-06T17:18:53.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "aai-ml",
"timestamp": 1665076568441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076572035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:18:53.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "aai-ml",
"timestamp": 1665076568441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:18:53.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "clamp",
"timestamp": 1665076574270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:18:53.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "aai-ml",
"timestamp": 1665076568441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:18:53.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "clamp",
"timestamp": 1665076576304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:18:53.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "aai-ml",
"timestamp": 1665076576394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:18:53.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "clamp",
"timestamp": 1665076577311,
"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-06T17:18:53.719Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0805b086-c478-4b4b-bdeb-f152764a2185
2022-10-06T17:18:53.720Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0805b086-c478-4b4b-bdeb-f152764a2185 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-06T17:18:53.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "aai-ml",
"timestamp": 1665076589257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:18:53.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:18:53.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:18:53.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "aai-ml",
"timestamp": 1665076590263,
"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-06T17:18:53.731Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0805b086-c478-4b4b-bdeb-f152764a2185
2022-10-06T17:18:53.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0805b086-c478-4b4b-bdeb-f152764a2185 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-06T17:19:13.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:19:13.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185
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-06T17:19:13.163Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:19:13.163Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-06T17:19:13.164Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-06T17:19:13.164Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-06T17:19:13.164Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:19:13.165Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:19:13.165Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:19:13.165Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:19:13.165Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:19:13.166Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:19:13.166Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||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-06T17:19:13.173Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-06T17:19:43.174Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 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-06T17:19:43.188Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0805b086-c478-4b4b-bdeb-f152764a2185 and serviceModelVersionId: f5f898f2-b68c-4431-84fd-21a669eff34b
2022-10-06T17:19:43.188Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 742e5c36-3fb2-4b72-8853-465a30aef696
2022-10-06T17:19:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:19:53.105Z||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-06T17:19:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:19:58.568Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0
2022-10-06T17:19:58.674Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-10-06T17:19:59.204Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0|INFO|500||Invoke
2022-10-06T17:19:59.212Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0805b086-c478-4b4b-bdeb-f152764a2185], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10146717-7c1d-4b2a-8458-285a0caf772e], X-ECOMP-RequestID=[0805b086-c478-4b4b-bdeb-f152764a2185], X-TransactionId=[], X-ONAP-RequestID=[0805b086-c478-4b4b-bdeb-f152764a2185], Content-Type=[application/merge-patch+json]}
2022-10-06T17:19:59.334Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-06T17:19:59.566Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?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/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221006-17:20:00:660-70202], vertex-id=[176360], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:20:00 GMT], Content-Type=[application/json]}
2022-10-06T17:19:59.568Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-06T17:19:59.568Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0|INFO|500||InvokeReturn
2022-10-06T17:19:59.572Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-06T17:19:59.572Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||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-06T17:19:59.586Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||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-06T17:19:59.587Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0805b086-c478-4b4b-bdeb-f152764a2185 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-06T17:19:59.588Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-06T17:19:59.588Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:19:59.590Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:19:59.591Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076799587,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-06T17:19:59.691Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:19:59.692Z||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-06T17:19:59.692Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:19:59.707Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:19:59.707Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:20:00.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:20:00.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:20:00.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665076799587,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-06T17:20:00.394Z||pool-2-thread-9|||||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-06T17:20:00.606Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:20:00.608Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:20:00.608Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:20:10.974Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:20:10.976Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:20:10.977Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:20:10.977Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:20:20.528Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:20:20.530Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:20:20.532Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:20:20.532Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:20:30.086Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:20:30.091Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:20:30.091Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:20:30.092Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:20:39.668Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:20:53.101Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:20:53.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:20:53.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:20:53.103Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:20:53.104Z||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-06T17:20:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:21:02.673Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:21:02.699Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:21:53.101Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:21:53.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:21:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:21:53.103Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:21:53.106Z||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-06T17:21:53.106Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:22:02.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:22:02.687Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:22:53.101Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:22:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:22:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:22:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:22:53.104Z||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-06T17:22:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:23:02.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:23:02.699Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:23:53.101Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:23:53.102Z||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-06T17:23:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:23:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:23:53.104Z||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-06T17:23:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:24:02.698Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:24:02.709Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:24:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:24:53.102Z||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-06T17:24:53.103Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:24:53.103Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:24:53.105Z||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-06T17:24:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:25:02.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:25:02.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:25:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:25:53.102Z||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-06T17:25:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:25:53.103Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:25:53.104Z||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-06T17:25:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:26:02.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:26:02.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:26:53.101Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:26:53.102Z||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-06T17:26:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:26:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:26:53.105Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:26:53.105Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:27:02.665Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:27:02.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:27:53.101Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:27:53.102Z||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-06T17:27:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:27:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:27:53.104Z||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-06T17:27:53.104Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:28:02.675Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:28:02.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:28:53.101Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:28:53.102Z||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-06T17:28:53.102Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:28:53.104Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:28:53.104Z||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-06T17:28:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:29:02.713Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:29:02.715Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:29:53.102Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:29:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:29:53.105Z||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-06T17:29:53.105Z||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-06T17:29:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:29:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:29:53.747Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:29:53.747Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:29:53.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"78980df4-1f03-457e-98d6-d26f2c78de9f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"02dabe3b-75cc-415a-bf9f-46958b36d60a","serviceDescription":"service","serviceInvariantUUID":"e1306de8-1f9b-4d66-a8bb-d1560af960ac","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"76f438eb-b6f0-490c-b925-7081653e782b","resourceInvariantUUID":"5e2e979a-4ef7-4e4e-8050-5f642518a96a","resourceCustomizationUUID":"94601a8c-954c-419a-93cb-9db4566da469","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":"OWE2ZWU1OGVkNjhiOTU5Y2M5MDM4NjY5NzJkMDlkOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2cb10a88-8e27-452a-ab25-3007c0139bf3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2YyM2Q5MmExZWVlYWZjN2IwMjY0ZjAzOWEzNWU5YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2ac3eed-10c8-49df-8356-925031ac5635","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-06T17:29:53.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077379331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:29:53.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:29:53.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "clamp",
"timestamp": 1665077388350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:29:53.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:29:53.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077386195,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:29:53.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "clamp",
"timestamp": 1665077388350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:29:53.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077379331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:29:53.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077386195,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:29:53.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:29:53.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "cds",
"timestamp": 1665077389309,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:29:53.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:29:53.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077391290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:29:53.754Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:29:53.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:29:53.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "cds",
"timestamp": 1665077389309,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:29:53.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:29:53.755Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:29:53.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "cds",
"timestamp": 1665077392102,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:29:53.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:29:53.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077393264,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:29:53.756Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:29:53.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "cds",
"timestamp": 1665077393116,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-10-06T17:29:53.760Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:29:53.760Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077393102,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-06T17:29:53.779Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78980df4-1f03-457e-98d6-d26f2c78de9f
2022-10-06T17:29:53.779Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78980df4-1f03-457e-98d6-d26f2c78de9f 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-06T17:29:53.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077394271,
"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-06T17:29:53.794Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78980df4-1f03-457e-98d6-d26f2c78de9f
2022-10-06T17:29:53.794Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78980df4-1f03-457e-98d6-d26f2c78de9f 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-06T17:29:53.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:29:53.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "clamp",
"timestamp": 1665077394333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:29:53.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:29:53.863Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-06T17:29:53.864Z||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-06T17:29:53.864Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:29:53.876Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:29:53.876Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:29:54.761Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:29:54.761Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:29:54.765Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:29:54.765Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077393102,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:29:54.865Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:29:54.865Z||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-06T17:29:54.866Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:29:54.880Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:29:54.881Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:29:55.766Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "02dabe3b-75cc-415a-bf9f-46958b36d60a",
"serviceDescription": "service",
"serviceInvariantUUID": "e1306de8-1f9b-4d66-a8bb-d1560af960ac",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "94601a8c-954c-419a-93cb-9db4566da469",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "76f438eb-b6f0-490c-b925-7081653e782b",
"resourceInvariantUUID": "5e2e979a-4ef7-4e4e-8050-5f642518a96a",
"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": "M2YyM2Q5MmExZWVlYWZjN2IwMjY0ZjAzOWEzNWU5YmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2ac3eed-10c8-49df-8356-925031ac5635"
}
],
"workloadContext": "Production"
}
2022-10-06T17:29:55.767Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-06T17:29:55.767Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 02dabe3b-75cc-415a-bf9f-46958b36d60a ASDC
2022-10-06T17:29:55.767Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:78980df4-1f03-457e-98d6-d26f2c78de9f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:02dabe3b-75cc-415a-bf9f-46958b36d60a
ServiceInvariantUUID:e1306de8-1f9b-4d66-a8bb-d1560af960ac
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:c2ac3eed-10c8-49df-8356-925031ac5635
ArtifactChecksum:M2YyM2Q5MmExZWVlYWZjN2IwMjY0ZjAzOWEzNWU5YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:94601a8c-954c-419a-93cb-9db4566da469
ResourceInvariantUUID:5e2e979a-4ef7-4e4e-8050-5f642518a96a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:76f438eb-b6f0-490c-b925-7081653e782b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-06T17:29:55.767Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02dabe3b-75cc-415a-bf9f-46958b36d60a 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-06T17:29:55.799Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-06T17:29:55.800Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:29:55.800Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:29:55.801Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c2ac3eed-10c8-49df-8356-925031ac5635 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-06T17:29:55.801Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-06T17:29:55.801Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:55.872Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-06T17:29:55.876Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c2ac3eed-10c8-49df-8356-925031ac5635 57653
2022-10-06T17:29:55.876Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:55.876Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:55.877Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:29:55.877Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:29:55.880Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:29:55.880Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077395876,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:29:55.980Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:29:55.981Z||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-06T17:29:55.981Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:29:55.994Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:29:55.995Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:29:56.881Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-06T17:29:56.882Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:29:56.883Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c2ac3eed-10c8-49df-8356-925031ac5635, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-06T17:29:56.884Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-06T17:29:56.885Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-06T17:29:56.885Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-06T17:29:57.069Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13652370933338745136/Definitions/service-BasicNetwork-template.yml
2022-10-06T17:29:57.757Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-06T17:29:57.757Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-06T17:29:57.757Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-06T17:29:57.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-06T17:29:57.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-06T17:29:57.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.763Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:02dabe3b-75cc-415a-bf9f-46958b36d60a
Model Version:NULL
Model InvariantUuid:e1306de8-1f9b-4d66-a8bb-d1560af960ac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5e2e979a-4ef7-4e4e-8050-5f642518a96a
Model UUID:9d70f0e5-901b-4ebf-b397-1ff7cfe397e2
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:94601a8c-954c-419a-93cb-9db4566da469
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-06T17:29:57.770Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 76f438eb-b6f0-490c-b925-7081653e782b
2022-10-06T17:29:57.770Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||No resources found for Service: 02dabe3b-75cc-415a-bf9f-46958b36d60a
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-06T17:29:57.776Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||
2022-10-06T17:29:57.776Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-06T17:29:57.777Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 02dabe3b-75cc-415a-bf9f-46958b36d60a
2022-10-06T17:29:57.777Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 02dabe3b-75cc-415a-bf9f-46958b36d60a
2022-10-06T17:29:57.777Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-06T17:29:57.777Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.782Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2279ad09, org.onap.sdc.toscaparser.api.parameters.Input@372f2639, org.onap.sdc.toscaparser.api.parameters.Input@6f58fd05, org.onap.sdc.toscaparser.api.parameters.Input@fba80ce, org.onap.sdc.toscaparser.api.parameters.Input@60c475d5]
2022-10-06T17:29:57.784Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.784Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.784Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.784Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 02dabe3b-75cc-415a-bf9f-46958b36d60a: Generic NeutronNet
2022-10-06T17:29:57.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.818Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.818Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.819Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.819Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.819Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:29:57.819Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.819Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.879Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-06T17:29:57.879Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.880Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:29:57.880Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-06T17:29:57.880Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:29:57.882Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:29:57.882Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077397879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:29:57.982Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:29:57.983Z||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-06T17:29:57.984Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:29:57.997Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:29:57.998Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:29:58.883Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f
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-06T17:29:58.898Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f
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-06T17:29:58.901Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:29:58.901Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:29:58.902Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:30:28.902Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f
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-06T17:30:28.918Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f
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-06T17:30:28.920Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:30:28.921Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:30:28.921Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:30:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:30:53.105Z||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-06T17:30:53.105Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:30:53.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:30:53.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-06T17:30:53.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077393102,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:30:53.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-06T17:30:58.921Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f
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-06T17:30:58.937Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f
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-06T17:30:58.943Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:30:58.943Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:30:58.943Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:31:28.944Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f
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-06T17:31:28.956Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f
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-06T17:31:28.965Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:31:28.965Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:31:28.965Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:31:53.104Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:31:53.105Z||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-06T17:31:53.106Z||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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:31:53.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:31:53.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077393102,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:31:53.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "clamp",
"timestamp": 1665077396339,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:31:53.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:31:53.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077395876,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:31:53.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:31:53.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "clamp",
"timestamp": 1665077397343,
"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-06T17:31:53.169Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78980df4-1f03-457e-98d6-d26f2c78de9f
2022-10-06T17:31:53.170Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78980df4-1f03-457e-98d6-d26f2c78de9f 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-06T17:31:53.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077397237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077397879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:31:53.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:31:53.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077397237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "aai-ml",
"timestamp": 1665077408441,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "aai-ml",
"timestamp": 1665077408441,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:31:53.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "aai-ml",
"timestamp": 1665077411300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:31:53.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:31:53.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "aai-ml",
"timestamp": 1665077415759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:31:53.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:31:53.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "aai-ml",
"timestamp": 1665077416765,
"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-06T17:31:53.190Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78980df4-1f03-457e-98d6-d26f2c78de9f
2022-10-06T17:31:53.190Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78980df4-1f03-457e-98d6-d26f2c78de9f 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-06T17:31:53.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "cds",
"timestamp": 1665077434311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "cds",
"timestamp": 1665077434311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "cds",
"timestamp": 1665077434311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077437237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "cds",
"timestamp": 1665077434311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "aai-ml",
"timestamp": 1665077438441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077437237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "cds",
"timestamp": 1665077434311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "aai-ml",
"timestamp": 1665077438441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077437237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "cds",
"timestamp": 1665077434311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "aai-ml",
"timestamp": 1665077438441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077439331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077437237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "cds",
"timestamp": 1665077434311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "aai-ml",
"timestamp": 1665077438441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077439331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077437237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "cds",
"timestamp": 1665077434311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:31:53.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "aai-ml",
"timestamp": 1665077438441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077439331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077437237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-06T17:31:53.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "cds",
"timestamp": 1665077443114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:31:53.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:31:53.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "aai-ml",
"timestamp": 1665077438441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077439331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077437237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "cds",
"timestamp": 1665077444122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-06T17:31:53.240Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
2022-10-06T17:31:53.240Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 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-06T17:31:53.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "aai-ml",
"timestamp": 1665077438441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077439331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077437237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "aai-ml",
"timestamp": 1665077438441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:31:53.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077439331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077446029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:31:53.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:31:53.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077446196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "aai-ml",
"timestamp": 1665077447228,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:31:53.258Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:31:53.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077439331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077446196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077447267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-06T17:31:53.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:31:53.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077439331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:31:53.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077446196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077448280,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-06T17:31:53.270Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
2022-10-06T17:31:53.270Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 and ComponentName
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-06T17:31:53.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "clamp",
"timestamp": 1665077448350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077446196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "clamp",
"timestamp": 1665077448350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077446196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "clamp",
"timestamp": 1665077448350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077446196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "clamp",
"timestamp": 1665077448350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "aai-ml",
"timestamp": 1665077452196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:31:53.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:31:53.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077446196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "clamp",
"timestamp": 1665077448350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "aai-ml",
"timestamp": 1665077453200,
"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-06T17:31:53.292Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
2022-10-06T17:31:53.293Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 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-06T17:31:53.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077446196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:31:53.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:53.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-06T17:31:53.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "clamp",
"timestamp": 1665077448350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:31:53.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-06T17:31:58.966Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f
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-06T17:31:58.978Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f
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-06T17:31:58.981Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:31:58.981Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-06T17:31:58.981Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-06T17:31:58.981Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-06T17:31:58.981Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:31:58.982Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:31:58.982Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:31:58.982Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:31:58.982Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:31:58.982Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:31:58.989Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-06T17:32:28.989Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f 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-06T17:32:28.995Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78980df4-1f03-457e-98d6-d26f2c78de9f and serviceModelVersionId: 02dabe3b-75cc-415a-bf9f-46958b36d60a
2022-10-06T17:32:28.995Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1306de8-1f9b-4d66-a8bb-d1560af960ac
2022-10-06T17:32:28.997Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0
2022-10-06T17:32:29.003Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-06T17:32:29.070Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0|INFO|500||Invoke
2022-10-06T17:32:29.071Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78980df4-1f03-457e-98d6-d26f2c78de9f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6302cc9c-6a54-4c19-91f7-61bdc58878c3], X-ECOMP-RequestID=[78980df4-1f03-457e-98d6-d26f2c78de9f], X-TransactionId=[], X-ONAP-RequestID=[78980df4-1f03-457e-98d6-d26f2c78de9f], Content-Type=[application/merge-patch+json]}
2022-10-06T17:32:29.112Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-06T17:32:29.208Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?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/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221006-17:32:30:448-4330], vertex-id=[241760], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:32:30 GMT], Content-Type=[application/json]}
2022-10-06T17:32:29.209Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-06T17:32:29.211Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0|INFO|500||InvokeReturn
2022-10-06T17:32:29.212Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-06T17:32:29.212Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:32:29.227Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:32:29.228Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78980df4-1f03-457e-98d6-d26f2c78de9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-06T17:32:29.228Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-06T17:32:29.230Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:32:29.233Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:32:29.233Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077549228,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-06T17:32:29.333Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:32:29.334Z||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-06T17:32:29.334Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:29.355Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:29.356Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-06T17:32:30.245Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:32:30.246Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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-06T17:32:30.246Z|78980df4-1f03-457e-98d6-d26f2c78de9f|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:34.748Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:34.750Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-06T17:32:34.750Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c1baa52-e417-47d8-b338-1aaaddb8fcb6","serviceName":"Demo_pNF_e2rOqsBY42fFviWYolet","serviceVersion":"1.0","serviceUUID":"f67b65c6-707f-4d0a-9730-38e0c56aac0c","serviceDescription":"catalog service description","serviceInvariantUUID":"85d43b87-9144-44c0-bf49-73a06f9fef30","resources":[{"resourceInstanceName":"pNF 3d6b06f4-187b 0","resourceName":"pNF 3d6b06f4-187b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b45ad219-a20b-434b-b64b-6c0c8f5ca772","resourceInvariantUUID":"ee8efc27-d64a-4d9e-9f9c-9cd2896ca084","resourceCustomizationUUID":"b1e8fe43-f105-456e-9131-c48ce3ee441f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml","artifactChecksum":"ODcwM2U5NDFjZDZkNTI3ZGQ4YWU1MTAzODU1MjJlZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59340356-9321-4935-bfa9-b9afdab71c1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar","artifactChecksum":"NGM4YmY1NzkxMzYxMzhmMmVmYTdiMGRmMzU3MTc5NWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa32d362-49f1-4710-afa7-395e5bc06d7e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b14656ee-f3f8-48c7-9fc0-9a4a362dd824","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml","artifactChecksum":"MTMxMWYwOTNhZjFhMGJhNTVkN2FkNmZkOGQ5NGY5NDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0696f27b-4dfb-465a-b67f-1c140b2ea324","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b257213b-a1db-47f6-8f15-e23f982ed495","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2062652-4cce-43be-b00d-4169b5e8fee9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE2roqsby42ffviwyolet-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml","artifactChecksum":"NTJhOTdiNzViNmIyZDMwMTMwYjc3MTU1NWZiYThiNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d002df45-0333-457b-864a-893c0be3d627","artifactVersion":"1"},{"artifactName":"service-DemoPnfE2roqsby42ffviwyolet-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar","artifactChecksum":"Zjg0ZGNiZGE3ZjQyYTJhNDM0MTY2Mzg1MWI4NDI3MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d4f9549-fbe6-4e63-9991-e30764b4547d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-06T17:32:34.753Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:32:34.754Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:32:34.757Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:32:34.757Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:32:34.857Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:32:34.858Z||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-06T17:32:34.859Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:34.879Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:34.880Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:32:35.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:32:35.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:32:35.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:32:35.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:32:35.861Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:32:35.862Z||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-06T17:32:35.862Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:35.879Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:35.879Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:32:36.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:32:36.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:32:36.764Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:32:36.765Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:32:36.865Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:32:36.866Z||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-06T17:32:36.866Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:36.904Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:36.905Z||pool-26-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:32:37.765Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:32:37.766Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:32:37.768Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:32:37.768Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:32:37.868Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:32:37.869Z||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-06T17:32:37.869Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:37.882Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:37.882Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:32:38.769Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:32:38.770Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:32:38.772Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:32:38.772Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:32:38.875Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-06T17:32:38.876Z||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-06T17:32:38.876Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:38.894Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:38.895Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:32:39.773Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:32:39.774Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:32:39.776Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:32:39.776Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:32:39.876Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:32:39.878Z||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-06T17:32:39.878Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:39.890Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:39.890Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:32:40.777Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:32:40.778Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:32:40.780Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:32:40.780Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:32:40.880Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:32:40.881Z||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-06T17:32:40.881Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:40.896Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:40.897Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:32:41.780Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:32:41.781Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:32:41.783Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:32:41.783Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:32:41.884Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:32:41.885Z||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-06T17:32:41.885Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:41.902Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:41.903Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:32:42.784Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"serviceName": "Demo_pNF_e2rOqsBY42fFviWYolet",
"serviceVersion": "1.0",
"serviceUUID": "f67b65c6-707f-4d0a-9730-38e0c56aac0c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "85d43b87-9144-44c0-bf49-73a06f9fef30",
"resources": [
{
"resourceInstanceName": "pNF 3d6b06f4-187b 0",
"resourceCustomizationUUID": "b1e8fe43-f105-456e-9131-c48ce3ee441f",
"resourceName": "pNF 3d6b06f4-187b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "b45ad219-a20b-434b-b64b-6c0c8f5ca772",
"resourceInvariantUUID": "ee8efc27-d64a-4d9e-9f9c-9cd2896ca084",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"artifactChecksum": "Zjg0ZGNiZGE3ZjQyYTJhNDM0MTY2Mzg1MWI4NDI3MzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5d4f9549-fbe6-4e63-9991-e30764b4547d"
}
],
"workloadContext": "Production"
}
2022-10-06T17:32:42.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-06T17:32:42.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f67b65c6-707f-4d0a-9730-38e0c56aac0c ASDC
2022-10-06T17:32:42.786Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:0c1baa52-e417-47d8-b338-1aaaddb8fcb6
ServiceName:Demo_pNF_e2rOqsBY42fFviWYolet
ServiceVersion:1.0
ServiceUUID:f67b65c6-707f-4d0a-9730-38e0c56aac0c
ServiceInvariantUUID:85d43b87-9144-44c0-bf49-73a06f9fef30
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfE2roqsby42ffviwyolet-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
ArtifactUUID:5d4f9549-fbe6-4e63-9991-e30764b4547d
ArtifactChecksum:Zjg0ZGNiZGE3ZjQyYTJhNDM0MTY2Mzg1MWI4NDI3MzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3d6b06f4-187b 0
ResourceCustomizationUUID:b1e8fe43-f105-456e-9131-c48ce3ee441f
ResourceInvariantUUID:ee8efc27-d64a-4d9e-9f9c-9cd2896ca084
ResourceName:pNF 3d6b06f4-187b
ResourceType:PNF
ResourceUUID:b45ad219-a20b-434b-b64b-6c0c8f5ca772
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-06T17:32:42.786Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f67b65c6-707f-4d0a-9730-38e0c56aac0c 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-06T17:32:42.823Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-06T17:32:42.825Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:32:42.825Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:32:42.825Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5d4f9549-fbe6-4e63-9991-e30764b4547d from URL: /sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:42.825Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-06T17:32:42.826Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:42.907Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-06T17:32:42.916Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 5d4f9549-fbe6-4e63-9991-e30764b4547d 87768
2022-10-06T17:32:42.916Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar ASDC sendASDCNotification
2022-10-06T17:32:42.916Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:42.916Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:32:42.917Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:32:42.919Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:32:42.919Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077562916,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:32:43.019Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:32:43.020Z||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-06T17:32:43.020Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:43.045Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:43.046Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:32:43.920Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-06T17:32:43.921Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:32:43.921Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5d4f9549-fbe6-4e63-9991-e30764b4547d, URL: /sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar to file: /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:43.922Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:43.922Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:43.922Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:44.053Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2459724666846483095/Definitions/service-DemoPnfE2roqsby42ffviwyolet-template.yml
2022-10-06T17:32:44.945Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-06T17:32:44.945Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-06T17:32:44.945Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:44.945Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|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-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|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-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3d6b06f4-187b 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|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-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Node template pNF 3d6b06f4-187b 0 is matching search criteria
2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 3d6b06f4-187b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Node template pNF 3d6b06f4-187b 0 is matching search criteria
2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 3d6b06f4-187b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:32:44.950Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:32:44.950Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_e2rOqsBY42fFviWYolet
Description:catalog service description
Model UUID:f67b65c6-707f-4d0a-9730-38e0c56aac0c
Model Version:NULL
Model InvariantUuid:85d43b87-9144-44c0-bf49-73a06f9fef30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
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-06T17:32:44.972Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: b45ad219-a20b-434b-b64b-6c0c8f5ca772
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-06T17:32:44.976Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||pNF 3d6b06f4-187b 0
2022-10-06T17:32:44.976Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b45ad219-a20b-434b-b64b-6c0c8f5ca772
2022-10-06T17:32:44.976Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||No resources found for Service: f67b65c6-707f-4d0a-9730-38e0c56aac0c
2022-10-06T17:32:44.976Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f67b65c6-707f-4d0a-9730-38e0c56aac0c
2022-10-06T17:32:44.976Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3d6b06f4-187b 0 b45ad219-a20b-434b-b64b-6c0c8f5ca772 ASDC
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-06T17:32:44.983Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a6b6b4b, org.onap.sdc.toscaparser.api.parameters.Input@194400b1, org.onap.sdc.toscaparser.api.parameters.Input@517edc58, org.onap.sdc.toscaparser.api.parameters.Input@65d5af3e, org.onap.sdc.toscaparser.api.parameters.Input@5455a1fc]
2022-10-06T17:32:44.983Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:32:44.983Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:32:44.983Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f67b65c6-707f-4d0a-9730-38e0c56aac0c: pNF 3d6b06f4-187b
2022-10-06T17:32:44.984Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Processing PNF resource: b45ad219-a20b-434b-b64b-6c0c8f5ca772
2022-10-06T17:32:44.984Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:32:44.984Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-06T17:32:44.984Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Resource customization UUID: b1e8fe43-f105-456e-9131-c48ce3ee441f is the same as notified resource customizationUUID: b1e8fe43-f105-456e-9131-c48ce3ee441f
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-06T17:32:45.116Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3d6b06f4-187b b45ad219-a20b-434b-b64b-6c0c8f5ca772 0 ASDC deployResourceStructure
2022-10-06T17:32:45.116Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar ASDC sendASDCNotification
2022-10-06T17:32:45.116Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar
2022-10-06T17:32:45.116Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-06T17:32:45.116Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:32:45.118Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:32:45.119Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077565116,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:32:45.220Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-06T17:32:45.220Z||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-06T17:32:45.221Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:45.246Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:45.247Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:32:46.119Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
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-06T17:32:46.131Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
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-06T17:32:46.134Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:32:46.134Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-06T17:32:46.134Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:32:46.134Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:32:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:32:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:32:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:32:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:32:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:32:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077455015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:32:53.149Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:16.134Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
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-06T17:33:16.149Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
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-06T17:33:16.152Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:33:16.152Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-06T17:33:16.152Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:33:16.152Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:33:46.153Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
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-06T17:33:46.166Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
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-06T17:33:46.169Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:33:46.169Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-06T17:33:46.169Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-06T17:33:46.169Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-06T17:33:53.105Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:33:53.106Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:33:53.106Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:33:53.182Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:33:53.185Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.186Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "clamp",
"timestamp": 1665077448350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.186Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.186Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "clamp",
"timestamp": 1665077448350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077457291,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077458299,
"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-06T17:33:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
2022-10-06T17:33:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 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-06T17:33:53.204Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.204Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "clamp",
"timestamp": 1665077465332,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "clamp",
"timestamp": 1665077467345,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077459331,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077457237,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.206Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.206Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "cds",
"timestamp": 1665077464309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.206Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.206Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.206Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "clamp",
"timestamp": 1665077468351,
"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-06T17:33:53.210Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
2022-10-06T17:33:53.210Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 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-06T17:33:53.217Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077459331,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077457237,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "cds",
"timestamp": 1665077464309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077468441,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077459331,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077457237,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "cds",
"timestamp": 1665077464309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077468441,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077459331,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077457237,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "cds",
"timestamp": 1665077464309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077468441,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077457237,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077459331,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "cds",
"timestamp": 1665077464309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077468441,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077459331,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077457237,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "cds",
"timestamp": 1665077464309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077468441,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077457237,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077459331,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "cds",
"timestamp": 1665077464309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077468441,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077459331,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077457237,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "cds",
"timestamp": 1665077464309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077468441,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077457237,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077459331,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "cds",
"timestamp": 1665077464309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077468441,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077475187,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "cds",
"timestamp": 1665077475943,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077476199,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.230Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.230Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077468441,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.230Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.230Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.230Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "cds",
"timestamp": 1665077476949,
"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=?
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-06T17:33:53.246Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3dd7fcf6-a49d-4490-97ab-42a368cd3c25
2022-10-06T17:33:53.247Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 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-06T17:33:53.255Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.256Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077476246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:33:53.256Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.256Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.256Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077476199,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077478260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077477307,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:33:53.258Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.258Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.258Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077476199,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.259Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.259Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.260Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077478350,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.260Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.260Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.260Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077478361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:33:53.260Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077476199,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077478350,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077479417,
"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-06T17:33:53.266Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3dd7fcf6-a49d-4490-97ab-42a368cd3c25
2022-10-06T17:33:53.267Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 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-06T17:33:53.278Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.278Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077476199,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077478350,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077480421,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077476199,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077478350,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077476199,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077478350,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.282Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.282Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.282Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077476199,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.282Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077478350,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077476199,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.284Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.284Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077478350,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.284Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.284Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.284Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077485272,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077485995,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077478350,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "aai-ml",
"timestamp": 1665077486277,
"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-06T17:33:53.291Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3dd7fcf6-a49d-4490-97ab-42a368cd3c25
2022-10-06T17:33:53.291Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 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-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077478350,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077489010,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.301Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.301Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077490020,
"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-06T17:33:53.305Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3dd7fcf6-a49d-4490-97ab-42a368cd3c25
2022-10-06T17:33:53.305Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 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-06T17:33:53.315Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.315Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077491336,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:33:53.316Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.316Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.316Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077494349,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:33:53.317Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:33:53.317Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:33:53.317Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "clamp",
"timestamp": 1665077495354,
"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-06T17:33:53.322Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3dd7fcf6-a49d-4490-97ab-42a368cd3c25
2022-10-06T17:33:53.322Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 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-06T17:34:16.170Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
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-06T17:34:16.190Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6
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-06T17:34:16.193Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:34:16.193Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-06T17:34:16.193Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-06T17:34:16.193Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-06T17:34:16.193Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|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-06T17:34:16.199Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-06T17:34:46.199Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 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-06T17:34:46.216Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 and serviceModelVersionId: f67b65c6-707f-4d0a-9730-38e0c56aac0c
2022-10-06T17:34:46.217Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85d43b87-9144-44c0-bf49-73a06f9fef30
2022-10-06T17:34:46.219Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0
2022-10-06T17:34:46.227Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-06T17:34:46.292Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0|INFO|500||Invoke
2022-10-06T17:34:46.293Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c1baa52-e417-47d8-b338-1aaaddb8fcb6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[202249bf-f93a-401b-adab-0fe10e6f7b3b], X-ECOMP-RequestID=[0c1baa52-e417-47d8-b338-1aaaddb8fcb6], X-TransactionId=[], X-ONAP-RequestID=[0c1baa52-e417-47d8-b338-1aaaddb8fcb6], Content-Type=[application/merge-patch+json]}
2022-10-06T17:34:46.328Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-06T17:34:46.506Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?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/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221006-17:34:47:667-19555], vertex-id=[151704], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:34:47 GMT], Content-Type=[application/json]}
2022-10-06T17:34:46.507Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-06T17:34:46.508Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0|INFO|500||InvokeReturn
2022-10-06T17:34:46.508Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-06T17:34:46.509Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|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-06T17:34:46.524Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|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-06T17:34:46.524Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-06T17:34:46.524Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-06T17:34:46.525Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:46.527Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:46.527Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077686524,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-06T17:34:46.627Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:34:46.629Z||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-06T17:34:46.629Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:46.653Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:46.654Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-06T17:34:47.541Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-06T17:34:47.542Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3dd7fcf6-a49d-4490-97ab-42a368cd3c25","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"bea0ac1f-373e-4ba6-95d0-af84287dc7bb","serviceDescription":"service","serviceInvariantUUID":"d2498e7f-3cba-43e4-9571-b20639384af8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69a3d9f6-f54b-44b0-be50-ddfd36b9f56f","resourceInvariantUUID":"55fb9142-f3fd-403f-8cb4-e064a2f3a4a5","resourceCustomizationUUID":"3f63c7a5-372d-4fb3-a6c7-762df0497fd6","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":"Mjg3ZjRkMDUxNzRmMjdlZDA4NDNlNzhkZTlhNjUwZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b9d327c-e6dc-4195-90ad-af12d1fc3336","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":"b63190a6-6947-4262-a209-d833356067d3","artifactVersion":"2","generatedFromUUID":"7a3bb96b-77d7-41f5-a886-bf75005be9b5"},{"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":"7a3bb96b-77d7-41f5-a886-bf75005be9b5","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":"MzhjYTUxMjg1MzNiYTAxMDkzMGVjYzhhZDI0NmI5N2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8494918-cfa6-4b80-a03c-1b3fe0e46348","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":"b78371fa-8d9a-42a7-ae85-6d494a85cd79","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":"66ff4466-7ffb-424f-96dd-b5953aeaa96e","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":"663eb1e3-1e00-48da-bd69-d3a2d896ff2b","artifactVersion":"2","generatedFromUUID":"b78371fa-8d9a-42a7-ae85-6d494a85cd79"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDFjODY1OWQwMmJhYjFhNGQxYTVjMWVjMjkwMWNlOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49d9c396-4586-4412-84c5-4f2d4872f915","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWI5OTU0MTkxYTQ1NGI5N2Q5MDVkMjMzNGI4MWNmMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-06T17:34:47.542Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:34:47.542Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:47.544Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:47.544Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:34:47.645Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:34:47.645Z||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-06T17:34:47.645Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:47.665Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:47.665Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:34:48.545Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:34:48.546Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:48.554Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:48.554Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-06T17:34:48.654Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:34:48.655Z||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-06T17:34:48.655Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:48.670Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:48.671Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:34:49.555Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:34:49.556Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:49.558Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:49.558Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-06T17:34:49.658Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:34:49.659Z||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-06T17:34:49.659Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:49.688Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:49.688Z||pool-37-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:34:50.559Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:34:50.560Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:50.563Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:50.563Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-06T17:34:50.663Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:34:50.664Z||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-06T17:34:50.665Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:50.681Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:50.681Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:34:51.564Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:34:51.564Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:51.567Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:51.567Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-06T17:34:51.668Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-06T17:34:51.669Z||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-06T17:34:51.669Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:51.688Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:51.689Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:34:52.567Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:34:52.568Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:52.571Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:52.571Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:34:52.670Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:34:52.671Z||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-06T17:34:52.676Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:52.690Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:52.690Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:34:53.106Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:34:53.107Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:34:53.108Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:53.153Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:53.154Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:34:53.154Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077549228,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:34:53.158Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:34:53.158Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:34:53.158Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:34:53.158Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:34:53.159Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:34:53.159Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:34:53.159Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:34:53.159Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:34:53.159Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:34:53.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:34:53.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:34:53.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:34:53.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077562916,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:34:53.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:34:53.161Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:34:53.161Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077565116,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:34:53.161Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:34:53.572Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:34:53.573Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:53.575Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:53.575Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-06T17:34:53.675Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:34:53.676Z||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-06T17:34:53.676Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:53.692Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:53.692Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:34:54.576Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:34:54.576Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:54.578Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:54.578Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:34:54.679Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-06T17:34:54.680Z||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-06T17:34:54.680Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:54.692Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:54.692Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:34:55.579Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:34:55.580Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:55.583Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:55.583Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077550245,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:34:55.683Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:34:55.684Z||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-06T17:34:55.684Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:55.704Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:55.705Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:34:56.585Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "bea0ac1f-373e-4ba6-95d0-af84287dc7bb",
"serviceDescription": "service",
"serviceInvariantUUID": "d2498e7f-3cba-43e4-9571-b20639384af8",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "3f63c7a5-372d-4fb3-a6c7-762df0497fd6",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "69a3d9f6-f54b-44b0-be50-ddfd36b9f56f",
"resourceInvariantUUID": "55fb9142-f3fd-403f-8cb4-e064a2f3a4a5",
"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": "b63190a6-6947-4262-a209-d833356067d3",
"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": "7a3bb96b-77d7-41f5-a886-bf75005be9b5",
"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": "MzhjYTUxMjg1MzNiYTAxMDkzMGVjYzhhZDI0NmI5N2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a8494918-cfa6-4b80-a03c-1b3fe0e46348",
"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": "b78371fa-8d9a-42a7-ae85-6d494a85cd79",
"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": "663eb1e3-1e00-48da-bd69-d3a2d896ff2b",
"generatedFromUUID": "b78371fa-8d9a-42a7-ae85-6d494a85cd79"
},
"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": "663eb1e3-1e00-48da-bd69-d3a2d896ff2b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "NWI5OTU0MTkxYTQ1NGI5N2Q5MDVkMjMzNGI4MWNmMzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e"
}
],
"workloadContext": "Production"
}
2022-10-06T17:34:56.585Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-06T17:34:56.585Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bea0ac1f-373e-4ba6-95d0-af84287dc7bb ASDC
2022-10-06T17:34:56.586Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3dd7fcf6-a49d-4490-97ab-42a368cd3c25
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:bea0ac1f-373e-4ba6-95d0-af84287dc7bb
ServiceInvariantUUID:d2498e7f-3cba-43e4-9571-b20639384af8
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:6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e
ArtifactChecksum:NWI5OTU0MTkxYTQ1NGI5N2Q5MDVkMjMzNGI4MWNmMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:3f63c7a5-372d-4fb3-a6c7-762df0497fd6
ResourceInvariantUUID:55fb9142-f3fd-403f-8cb4-e064a2f3a4a5
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:69a3d9f6-f54b-44b0-be50-ddfd36b9f56f
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:b63190a6-6947-4262-a209-d833356067d3
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:7a3bb96b-77d7-41f5-a886-bf75005be9b5
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:a8494918-cfa6-4b80-a03c-1b3fe0e46348
ArtifactChecksum:MzhjYTUxMjg1MzNiYTAxMDkzMGVjYzhhZDI0NmI5N2M=
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:b78371fa-8d9a-42a7-ae85-6d494a85cd79
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:663eb1e3-1e00-48da-bd69-d3a2d896ff2b
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:663eb1e3-1e00-48da-bd69-d3a2d896ff2b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-06T17:34:56.586Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bea0ac1f-373e-4ba6-95d0-af84287dc7bb 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-06T17:34:56.624Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-06T17:34:56.625Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:34:56.626Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:34:56.626Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-06T17:34:56.626Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-06T17:34:56.626Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:56.806Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-06T17:34:56.810Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e 73675
2022-10-06T17:34:56.811Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:56.811Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:56.811Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:34:56.811Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:56.813Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:56.813Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077696811,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:34:56.913Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:34:56.916Z||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-06T17:34:56.916Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:56.931Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:56.932Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:34:57.814Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-06T17:34:57.815Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:34:57.815Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-06T17:34:57.816Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-06T17:34:57.816Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-06T17:34:57.816Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-06T17:34:57.953Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13230768303332539865/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-10-06T17:34:59.146Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-06T17:34:59.146Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-06T17:34:59.146Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-06T17:34:59.146Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-06T17:34:59.146Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dd4118ea-e74c-4b94-ae9e-66ce249e4310
2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.153Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.153Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.153Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:34:59.153Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.153Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:bea0ac1f-373e-4ba6-95d0-af84287dc7bb
Model Version:NULL
Model InvariantUuid:d2498e7f-3cba-43e4-9571-b20639384af8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:b0b70cca-0d0a-4adb-8ad7-59035cdcb9d8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:55fb9142-f3fd-403f-8cb4-e064a2f3a4a5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3f63c7a5-372d-4fb3-a6c7-762df0497fd6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a67ce6ce-1b66-46ee-9040-099c2a4a3420
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:7a720e91-4cf4-4f9f-bef7-91d7fca2fab9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dd4118ea-e74c-4b94-ae9e-66ce249e4310
ModelInvariantUuid:72f1aa49-e855-4048-981c-4f5ee57f2564
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:67bb5da8-1b44-4332-9245-b60049e31951
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:848e9700-eb88-4d41-99b9-0ed7d654d924
ModelInvariantUuid:6b10505c-f239-48ad-90ca-01d1c7f1f84a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:0016ce79-825e-4ba6-a657-19f5fbf2ea19
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-06T17:34:59.611Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 69a3d9f6-f54b-44b0-be50-ddfd36b9f56f
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-06T17:34:59.616Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-10-06T17:34:59.616Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69a3d9f6-f54b-44b0-be50-ddfd36b9f56f
2022-10-06T17:34:59.617Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b63190a6-6947-4262-a209-d833356067d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-06T17:34:59.617Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-06T17:34:59.617Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.698Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-06T17:34:59.698Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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 b63190a6-6947-4262-a209-d833356067d3 12
2022-10-06T17:34:59.699Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.699Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:34:59.699Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:34:59.700Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:34:59.701Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:34:59.702Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077699699,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:34:59.802Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:34:59.803Z||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-06T17:34:59.803Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:34:59.832Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:34:59.833Z||pool-45-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:35:00.702Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7a3bb96b-77d7-41f5-a886-bf75005be9b5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-06T17:35:00.703Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-06T17:35:00.703Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:00.751Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-06T17:35:00.751Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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 7a3bb96b-77d7-41f5-a886-bf75005be9b5 2688
2022-10-06T17:35:00.753Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:00.754Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:00.754Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:35:00.756Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:00.762Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:00.763Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077700753,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:35:00.863Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:35:00.864Z||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-06T17:35:00.864Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:00.880Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:00.880Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:01.766Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a8494918-cfa6-4b80-a03c-1b3fe0e46348 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-06T17:35:01.766Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-06T17:35:01.766Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:01.847Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-06T17:35:01.847Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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 a8494918-cfa6-4b80-a03c-1b3fe0e46348 828
2022-10-06T17:35:01.848Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:01.848Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:01.848Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:35:01.848Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:01.851Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:01.851Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077701848,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:35:01.951Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:35:01.952Z||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-06T17:35:01.953Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:01.966Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:01.966Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:35:02.852Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "a67ce6ce-1b66-46ee-9040-099c2a4a3420",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7a720e91-4cf4-4f9f-bef7-91d7fca2fab9",
"vfModuleModelCustomizationUUID": "19c9ed4c-9cd8-4345-a09b-a8a3acdd6437",
"isBase": true,
"artifacts": [
"b78371fa-8d9a-42a7-ae85-6d494a85cd79",
"7a3bb96b-77d7-41f5-a886-bf75005be9b5",
"663eb1e3-1e00-48da-bd69-d3a2d896ff2b"
],
"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-06T17:35:02.858Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7a720e91-4cf4-4f9f-bef7-91d7fca2fab9
VfModuleModelInvariantUUID:a67ce6ce-1b66-46ee-9040-099c2a4a3420
VfModuleModelDescription:NULL
Artifacts UUID List:{
b78371fa-8d9a-42a7-ae85-6d494a85cd79
,
7a3bb96b-77d7-41f5-a886-bf75005be9b5
,
663eb1e3-1e00-48da-bd69-d3a2d896ff2b
}
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-06T17:35:02.860Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "a67ce6ce-1b66-46ee-9040-099c2a4a3420",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7a720e91-4cf4-4f9f-bef7-91d7fca2fab9",
"vfModuleModelCustomizationUUID": "19c9ed4c-9cd8-4345-a09b-a8a3acdd6437",
"isBase": true,
"artifacts": [
"b78371fa-8d9a-42a7-ae85-6d494a85cd79",
"7a3bb96b-77d7-41f5-a886-bf75005be9b5",
"663eb1e3-1e00-48da-bd69-d3a2d896ff2b"
],
"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-06T17:35:02.860Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7a720e91-4cf4-4f9f-bef7-91d7fca2fab9
VfModuleModelInvariantUUID:a67ce6ce-1b66-46ee-9040-099c2a4a3420
VfModuleModelDescription:NULL
Artifacts UUID List:{
b78371fa-8d9a-42a7-ae85-6d494a85cd79
,
7a3bb96b-77d7-41f5-a886-bf75005be9b5
,
663eb1e3-1e00-48da-bd69-d3a2d896ff2b
}
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-06T17:35:02.860Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b78371fa-8d9a-42a7-ae85-6d494a85cd79 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-06T17:35:02.860Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-06T17:35:02.860Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:02.984Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-06T17:35:02.984Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b78371fa-8d9a-42a7-ae85-6d494a85cd79 1164
2022-10-06T17:35:02.984Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:02.984Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:02.985Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:35:02.985Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:02.987Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:02.987Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077702984,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:35:03.087Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:35:03.088Z||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-06T17:35:03.088Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:03.110Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:03.110Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:03.987Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 663eb1e3-1e00-48da-bd69-d3a2d896ff2b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-06T17:35:03.988Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-06T17:35:03.988Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:04.089Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-06T17:35:04.089Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 663eb1e3-1e00-48da-bd69-d3a2d896ff2b 200
2022-10-06T17:35:04.089Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:04.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:04.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:35:04.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:04.092Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:04.092Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077704089,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:35:04.192Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:35:04.193Z||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-06T17:35:04.193Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:04.208Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:04.210Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:05.093Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bea0ac1f-373e-4ba6-95d0-af84287dc7bb
2022-10-06T17:35:05.093Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 69a3d9f6-f54b-44b0-be50-ddfd36b9f56f 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=?
2022-10-06T17:35:05.125Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-06T17:35:05.141Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b1f9a29, org.onap.sdc.toscaparser.api.parameters.Input@6dae73b1, org.onap.sdc.toscaparser.api.parameters.Input@73245d70, org.onap.sdc.toscaparser.api.parameters.Input@4ae2b1a2, org.onap.sdc.toscaparser.api.parameters.Input@4d2bb405]
2022-10-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-10-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3f63c7a5-372d-4fb3-a6c7-762df0497fd6
2022-10-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f63c7a5-372d-4fb3-a6c7-762df0497fd6 matches Tosca VF Customization UUID: 3f63c7a5-372d-4fb3-a6c7-762df0497fd6
2022-10-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3f63c7a5-372d-4fb3-a6c7-762df0497fd6 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-06T17:35:05.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3f63c7a5-372d-4fb3-a6c7-762df0497fd6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-06T17:35:05.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d28a367
2022-10-06T17:35:05.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19c9ed4c-9cd8-4345-a09b-a8a3acdd6437
2022-10-06T17:35:05.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19c9ed4c-9cd8-4345-a09b-a8a3acdd6437
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-06T17:35:05.158Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.158Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-06T17:35:05.158Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:35:05.158Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dd4118ea-e74c-4b94-ae9e-66ce249e4310
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-06T17:35:05.165Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.165Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-06T17:35:05.166Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-06T17:35:05.166Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.166Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-06T17:35:05.166Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3f63c7a5-372d-4fb3-a6c7-762df0497fd6
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-06T17:35:05.168Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.168Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.168Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bea0ac1f-373e-4ba6-95d0-af84287dc7bb: basic_cnf
2022-10-06T17:35:05.169Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.169Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.169Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.169Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.169Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.258Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 69a3d9f6-f54b-44b0-be50-ddfd36b9f56f 1 ASDC deployResourceStructure
2022-10-06T17:35:05.260Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.260Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:05.260Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-06T17:35:05.260Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:05.262Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:05.262Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077705259,
"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-06T17:35:05.362Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:35:05.363Z||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-06T17:35:05.363Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:05.380Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:05.380Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:06.265Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:06.265Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:06.266Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-06T17:35:06.266Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:06.268Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:06.269Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077706265,
"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-06T17:35:06.368Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:35:06.370Z||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-06T17:35:06.370Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:06.392Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:06.392Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:35:07.269Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:07.270Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:07.270Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-06T17:35:07.271Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:07.274Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:07.274Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077707269,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-06T17:35:07.375Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-06T17:35:07.376Z||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-06T17:35:07.376Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:07.395Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:07.396Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:08.275Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:08.276Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:08.276Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-06T17:35:08.276Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:08.278Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:08.279Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077708275,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-10-06T17:35:08.379Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:35:08.380Z||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-06T17:35:08.380Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:08.456Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:08.456Z||pool-53-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:09.280Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:09.280Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:09.280Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-06T17:35:09.281Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:09.283Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:09.283Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077709279,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-10-06T17:35:09.385Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-06T17:35:09.386Z||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-06T17:35:09.386Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:09.408Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:09.409Z||pool-54-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:10.285Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:10.285Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:10.285Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-06T17:35:10.286Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:10.288Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:10.289Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077710284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:35:10.388Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:35:10.389Z||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-06T17:35:10.389Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:10.402Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:10.402Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:11.289Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3dd7fcf6-a49d-4490-97ab-42a368cd3c25
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-06T17:35:11.301Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3dd7fcf6-a49d-4490-97ab-42a368cd3c25
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-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:35:11.306Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:35:11.306Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:35:11.306Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-06T17:35:11.308Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:11.314Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-06T17:35:41.315Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 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-06T17:35:41.323Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 and serviceModelVersionId: bea0ac1f-373e-4ba6-95d0-af84287dc7bb
2022-10-06T17:35:41.324Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2498e7f-3cba-43e4-9571-b20639384af8
2022-10-06T17:35:41.325Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0
2022-10-06T17:35:41.329Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-06T17:35:41.382Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0|INFO|500||Invoke
2022-10-06T17:35:41.383Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3dd7fcf6-a49d-4490-97ab-42a368cd3c25], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af95e201-166c-46de-9ff8-6990fd76067a], X-ECOMP-RequestID=[3dd7fcf6-a49d-4490-97ab-42a368cd3c25], X-TransactionId=[], X-ONAP-RequestID=[3dd7fcf6-a49d-4490-97ab-42a368cd3c25], Content-Type=[application/merge-patch+json]}
2022-10-06T17:35:41.407Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-06T17:35:41.522Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?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/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221006-17:35:42:748-99400], vertex-id=[180440], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:35:42 GMT], Content-Type=[application/json]}
2022-10-06T17:35:41.522Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-06T17:35:41.523Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0|INFO|500||InvokeReturn
2022-10-06T17:35:41.524Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-06T17:35:41.525Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:41.543Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:41.543Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-06T17:35:41.544Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-06T17:35:41.544Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:41.547Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:41.547Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077741544,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-06T17:35:41.647Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:35:41.648Z||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-06T17:35:41.649Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:41.675Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:41.676Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 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-06T17:35:42.559Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:35:42.559Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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-06T17:35:42.560Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:47.055Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:47.056Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-06T17:35:47.057Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1830e883-59c2-4f37-9782-50f194f05cab","serviceDescription":"service","serviceInvariantUUID":"f513eb4e-220f-427e-bca5-e99fe4cfda66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0851474c-137c-49ed-a807-a3f6bc9e5451","resourceInvariantUUID":"0a746d76-0e16-42fe-b1c4-e6c58bd8723b","resourceCustomizationUUID":"75ea3b15-0ca8-43a9-a51d-67416bdccdc9","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":"YzYzYmIyMzJkYzM3YzhhOWU3ZTI2M2Y0OWU0YzEyNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10000eb8-69d3-4b09-9ecb-58011c74a246","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":"MDdmMGZjNTMzNDRlZjBiZGY4OWYzZjdkM2ZiNDUwNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"124d26fb-bb23-4be1-ae7e-be94d3cd7452","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":"5f3be23a-23a8-4841-a091-8eb5331bb203","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":"b761f839-570f-496a-86ec-630f242c33fd","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":"a55049c5-c0bf-48f4-bd08-e46b65ed76ad","artifactVersion":"2","generatedFromUUID":"5f3be23a-23a8-4841-a091-8eb5331bb203"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWZhZDAyZTI4Y2EyYWUwYWQ4NzA3M2QyNjA2MzUwYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bee650cf-b5a6-4c5d-8341-888bdd83d971","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjFjM2ZkYmFkMTNjNTljYTFlNjEyYTU2ZDdiNDUwZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51ad4aeb-be27-481f-8da1-a3b8de270c90","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-06T17:35:47.059Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:35:47.060Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:47.063Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:47.063Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077742559,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:47.162Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:35:47.163Z||pool-57-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-06T17:35:47.163Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:47.189Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:47.190Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:48.063Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:35:48.064Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:48.066Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:48.066Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077742559,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-06T17:35:48.167Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:35:48.168Z||pool-58-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-06T17:35:48.168Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:48.181Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:48.181Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:35:49.067Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:35:49.067Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:49.070Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:49.070Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077742559,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-06T17:35:49.170Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:35:49.171Z||pool-59-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-06T17:35:49.172Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:49.200Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:49.201Z||pool-59-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:35:50.070Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:35:50.071Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:50.075Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:50.075Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077742559,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:50.175Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:35:50.176Z||pool-60-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-06T17:35:50.176Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:50.188Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:50.188Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-06T17:35:51.076Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:35:51.077Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:51.079Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:51.079Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077742559,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-06T17:35:51.179Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:35:51.180Z||pool-61-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-06T17:35:51.180Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:51.193Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:51.194Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:52.082Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:35:52.083Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:52.086Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:52.086Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077742559,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:52.186Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:35:52.187Z||pool-62-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-06T17:35:52.187Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:52.206Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:52.207Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:53.086Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-06T17:35:53.087Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:53.089Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:53.089Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077742559,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:35:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-06T17:35:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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-06T17:35:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:53.137Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:53.138Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.138Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077617237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "cds",
"timestamp": 1665077614309,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "aai-ml",
"timestamp": 1665077618441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077617237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "cds",
"timestamp": 1665077614309,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "aai-ml",
"timestamp": 1665077618441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077617237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "cds",
"timestamp": 1665077614309,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "aai-ml",
"timestamp": 1665077618441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077619331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077617237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "cds",
"timestamp": 1665077614309,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "aai-ml",
"timestamp": 1665077618441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077619331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077617237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "cds",
"timestamp": 1665077614309,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "aai-ml",
"timestamp": 1665077618441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077619331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077617237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "cds",
"timestamp": 1665077614309,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "aai-ml",
"timestamp": 1665077618441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077619331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665077617237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "cds",
"timestamp": 1665077614309,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "aai-ml",
"timestamp": 1665077618441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077619331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "cds",
"timestamp": 1665077625612,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "aai-ml",
"timestamp": 1665077626292,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077619331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077626195,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "cds",
"timestamp": 1665077626618,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-06T17:35:53.169Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce
2022-10-06T17:35:53.170Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce 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-06T17:35:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077619331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077626195,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077627118,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077626195,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "clamp",
"timestamp": 1665077628350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077628248,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077626195,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "clamp",
"timestamp": 1665077628350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077629322,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077626195,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "clamp",
"timestamp": 1665077628350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077630345,
"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-06T17:35:53.184Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce
2022-10-06T17:35:53.185Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce 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-06T17:35:53.189Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-06T17:35:53.189Z||pool-63-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-06T17:35:53.189Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:53.193Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077626195,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "clamp",
"timestamp": 1665077628350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665077631349,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077626195,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "clamp",
"timestamp": 1665077628350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "aai-ml",
"timestamp": 1665077633690,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665077634000,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:35:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-06T17:35:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-06T17:35:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "clamp",
"timestamp": 1665077628350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-06T17:35:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-06T17:35:53.203Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:53.203Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:54.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "1830e883-59c2-4f37-9782-50f194f05cab",
"serviceDescription": "service",
"serviceInvariantUUID": "f513eb4e-220f-427e-bca5-e99fe4cfda66",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "75ea3b15-0ca8-43a9-a51d-67416bdccdc9",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0851474c-137c-49ed-a807-a3f6bc9e5451",
"resourceInvariantUUID": "0a746d76-0e16-42fe-b1c4-e6c58bd8723b",
"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": "MDdmMGZjNTMzNDRlZjBiZGY4OWYzZjdkM2ZiNDUwNjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "124d26fb-bb23-4be1-ae7e-be94d3cd7452",
"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": "5f3be23a-23a8-4841-a091-8eb5331bb203",
"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": "a55049c5-c0bf-48f4-bd08-e46b65ed76ad",
"generatedFromUUID": "5f3be23a-23a8-4841-a091-8eb5331bb203"
},
"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": "a55049c5-c0bf-48f4-bd08-e46b65ed76ad",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MjFjM2ZkYmFkMTNjNTljYTFlNjEyYTU2ZDdiNDUwZTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "51ad4aeb-be27-481f-8da1-a3b8de270c90"
}
],
"workloadContext": "Production"
}
2022-10-06T17:35:54.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-06T17:35:54.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1830e883-59c2-4f37-9782-50f194f05cab ASDC
2022-10-06T17:35:54.091Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1830e883-59c2-4f37-9782-50f194f05cab
ServiceInvariantUUID:f513eb4e-220f-427e-bca5-e99fe4cfda66
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:51ad4aeb-be27-481f-8da1-a3b8de270c90
ArtifactChecksum:MjFjM2ZkYmFkMTNjNTljYTFlNjEyYTU2ZDdiNDUwZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:75ea3b15-0ca8-43a9-a51d-67416bdccdc9
ResourceInvariantUUID:0a746d76-0e16-42fe-b1c4-e6c58bd8723b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:0851474c-137c-49ed-a807-a3f6bc9e5451
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:124d26fb-bb23-4be1-ae7e-be94d3cd7452
ArtifactChecksum:MDdmMGZjNTMzNDRlZjBiZGY4OWYzZjdkM2ZiNDUwNjI=
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:5f3be23a-23a8-4841-a091-8eb5331bb203
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:a55049c5-c0bf-48f4-bd08-e46b65ed76ad
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:a55049c5-c0bf-48f4-bd08-e46b65ed76ad
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-06T17:35:54.091Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1830e883-59c2-4f37-9782-50f194f05cab 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-06T17:35:54.124Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-06T17:35:54.125Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:35:54.125Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:35:54.126Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 51ad4aeb-be27-481f-8da1-a3b8de270c90 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-06T17:35:54.126Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-06T17:35:54.126Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:54.201Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-06T17:35:54.205Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 51ad4aeb-be27-481f-8da1-a3b8de270c90 74822
2022-10-06T17:35:54.207Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:54.207Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:54.208Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-06T17:35:54.208Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-06T17:35:54.210Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-06T17:35:54.210Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665077754207,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-06T17:35:54.310Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-06T17:35:54.312Z||pool-64-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-06T17:35:54.312Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ...
2022-10-06T17:35:54.329Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-06T17:35:54.330Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-06T17:35:55.211Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-06T17:35:55.212Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-06T17:35:55.212Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 51ad4aeb-be27-481f-8da1-a3b8de270c90, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-06T17:35:55.213Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-06T17:35:55.213Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-06T17:35:55.214Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-06T17:35:55.339Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15852795222622683079/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-06T17:35:56.474Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-06T17:35:56.474Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-06T17:35:56.475Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-06T17:35:56.475Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-06T17:35:56.475Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:56.475Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:56.475Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-06T17:35:56.476Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-06T17:35:56.476Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:56.476Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:56.476Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:56.476Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-06T17:35:56.477Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:56.477Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:56.477Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-06T17:35:56.477Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-06T17:35:56.478Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-06T17:35:56.478Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:56.478Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:56.478Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-06T17:35:56.479Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-06T17:35:56.479Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-06T17:35:56.479Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:56.479Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:56.479Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:56.480Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-06T17:35:56.480Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-06T17:35:56.480Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-06T17:35:56.480Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-06T17:35:56.481Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-06T17:35:56.481Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-06T17:35:56.481Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-06T17:35:56.481Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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-06T17:35:56.482Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery