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-07T05:24:23.175Z||main|||||INFO|500||The following profiles are active: basic
2022-10-07T05:24:35.484Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-07T05:24:35.485Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-07T05:24:35.601Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-07T05:24:39.557Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-07T05:24:40.093Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-07T05:24:40.610Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-07T05:24:40.626Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-07T05:24:40.764Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-07T05:24:41.007Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-07T05:24:41.700Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-07T05:24:43.476Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-07T05:24:46.108Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-07T05:24:46.166Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-07T05:24:46.818Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-07T05:24:47.053Z||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-07T05:24:48.354Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-07T05:24:49.469Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-07T05:24:49.491Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-07T05:24:49.495Z||main|||||WARN|500||The sdc end point is not alive
2022-10-07T05:24:52.752Z||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-07T05:24:55.924Z||main|||||WARN|500||---
2022-10-07T05:24:55.925Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-07T05:24:55.925Z||main|||||WARN|500||---
2022-10-07T05:24:56.364Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-07T05:25:01.830Z||main|||||INFO|500||Started Application in 42.036 seconds (JVM running for 44.182)
2022-10-07T05:25:01.860Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-07T05:25:01.895Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-07T05:25:01.919Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-07T05:25:01.949Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-07T05:25:02.007Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2ed215d6-2761-4426-bdf9-379cbdc2d38d url= /sdc/v1/artifactTypes
2022-10-07T05:25:02.008Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-07T05:25:02.453Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-07T05:25:02.479Z||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-07T05:25:02.501Z||scheduling-1|||||DEBUG|500||create keys
2022-10-07T05:25:02.510Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-07T05:25:02.565Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:25:02.585Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 21e0d7e5-471a-4793-9325-1a24002dc6a8 url= /sdc/v1/registerForDistribution
2022-10-07T05:25:02.996Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 21e0d7e5-471a-4793-9325-1a24002dc6a8 url= /sdc/v1/registerForDistribution
2022-10-07T05:25:02.996Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-07T05:25:03.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:25:03.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:25:03.035Z||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-07T05:25:03.036Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:25:03.037Z||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-07T05:25:03.038Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:25:03.040Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-07T05:25:13.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:25:13.514Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:26:03.016Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:26:03.018Z||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-07T05:26:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:26:03.026Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:26:03.026Z||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-07T05:26:03.027Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:26:12.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:26:12.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:27:03.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:27:03.017Z||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-07T05:27:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:27:03.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:27:03.029Z||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-07T05:27:03.030Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:27:12.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:27:12.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:28:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:28:03.017Z||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-07T05:28:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:28:03.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:28:03.025Z||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-07T05:28:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:28:12.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:28:12.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:29:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:29:03.016Z||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-07T05:29:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:29:03.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:29:03.024Z||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-07T05:29:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:29:12.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:29:12.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:30:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:30:03.017Z||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-07T05:30:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:30:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:30:03.024Z||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-07T05:30:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:30:12.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:30:12.589Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:31:03.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:31:03.020Z||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-07T05:31:03.020Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:31:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:31:03.024Z||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-07T05:31:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:31:12.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:31:12.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:32:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:32:03.017Z||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-07T05:32:03.018Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:32:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:32:03.024Z||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-07T05:32:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:32:12.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:32:12.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:33:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:33:03.018Z||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-07T05:33:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:33:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:33:03.024Z||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-07T05:33:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:33:12.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:33:12.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:34:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:34:03.016Z||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-07T05:34:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:34:03.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:34:03.030Z||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-07T05:34:03.030Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:34:12.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:34:12.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:34:33.008Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-07T05:35:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:35:03.016Z||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-07T05:35:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:35:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:35:03.024Z||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-07T05:35:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:35:12.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:35:12.574Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:36:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:36:03.017Z||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-07T05:36:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:36:03.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:36:03.024Z||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-07T05:36:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:36:12.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:36:12.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:37:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:37:03.017Z||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-07T05:37:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:37:03.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:37:03.024Z||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-07T05:37:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:37:12.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:37:12.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:38:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:38:03.017Z||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-07T05:38:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:38:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:38:03.024Z||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-07T05:38:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:38:12.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:38:12.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:39:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:39:03.017Z||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-07T05:39:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:39:03.038Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:39:03.039Z||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-07T05:39:03.039Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:39:12.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:39:12.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:40:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:40:03.016Z||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-07T05:40:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:40:03.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:40:03.024Z||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-07T05:40:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:40:12.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:40:12.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:41:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:41:03.017Z||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-07T05:41:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:41:03.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:41:03.024Z||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-07T05:41:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:41:12.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:41:12.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:42:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:42:03.016Z||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-07T05:42:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:42:03.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:42:03.024Z||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-07T05:42:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:42:12.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:42:12.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:43:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:43:03.016Z||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-07T05:43:03.022Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:43:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:43:03.024Z||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-07T05:43:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:43:12.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:43:12.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:44:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:44:03.016Z||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-07T05:44:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:44:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:44:03.024Z||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-07T05:44:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:44:12.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:44:12.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:45:03.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:45:03.019Z||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-07T05:45:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:45:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:45:03.024Z||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-07T05:45:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:45:12.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:45:12.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:46:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:46:03.017Z||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-07T05:46:03.018Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:46:03.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:46:03.025Z||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-07T05:46:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:46:12.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:46:12.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:47:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:47:03.016Z||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-07T05:47:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:47:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:47:03.025Z||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-07T05:47:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:47:12.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:47:12.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:48:03.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:48:03.019Z||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-07T05:48:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:48:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:48:03.024Z||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-07T05:48:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:48:12.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:48:12.569Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:49:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:49:03.016Z||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-07T05:49:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:49:03.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:49:03.025Z||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-07T05:49:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:49:12.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:49:12.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:50:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:50:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T05:50:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:50:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:50:03.024Z||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-07T05:50:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:50:12.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:50:12.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:51:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:51:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T05:51:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:51:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:51:03.024Z||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-07T05:51:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:51:12.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:51:12.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:52:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:52:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T05:52:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:52:03.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:52:03.024Z||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-07T05:52:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:52:12.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:52:12.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:53:03.016Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:53:03.018Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T05:53:03.018Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:53:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:53:03.024Z||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-07T05:53:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:53:12.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:53:12.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:54:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:54:03.017Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T05:54:03.017Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:54:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:54:03.025Z||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-07T05:54:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:54:12.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:54:12.571Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:55:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:55:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T05:55:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:55:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:55:03.024Z||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-07T05:55:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:55:12.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:55:12.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:56:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:56:03.018Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T05:56:03.018Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:56:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:56:03.024Z||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-07T05:56:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:56:12.570Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:56:12.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:57:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:57:03.017Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T05:57:03.017Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:57:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:57:03.024Z||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-07T05:57:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:57:12.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:57:12.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:58:03.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:58:03.022Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T05:58:03.022Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:58:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:58:03.024Z||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-07T05:58:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:58:12.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:58:12.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:59:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:59:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T05:59:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:59:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:59:03.024Z||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-07T05:59:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:59:12.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T05:59:12.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:00:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:00:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:00:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:00:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:00:03.024Z||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-07T06:00:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:00:12.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:00:12.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:01:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:01:03.018Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:01:03.018Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:01:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:01:03.024Z||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-07T06:01:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:01:12.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:01:12.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:02:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:02:03.017Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:02:03.017Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:02:03.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:02:03.026Z||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-07T06:02:03.026Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:02:12.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:02:12.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:03:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:03:03.017Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:03:03.017Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:03:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:03:03.024Z||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-07T06:03:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:03:12.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:03:12.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:04:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:04:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:04:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:04:03.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:04:03.025Z||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-07T06:04:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:04:12.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:04:12.572Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:05:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:05:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:05:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:05:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:05:03.024Z||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-07T06:05:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:05:12.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:05:12.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:06:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:06:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:06:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:06:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:06:03.024Z||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-07T06:06:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:06:12.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:06:12.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:07:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:07:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:07:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:07:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:07:03.024Z||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-07T06:07:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:07:12.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:07:12.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:08:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:08:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:08:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:08:03.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:08:03.024Z||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-07T06:08:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:08:12.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:08:12.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:09:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:09:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:09:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:09:03.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:09:03.026Z||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-07T06:09:03.026Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:09:12.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:09:12.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:10:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:10:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:10:03.017Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:10:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:10:03.024Z||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-07T06:10:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:10:12.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:10:12.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:11:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:11:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:11:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:11:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:11:03.024Z||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-07T06:11:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:11:12.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:11:12.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:12:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:12:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:12:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:12:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:12:03.024Z||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-07T06:12:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:12:12.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:12:12.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:13:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:13:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:13:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:13:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:13:03.024Z||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-07T06:13:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:13:12.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:13:12.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:14:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:14:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:14:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:14:03.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:14:03.024Z||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-07T06:14:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:14:12.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:14:12.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:15:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:15:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:15:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:15:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:15:03.024Z||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-07T06:15:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:15:12.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:15:12.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:16:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:16:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:16:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:16:03.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:16:03.024Z||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-07T06:16:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:16:12.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:16:12.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:17:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:17:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:17:03.017Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:17:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:17:03.024Z||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-07T06:17:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:17:12.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:17:12.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:18:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:18:03.017Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:18:03.017Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:18:03.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:18:03.025Z||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-07T06:18:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:18:12.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:18:12.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:19:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:19:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:19:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:19:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:19:03.024Z||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-07T06:19:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:19:12.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:19:12.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:20:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:20:03.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:20:03.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:20:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:20:03.024Z||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-07T06:20:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:20:12.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:20:12.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:21:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:21:03.017Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:21:03.017Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:21:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:21:03.024Z||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-07T06:21:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:21:12.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:21:12.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:22:03.016Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:22:03.018Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:22:03.019Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:22:03.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:22:03.024Z||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-07T06:22:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:22:12.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:22:12.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:23:03.018Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:23:03.018Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:03.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:23:03.024Z||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-07T06:23:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:06.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:06.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T06:23:06.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b993d311-894b-4a81-a146-05749d8e29ce","serviceName":"basic_onboard_oGNXcZ","serviceVersion":"1.0","serviceUUID":"e48f6bc4-e90c-4062-a013-c027d63ce3a0","serviceDescription":"service","serviceInvariantUUID":"aaf225f3-69e0-42ea-bb36-2163587198b1","resources":[{"resourceInstanceName":"basic_onboard_oGNXcZ 0","resourceName":"basic_onboard_oGNXcZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2","resourceInvariantUUID":"f71deefb-6b19-438f-8991-f2d537efd688","resourceCustomizationUUID":"6de00ba0-2e92-4e92-900f-d1715b76b555","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml","artifactChecksum":"ZDRkMDllYzE1N2I3OThlMWZjM2U5ZDZkNDc3NTdjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f06a0098-f9fd-4eae-99a3-9ca636d77bab","artifactVersion":"1"},{"artifactName":"basic_onboard_ognxcz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json","artifactChecksum":"NTZkY2M5NjA1NGUzYTk5YjgxNWQxZTBjNDNlOGM5N2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f320a5db-6f2b-4d8b-a8fe-2775d9197b54","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f74fc865-3f78-42eb-bbf3-1578ca4010b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6ad2aff-7814-45e6-b33e-14a31ed673d3","artifactVersion":"2","generatedFromUUID":"e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOgnxcz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml","artifactChecksum":"OTgzNWVmNTVlOGE2YjM3NWIxMzJhYTJkYzA4MmQ3MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe55b5ec-3f5b-421e-8c7e-8de2a639a957","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOgnxcz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar","artifactChecksum":"YWE4NjU5YWE3ODkwZTMzYzQyNzZlZjc2Yzg2ZmYwMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4c14008-ed9d-4c52-b7cb-10fd9bac390e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:23:06.215Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:06.223Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:06.237Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:06.238Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:23:06.337Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-10-07T06:23:06.343Z||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-07T06:23:06.344Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:06.358Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:06.360Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:06.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:06.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T06:23:06.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665123784046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:23:06.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T06:23:07.248Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:07.248Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:07.250Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:07.250Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T06:23:07.350Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:07.351Z||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-07T06:23:07.351Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:07.363Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:07.363Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:08.250Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:08.251Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:08.253Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:08.253Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-07T06:23:08.353Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:08.354Z||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-07T06:23:08.355Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:08.366Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:08.367Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:09.253Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:09.254Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:09.257Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:09.257Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:23:09.357Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:09.358Z||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-07T06:23:09.358Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:09.368Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:09.369Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:10.257Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:10.258Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:10.260Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:10.260Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-07T06:23:10.365Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-10-07T06:23:10.366Z||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-07T06:23:10.366Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:10.375Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:10.376Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:11.261Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:11.261Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:11.263Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:11.263Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:23:11.363Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:11.364Z||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-07T06:23:11.365Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:11.373Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:11.374Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:12.264Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:12.265Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:12.267Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:12.267Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:23:12.367Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:12.368Z||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-07T06:23:12.368Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:12.380Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:12.380Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:13.269Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"serviceName": "basic_onboard_oGNXcZ",
"serviceVersion": "1.0",
"serviceUUID": "e48f6bc4-e90c-4062-a013-c027d63ce3a0",
"serviceDescription": "service",
"serviceInvariantUUID": "aaf225f3-69e0-42ea-bb36-2163587198b1",
"resources": [
{
"resourceInstanceName": "basic_onboard_oGNXcZ 0",
"resourceCustomizationUUID": "6de00ba0-2e92-4e92-900f-d1715b76b555",
"resourceName": "basic_onboard_oGNXcZ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2",
"resourceInvariantUUID": "f71deefb-6b19-438f-8991-f2d537efd688",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ognxcz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"artifactChecksum": "NTZkY2M5NjA1NGUzYTk5YjgxNWQxZTBjNDNlOGM5N2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f320a5db-6f2b-4d8b-a8fe-2775d9197b54",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6ad2aff-7814-45e6-b33e-14a31ed673d3",
"generatedFromUUID": "e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6ad2aff-7814-45e6-b33e-14a31ed673d3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOgnxcz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"artifactChecksum": "YWE4NjU5YWE3ODkwZTMzYzQyNzZlZjc2Yzg2ZmYwMzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c4c14008-ed9d-4c52-b7cb-10fd9bac390e"
}
],
"workloadContext": "Production"
}
2022-10-07T06:23:13.270Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T06:23:13.270Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e48f6bc4-e90c-4062-a013-c027d63ce3a0 ASDC
2022-10-07T06:23:13.425Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b993d311-894b-4a81-a146-05749d8e29ce
ServiceName:basic_onboard_oGNXcZ
ServiceVersion:1.0
ServiceUUID:e48f6bc4-e90c-4062-a013-c027d63ce3a0
ServiceInvariantUUID:aaf225f3-69e0-42ea-bb36-2163587198b1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOgnxcz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar
ArtifactUUID:c4c14008-ed9d-4c52-b7cb-10fd9bac390e
ArtifactChecksum:YWE4NjU5YWE3ODkwZTMzYzQyNzZlZjc2Yzg2ZmYwMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oGNXcZ 0
ResourceCustomizationUUID:6de00ba0-2e92-4e92-900f-d1715b76b555
ResourceInvariantUUID:f71deefb-6b19-438f-8991-f2d537efd688
ResourceName:basic_onboard_oGNXcZ
ResourceType:VF
ResourceUUID:7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ognxcz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json
ArtifactUUID:f320a5db-6f2b-4d8b-a8fe-2775d9197b54
ArtifactChecksum:NTZkY2M5NjA1NGUzYTk5YjgxNWQxZTBjNDNlOGM5N2M=
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/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa
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/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
ArtifactUUID:b6ad2aff-7814-45e6-b33e-14a31ed673d3
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/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
ArtifactUUID:b6ad2aff-7814-45e6-b33e-14a31ed673d3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-07T06:23:13.425Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e48f6bc4-e90c-4062-a013-c027d63ce3a0 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-07T06:23:13.740Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:23:13.741Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-07T06:23:13.743Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-07T06:23:13.743Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c4c14008-ed9d-4c52-b7cb-10fd9bac390e from URL: /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:13.743Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-07T06:23:13.745Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:14.052Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-07T06:23:14.070Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar c4c14008-ed9d-4c52-b7cb-10fd9bac390e 75309
2022-10-07T06:23:14.072Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar ASDC sendASDCNotification
2022-10-07T06:23:14.072Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:14.074Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:23:14.075Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:14.081Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:14.082Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123794070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:23:14.178Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-07T06:23:14.179Z||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-07T06:23:14.179Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:14.190Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:14.191Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:23:15.082Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:23:15.083Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-07T06:23:15.084Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c4c14008-ed9d-4c52-b7cb-10fd9bac390e, URL: /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar to file: /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:15.085Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:15.197Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:15.198Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:15.821Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9226588747277204403/Definitions/service-BasicOnboardOgnxcz-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-07T06:23:17.942Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oGNXcZ 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-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.948Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.948Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.948Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.948Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.948Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-07T06:23:17.955Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.956Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.960Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:17.961Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-07T06:23:17.962Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:23:17.964Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.964Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.964Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:17.965Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-07T06:23:17.965Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:23:17.965Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.965Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.969Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.969Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is not matching search criteria
2022-10-07T06:23:17.969Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-07T06:23:17.969Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-07T06:23:17.970Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-07T06:23:17.970Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-07T06:23:17.970Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-07T06:23:17.970Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.971Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:23:17.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:17.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:17.973Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.973Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:17.973Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:17.974Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.974Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:17.974Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:17.974Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is not matching search criteria
2022-10-07T06:23:17.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-07T06:23:17.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-07T06:23:17.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac89cd38-ba3a-44aa-8f7e-4465676ae85c
2022-10-07T06:23:17.976Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.976Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.976Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.976Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.977Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.977Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.977Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:17.977Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.978Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_oGNXcZ
Description:service
Model UUID:e48f6bc4-e90c-4062-a013-c027d63ce3a0
Model Version:NULL
Model InvariantUuid:aaf225f3-69e0-42ea-bb36-2163587198b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_oGNXcZ
Model UUID:7a521434-9a8c-4ce4-8ec3-00872885f3fa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f71deefb-6b19-438f-8991-f2d537efd688
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6de00ba0-2e92-4e92-900f-d1715b76b555
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:67675188-30e0-4bd6-bbec-c65b8b53beef
ModelName:BasicOnboardOgnxcz..base_ubuntu18..module-0
ModelUuid:72e167e3-f16f-42cc-bebb-70003f1acfc3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ac89cd38-ba3a-44aa-8f7e-4465676ae85c
ModelInvariantUuid:2e26f4d5-6647-400b-899f-1a714c145a4a
ModelName:basic_onboard_oGNXcZ-nodes.ubuntu18Cvfc
ModelUuid:30cf0e4e-7c39-4311-8c95-4ac96a43a265
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5e3488b6-2962-46d9-b861-64904488d277
ModelInvariantUuid:e008758a-7d4b-49dc-8f29-c671cf144844
ModelName:BasicOnboardOgnxcz.compute.nodes.heat.ubuntu18
ModelUuid:e2b7585b-91c5-4526-9593-0b50cd47fdaa
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-07T06:23:18.004Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2
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-07T06:23:18.111Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||basic_onboard_oGNXcZ 0
2022-10-07T06:23:18.120Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2
2022-10-07T06:23:18.121Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f320a5db-6f2b-4d8b-a8fe-2775d9197b54 from URL: /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json
2022-10-07T06:23:18.121Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-07T06:23:18.121Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json
2022-10-07T06:23:18.195Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-07T06:23:18.195Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json f320a5db-6f2b-4d8b-a8fe-2775d9197b54 798
2022-10-07T06:23:18.195Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json ASDC sendASDCNotification
2022-10-07T06:23:18.196Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json
2022-10-07T06:23:18.196Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:23:18.196Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:18.199Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:18.199Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123798195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:23:18.299Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:18.300Z||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-07T06:23:18.300Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:18.312Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:18.313Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:19.200Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOgnxcz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "67675188-30e0-4bd6-bbec-c65b8b53beef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "72e167e3-f16f-42cc-bebb-70003f1acfc3",
"vfModuleModelCustomizationUUID": "80ee13d2-5fbe-4447-954c-a34352024eb1",
"isBase": true,
"artifacts": [
"e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa",
"b6ad2aff-7814-45e6-b33e-14a31ed673d3"
],
"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-07T06:23:19.218Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOgnxcz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72e167e3-f16f-42cc-bebb-70003f1acfc3
VfModuleModelInvariantUUID:67675188-30e0-4bd6-bbec-c65b8b53beef
VfModuleModelDescription:NULL
Artifacts UUID List:{
e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa
,
b6ad2aff-7814-45e6-b33e-14a31ed673d3
}
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-07T06:23:19.221Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOgnxcz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "67675188-30e0-4bd6-bbec-c65b8b53beef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "72e167e3-f16f-42cc-bebb-70003f1acfc3",
"vfModuleModelCustomizationUUID": "80ee13d2-5fbe-4447-954c-a34352024eb1",
"isBase": true,
"artifacts": [
"e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa",
"b6ad2aff-7814-45e6-b33e-14a31ed673d3"
],
"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-07T06:23:19.222Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOgnxcz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72e167e3-f16f-42cc-bebb-70003f1acfc3
VfModuleModelInvariantUUID:67675188-30e0-4bd6-bbec-c65b8b53beef
VfModuleModelDescription:NULL
Artifacts UUID List:{
e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa
,
b6ad2aff-7814-45e6-b33e-14a31ed673d3
}
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-07T06:23:19.222Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa from URL: /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml
2022-10-07T06:23:19.222Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-07T06:23:19.222Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml
2022-10-07T06:23:19.344Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-07T06:23:19.345Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa 5033
2022-10-07T06:23:19.345Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-07T06:23:19.346Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml
2022-10-07T06:23:19.346Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:23:19.346Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:19.348Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:19.348Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123799345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:23:19.448Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:19.449Z||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-07T06:23:19.449Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:19.464Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:19.465Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:20.349Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b6ad2aff-7814-45e6-b33e-14a31ed673d3 from URL: /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
2022-10-07T06:23:20.349Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-07T06:23:20.349Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
2022-10-07T06:23:20.521Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-07T06:23:20.521Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env b6ad2aff-7814-45e6-b33e-14a31ed673d3 909
2022-10-07T06:23:20.522Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-07T06:23:20.522Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
2022-10-07T06:23:20.522Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:23:20.522Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:20.526Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:20.526Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123800522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:23:20.625Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-07T06:23:20.626Z||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-07T06:23:20.626Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:20.640Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:20.641Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:23:21.527Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e48f6bc4-e90c-4062-a013-c027d63ce3a0
2022-10-07T06:23:21.527Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oGNXcZ 0 7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2 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-07T06:23:21.563Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44f7f843, org.onap.sdc.toscaparser.api.parameters.Input@4feff755, org.onap.sdc.toscaparser.api.parameters.Input@2594818b, org.onap.sdc.toscaparser.api.parameters.Input@3d334360, org.onap.sdc.toscaparser.api.parameters.Input@46fd9165]
2022-10-07T06:23:21.567Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.567Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.568Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-07T06:23:21.568Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6de00ba0-2e92-4e92-900f-d1715b76b555
2022-10-07T06:23:21.568Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6de00ba0-2e92-4e92-900f-d1715b76b555 matches Tosca VF Customization UUID: 6de00ba0-2e92-4e92-900f-d1715b76b555
2022-10-07T06:23:21.568Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6de00ba0-2e92-4e92-900f-d1715b76b555 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-07T06:23:21.577Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.578Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.579Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6de00ba0-2e92-4e92-900f-d1715b76b555: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-07T06:23:21.579Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b8d45b9
2022-10-07T06:23:21.580Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.580Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:23:21.580Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80ee13d2-5fbe-4447-954c-a34352024eb1
2022-10-07T06:23:21.582Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80ee13d2-5fbe-4447-954c-a34352024eb1
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-07T06:23:21.597Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.598Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:21.598Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:21.599Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.599Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:21.600Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:21.600Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.600Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is not matching search criteria
2022-10-07T06:23:21.600Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-07T06:23:21.601Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-07T06:23:21.601Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac89cd38-ba3a-44aa-8f7e-4465676ae85c
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-07T06:23:21.613Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.613Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:21.613Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:21.614Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.614Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:21.614Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=6de00ba0-2e92-4e92-900f-d1715b76b555
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-07T06:23:21.616Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.617Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.617Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e48f6bc4-e90c-4062-a013-c027d63ce3a0: basic_onboard_oGNXcZ
2022-10-07T06:23:21.617Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.618Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.618Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.618Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.618Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.619Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.619Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.619Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.619Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:23:21.620Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.620Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_oGNXcZ
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-07T06:23:21.814Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oGNXcZ 7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2 1 ASDC deployResourceStructure
2022-10-07T06:23:21.815Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json ASDC sendASDCNotification
2022-10-07T06:23:21.815Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json
2022-10-07T06:23:21.815Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:23:21.815Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:21.817Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:21.817Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123801815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T06:23:21.917Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:21.919Z||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-07T06:23:21.919Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:21.929Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:21.929Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:22.819Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-07T06:23:22.820Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml
2022-10-07T06:23:22.820Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:23:22.820Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:22.823Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:22.823Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123802819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-07T06:23:22.923Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:23:22.924Z||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-07T06:23:22.924Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:22.936Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:22.936Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:23.824Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-07T06:23:23.826Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
2022-10-07T06:23:23.826Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:23:23.827Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:23.829Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:23.830Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123803824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-07T06:23:23.929Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:23:23.930Z||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-07T06:23:23.931Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:23.941Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:23.942Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:24.831Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar ASDC sendASDCNotification
2022-10-07T06:23:24.832Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:24.832Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:23:24.833Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:24.835Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:24.836Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123804831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:23:24.935Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:23:24.936Z||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-07T06:23:24.937Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:24.950Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:23:24.950Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:25.837Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:23:25.865Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:23:25.868Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:23:25.868Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:23:25.868Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:23:55.869Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:23:55.880Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:23:55.883Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:23:55.884Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:23:55.884Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:24:03.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:24:03.024Z||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-07T06:24:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:24:03.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:24:03.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T06:24:03.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:24:03.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T06:24:25.884Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:24:25.914Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:24:25.917Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:24:25.918Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:24:25.918Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:24:55.919Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:24:55.936Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:24:55.938Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:24:55.938Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:24:55.939Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:25:03.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:25:03.024Z||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-07T06:25:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:25:03.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:25:03.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T06:25:03.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665123776247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:25:03.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T06:25:03.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T06:25:03.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123784650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:25:03.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-07T06:25:25.939Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:25:25.954Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:25:25.957Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:25:25.958Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:25:25.958Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:25:55.958Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:25:55.968Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:25:55.971Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:25:55.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:25:55.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:26:03.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:26:03.025Z||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-07T06:26:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:26:03.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:26:03.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665123784046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665123776247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123784650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665123784046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665123776247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123784650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665123784046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665123776247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123784650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "cds",
"timestamp": 1665123788790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665123784046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123784650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665123776247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "cds",
"timestamp": 1665123788790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665123784046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123784650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665123776247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "cds",
"timestamp": 1665123788790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665123784046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123783015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123784650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1665123776247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "cds",
"timestamp": 1665123788790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "cds",
"timestamp": 1665123788790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123794070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.582Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123794078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.583Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665123793710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.583Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "cds",
"timestamp": 1665123788790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123795196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.585Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "cds",
"timestamp": 1665123788790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123796351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "cds",
"timestamp": 1665123796698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665123796996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:26:03.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123797497,
"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-07T06:26:03.597Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b993d311-894b-4a81-a146-05749d8e29ce
2022-10-07T06:26:03.598Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b993d311-894b-4a81-a146-05749d8e29ce 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-07T06:26:03.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123798195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "cds",
"timestamp": 1665123797724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-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-07T06:26:03.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b993d311-894b-4a81-a146-05749d8e29ce
2022-10-07T06:26:03.613Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b993d311-894b-4a81-a146-05749d8e29ce 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-07T06:26:03.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665123798001,
"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-07T06:26:03.627Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b993d311-894b-4a81-a146-05749d8e29ce
2022-10-07T06:26:03.627Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b993d311-894b-4a81-a146-05749d8e29ce 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-07T06:26:03.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665123798506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T06:26:03.637Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "clamp",
"timestamp": 1665123797428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123799345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "clamp",
"timestamp": 1665123797428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "aai-ml",
"timestamp": 1665123801134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "clamp",
"timestamp": 1665123797428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123800522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "aai-ml",
"timestamp": 1665123801134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "clamp",
"timestamp": 1665123797428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123801815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "aai-ml",
"timestamp": 1665123801134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "clamp",
"timestamp": 1665123797428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123802819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-07T06:26:03.643Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "aai-ml",
"timestamp": 1665123801134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "clamp",
"timestamp": 1665123797428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123803824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "aai-ml",
"timestamp": 1665123801134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "clamp",
"timestamp": 1665123797428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665123804831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "aai-ml",
"timestamp": 1665123801134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "aai-ml",
"timestamp": 1665123801134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:26:03.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-07T06:26:03.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "aai-ml",
"timestamp": 1665123809135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "clamp",
"timestamp": 1665123809038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "clamp",
"timestamp": 1665123811047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:26:03.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "clamp",
"timestamp": 1665123812053,
"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-07T06:26:03.654Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b993d311-894b-4a81-a146-05749d8e29ce
2022-10-07T06:26:03.654Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b993d311-894b-4a81-a146-05749d8e29ce 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-07T06:26:03.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "aai-ml",
"timestamp": 1665123823656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:26:03.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "aai-ml",
"timestamp": 1665123824662,
"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-07T06:26:03.667Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b993d311-894b-4a81-a146-05749d8e29ce
2022-10-07T06:26:03.667Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b993d311-894b-4a81-a146-05749d8e29ce 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-07T06:26:25.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:26:25.996Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-07T06:26:26.001Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:26:26.002Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T06:26:26.002Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T06:26:26.002Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T06:26:26.002Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:26:26.003Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:26:26.003Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:26:26.003Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:26:26.003Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:26:26.003Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:26:26.004Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-07T06:26:26.027Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T06:26:56.028Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce 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-07T06:26:56.041Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b993d311-894b-4a81-a146-05749d8e29ce and serviceModelVersionId: e48f6bc4-e90c-4062-a013-c027d63ce3a0
2022-10-07T06:26:56.041Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaf225f3-69e0-42ea-bb36-2163587198b1
2022-10-07T06:27:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:27:03.024Z||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-07T06:27:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:11.900Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0
2022-10-07T06:27:12.017Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T06:27:12.502Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0|INFO|500||Invoke
2022-10-07T06:27:12.509Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b993d311-894b-4a81-a146-05749d8e29ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6169ce18-91f3-4245-b7fa-bcc3a7acd367], X-ECOMP-RequestID=[b993d311-894b-4a81-a146-05749d8e29ce], X-TransactionId=[], X-ONAP-RequestID=[b993d311-894b-4a81-a146-05749d8e29ce], Content-Type=[application/merge-patch+json]}
2022-10-07T06:27:12.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:27:12.630Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-07T06:27:13.094Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?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/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221007-06:27:11:833-47443], vertex-id=[397488], Content-Length=[0], Date=[Fri, 07 Oct 2022 06:27:11 GMT], Content-Type=[application/json]}
2022-10-07T06:27:13.096Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-07T06:27:13.096Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0|INFO|500||InvokeReturn
2022-10-07T06:27:13.101Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T06:27:13.101Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-07T06:27:13.108Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-07T06:27:13.110Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b993d311-894b-4a81-a146-05749d8e29ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T06:27:13.111Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T06:27:13.112Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:27:13.116Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:27:13.116Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124033110,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:27:13.215Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:27:13.216Z||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-07T06:27:13.217Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:13.231Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:27:13.231Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-07T06:27:14.130Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:27:14.130Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:27:14.131Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:24.425Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:27:24.426Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:27:24.426Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:27:24.427Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:33.974Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:27:33.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:27:33.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:27:33.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:43.514Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:27:43.515Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:27:43.516Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:27:43.516Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:53.061Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:28:03.015Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:28:03.016Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-07T06:28:03.016Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:28:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:28:03.024Z||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-07T06:28:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:28:03.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:28:03.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:28:03.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124033110,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:28:03.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:28:12.561Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:29:03.016Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:29:03.017Z||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-07T06:29:03.023Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:29:03.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:29:03.024Z||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-07T06:29:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:29:12.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:29:12.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:30:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:30:03.017Z||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-07T06:30:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:30:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:30:03.024Z||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-07T06:30:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:30:12.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:30:12.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:31:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:31:03.016Z||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-07T06:31:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:31:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:31:03.024Z||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-07T06:31:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:31:12.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:31:12.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:32:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:32:03.016Z||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-07T06:32:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:32:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:32:03.024Z||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-07T06:32:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:32:12.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:32:12.570Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:33:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:33:03.016Z||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-07T06:33:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:33:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:33:03.024Z||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-07T06:33:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:33:12.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:33:12.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:34:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:34:03.016Z||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-07T06:34:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:34:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:34:03.024Z||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-07T06:34:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:34:12.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:34:12.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:35:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:35:03.016Z||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-07T06:35:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:35:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:35:03.024Z||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-07T06:35:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:35:12.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:35:12.604Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:36:03.016Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:36:03.019Z||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-07T06:36:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:03.038Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:36:03.038Z||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-07T06:36:03.038Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:03.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:36:03.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed638b00-fb2f-4f91-9cab-11030bdc0b31","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56aafba7-ddeb-43c9-82a6-bad760f0fe5d","serviceDescription":"service","serviceInvariantUUID":"0e77a48f-3a27-4d47-b488-fdaeb9483cd9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"52bb3a1a-581a-431e-b989-7826f418add8","resourceInvariantUUID":"32594a98-8a0a-4988-9ba8-8e95d683938e","resourceCustomizationUUID":"e8efd4a2-fd15-4550-93fb-7606b2c3ee16","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":"MjM4NmU0ZmRlYjc3OTg5N2ZkNjZiNDk4Yjk5OGU0NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3de61d77-5e3f-4d80-8ee5-75c6e457899b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTJiYTMxOWQ0ZTQzZjg3NjMwOTY5MTM1Nzg2NjZkOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"305bc275-eea1-4d54-937d-de3bd8e9ef91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:36:03.686Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:36:03.687Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:36:03.693Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:36:03.693Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124563016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.702Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:36:03.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "cds",
"timestamp": 1665124538790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124536248,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124534046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "cds",
"timestamp": 1665124538790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124536248,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124534046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124543685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "cds",
"timestamp": 1665124543548,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "cds",
"timestamp": 1665124544556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-07T06:36:03.741Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed638b00-fb2f-4f91-9cab-11030bdc0b31
2022-10-07T06:36:03.741Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed638b00-fb2f-4f91-9cab-11030bdc0b31 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-07T06:36:03.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124544650,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124545317,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124544650,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124546321,
"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-07T06:36:03.762Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed638b00-fb2f-4f91-9cab-11030bdc0b31
2022-10-07T06:36:03.762Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed638b00-fb2f-4f91-9cab-11030bdc0b31 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-07T06:36:03.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "clamp",
"timestamp": 1665124547428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "clamp",
"timestamp": 1665124547428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:36:03.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "aai-ml",
"timestamp": 1665124551134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "aai-ml",
"timestamp": 1665124551134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:36:03.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-07T06:36:03.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "aai-ml",
"timestamp": 1665124554651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:36:03.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "aai-ml",
"timestamp": 1665124560539,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:36:03.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "aai-ml",
"timestamp": 1665124561544,
"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-07T06:36:03.780Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed638b00-fb2f-4f91-9cab-11030bdc0b31
2022-10-07T06:36:03.780Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed638b00-fb2f-4f91-9cab-11030bdc0b31 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-07T06:36:03.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "clamp",
"timestamp": 1665124560150,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:36:03.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "clamp",
"timestamp": 1665124562158,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:36:03.790Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.792Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:36:03.794Z||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-07T06:36:03.794Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:03.807Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:36:03.808Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:36:04.694Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:36:04.695Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:36:04.719Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:36:04.719Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124563016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:36:04.805Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-10-07T06:36:04.806Z||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-07T06:36:04.806Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:04.817Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:36:04.818Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:36:05.722Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "56aafba7-ddeb-43c9-82a6-bad760f0fe5d",
"serviceDescription": "service",
"serviceInvariantUUID": "0e77a48f-3a27-4d47-b488-fdaeb9483cd9",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e8efd4a2-fd15-4550-93fb-7606b2c3ee16",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "52bb3a1a-581a-431e-b989-7826f418add8",
"resourceInvariantUUID": "32594a98-8a0a-4988-9ba8-8e95d683938e",
"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": "NTJiYTMxOWQ0ZTQzZjg3NjMwOTY5MTM1Nzg2NjZkOTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "305bc275-eea1-4d54-937d-de3bd8e9ef91"
}
],
"workloadContext": "Production"
}
2022-10-07T06:36:05.722Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T06:36:05.723Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56aafba7-ddeb-43c9-82a6-bad760f0fe5d ASDC
2022-10-07T06:36:05.724Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ed638b00-fb2f-4f91-9cab-11030bdc0b31
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56aafba7-ddeb-43c9-82a6-bad760f0fe5d
ServiceInvariantUUID:0e77a48f-3a27-4d47-b488-fdaeb9483cd9
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:305bc275-eea1-4d54-937d-de3bd8e9ef91
ArtifactChecksum:NTJiYTMxOWQ0ZTQzZjg3NjMwOTY5MTM1Nzg2NjZkOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8efd4a2-fd15-4550-93fb-7606b2c3ee16
ResourceInvariantUUID:32594a98-8a0a-4988-9ba8-8e95d683938e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:52bb3a1a-581a-431e-b989-7826f418add8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-07T06:36:05.724Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56aafba7-ddeb-43c9-82a6-bad760f0fe5d 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-07T06:36:05.761Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:36:05.765Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:36:05.765Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:36:05.765Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 305bc275-eea1-4d54-937d-de3bd8e9ef91 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-07T06:36:05.766Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:36:05.766Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-07T06:36:06.019Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:36:06.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 305bc275-eea1-4d54-937d-de3bd8e9ef91 57660
2022-10-07T06:36:06.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:06.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:06.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:36:06.024Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:36:06.026Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:36:06.026Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124566023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:36:06.126Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:36:06.127Z||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-07T06:36:06.127Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:06.140Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:36:06.141Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:36:07.026Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:36:07.030Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:36:07.031Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 305bc275-eea1-4d54-937d-de3bd8e9ef91, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T06:36:07.031Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-07T06:36:07.032Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T06:36:07.032Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T06:36:07.328Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11671611572717038320/Definitions/service-BasicNetwork-template.yml
2022-10-07T06:36:07.886Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T06:36:07.887Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:36:07.888Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T06:36:07.888Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-07T06:36:07.888Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:07.889Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:07.889Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:07.889Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:07.889Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:07.890Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:07.890Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:07.890Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:07.890Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:36:07.891Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.891Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.892Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-07T06:36:07.892Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:36:07.892Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:36:07.893Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.893Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.893Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-07T06:36:07.893Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:36:07.894Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:36:07.894Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.894Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.895Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.895Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.896Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.896Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.896Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.896Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.897Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.897Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.897Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:56aafba7-ddeb-43c9-82a6-bad760f0fe5d
Model Version:NULL
Model InvariantUuid:0e77a48f-3a27-4d47-b488-fdaeb9483cd9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:32594a98-8a0a-4988-9ba8-8e95d683938e
Model UUID:2ba08ad5-acfe-4aed-b62c-f14c704effcc
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e8efd4a2-fd15-4550-93fb-7606b2c3ee16
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-07T06:36:07.906Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 52bb3a1a-581a-431e-b989-7826f418add8
2022-10-07T06:36:07.907Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||No resources found for Service: 56aafba7-ddeb-43c9-82a6-bad760f0fe5d
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-07T06:36:07.913Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||
2022-10-07T06:36:07.913Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-07T06:36:07.914Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 56aafba7-ddeb-43c9-82a6-bad760f0fe5d
2022-10-07T06:36:07.915Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 56aafba7-ddeb-43c9-82a6-bad760f0fe5d
2022-10-07T06:36:07.915Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-07T06:36:07.915Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:07.921Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19968161, org.onap.sdc.toscaparser.api.parameters.Input@5585d8e0, org.onap.sdc.toscaparser.api.parameters.Input@39430935, org.onap.sdc.toscaparser.api.parameters.Input@6d851eb9, org.onap.sdc.toscaparser.api.parameters.Input@403517e1]
2022-10-07T06:36:07.923Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.923Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.923Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.924Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.924Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 56aafba7-ddeb-43c9-82a6-bad760f0fe5d: Generic NeutronNet
2022-10-07T06:36:07.925Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.925Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.925Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.925Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:07.958Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.959Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.959Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.959Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.960Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:36:07.960Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.960Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:08.019Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-07T06:36:08.019Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:08.020Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:08.020Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:36:08.020Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:36:08.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:36:08.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124568019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:36:08.123Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:36:08.124Z||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-07T06:36:08.124Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:08.136Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:36:08.136Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:36:09.027Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed638b00-fb2f-4f91-9cab-11030bdc0b31
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-07T06:36:09.038Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed638b00-fb2f-4f91-9cab-11030bdc0b31
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-07T06:36:09.042Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:36:09.042Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T06:36:09.042Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T06:36:09.042Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T06:36:09.043Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:36:09.043Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:36:09.043Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:36:09.043Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:36:09.043Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:09.049Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T06:36:39.049Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed638b00-fb2f-4f91-9cab-11030bdc0b31 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-07T06:36:39.056Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed638b00-fb2f-4f91-9cab-11030bdc0b31 and serviceModelVersionId: 56aafba7-ddeb-43c9-82a6-bad760f0fe5d
2022-10-07T06:36:39.056Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e77a48f-3a27-4d47-b488-fdaeb9483cd9
2022-10-07T06:36:39.058Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?depth=0
2022-10-07T06:36:39.069Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T06:36:39.129Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-07T06:36:39.131Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?depth=0|INFO|500||Invoke
2022-10-07T06:36:39.157Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-07T06:36:39.373Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?depth=0|INFO|500||InvokeReturn
2022-10-07T06:36:39.375Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221007-06:36:38:363-51765], vertex-id=[417968], Content-Length=[0], Date=[Fri, 07 Oct 2022 06:36:38 GMT], Content-Type=[application/json]}
2022-10-07T06:36:39.375Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-07T06:36:39.376Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T06:36:39.376Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:39.380Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-07T06:36:39.380Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed638b00-fb2f-4f91-9cab-11030bdc0b31 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T06:36:39.381Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T06:36:39.381Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:36:39.383Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:36:39.383Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124599381,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:36:39.483Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:36:39.484Z||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-07T06:36:39.485Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:39.503Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:36:39.504Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 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-07T06:37:03.015Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:37:03.016Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|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-07T06:37:03.016Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:37:03.024Z||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-07T06:37:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:03.165Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:03.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:37:03.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "clamp",
"timestamp": 1665124563163,
"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-07T06:37:03.174Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed638b00-fb2f-4f91-9cab-11030bdc0b31
2022-10-07T06:37:03.174Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed638b00-fb2f-4f91-9cab-11030bdc0b31 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-07T06:37:03.656Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:03.657Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:37:03.657Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a4bed21-bf46-4818-aa68-35493a56706b","serviceName":"Demo_pNF_5HVHIVr8rnbgK81sW2LK","serviceVersion":"1.0","serviceUUID":"2b168432-5bbe-4298-8501-1c565cc505ab","serviceDescription":"catalog service description","serviceInvariantUUID":"e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229","resources":[{"resourceInstanceName":"pNF 30ad2a22-420e 0","resourceName":"pNF 30ad2a22-420e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2ad9e961-c421-4846-ab1e-b5be4f244f35","resourceInvariantUUID":"8fd6eefc-9206-49fb-a2f3-6e21e959208d","resourceCustomizationUUID":"cc0d8d45-1bc9-47f4-96a6-958633224611","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQyZWYyMmY3Yzc4OWNkY2E0MjI2YzUyMWU5OTU5YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b741428e-0607-481d-81b4-0b6f50620744","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar","artifactChecksum":"NGM4YmY1NzkxMzYxMzhmMmVmYTdiMGRmMzU3MTc5NWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a3268a4d-191d-4900-9d90-a734fb881996","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b609715b-0c8b-4d06-8eae-8c15f93ece7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmFhYTQyMzYzMTI5OGI2M2FjNWI2MWM5NGFiOTA2YTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a99c37c-40f8-4834-93fe-defd617f0416","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d02e620c-4aef-49ec-a972-bbc24968b9db","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31a6bde7-3266-46f7-8604-6debcae80156","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml","artifactChecksum":"MGJhOTAwZmUzNTg0NjEzMzA4Nzc3ZjQ2NTkzMjY0OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01fb648f-8231-4988-bf3e-4072e5377d85","artifactVersion":"1"},{"artifactName":"service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar","artifactChecksum":"OGRhZTcwMzQyMTUyOTFjZWEyY2FhNGI4NDgxZGZjNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c451528-ac32-4055-be9b-bea2595eb0a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:37:03.661Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:03.661Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:03.663Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:03.663Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:37:03.763Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:37:03.764Z||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-07T06:37:03.764Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:03.775Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:03.775Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:04.664Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:04.665Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:04.666Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:04.667Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:37:04.767Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:37:04.768Z||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-07T06:37:04.768Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:04.778Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:04.778Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:05.667Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:05.668Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:05.670Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:05.670Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:37:05.770Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:37:05.771Z||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-07T06:37:05.772Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:05.784Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:05.785Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:37:06.671Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:06.673Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:06.676Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:06.676Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:37:06.776Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:37:06.777Z||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-07T06:37:06.777Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:06.790Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:06.790Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:07.676Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:07.678Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:07.679Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:07.680Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:37:07.780Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:37:07.781Z||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-07T06:37:07.781Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:07.810Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:07.810Z||pool-28-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:08.680Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:08.681Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:08.683Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:08.683Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:37:08.783Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:37:08.784Z||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-07T06:37:08.784Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:08.794Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:08.794Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:09.684Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:09.686Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:09.688Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:09.688Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:37:09.788Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:37:09.790Z||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-07T06:37:09.790Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:09.803Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:09.803Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:10.689Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:10.690Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:10.710Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:10.711Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:37:10.810Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:37:10.811Z||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-07T06:37:10.811Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:10.824Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:10.824Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:11.712Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"serviceName": "Demo_pNF_5HVHIVr8rnbgK81sW2LK",
"serviceVersion": "1.0",
"serviceUUID": "2b168432-5bbe-4298-8501-1c565cc505ab",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229",
"resources": [
{
"resourceInstanceName": "pNF 30ad2a22-420e 0",
"resourceCustomizationUUID": "cc0d8d45-1bc9-47f4-96a6-958633224611",
"resourceName": "pNF 30ad2a22-420e",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "2ad9e961-c421-4846-ab1e-b5be4f244f35",
"resourceInvariantUUID": "8fd6eefc-9206-49fb-a2f3-6e21e959208d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"artifactChecksum": "OGRhZTcwMzQyMTUyOTFjZWEyY2FhNGI4NDgxZGZjNTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3c451528-ac32-4055-be9b-bea2595eb0a9"
}
],
"workloadContext": "Production"
}
2022-10-07T06:37:11.712Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T06:37:11.713Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2b168432-5bbe-4298-8501-1c565cc505ab ASDC
2022-10-07T06:37:11.713Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9a4bed21-bf46-4818-aa68-35493a56706b
ServiceName:Demo_pNF_5HVHIVr8rnbgK81sW2LK
ServiceVersion:1.0
ServiceUUID:2b168432-5bbe-4298-8501-1c565cc505ab
ServiceInvariantUUID:e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
ArtifactUUID:3c451528-ac32-4055-be9b-bea2595eb0a9
ArtifactChecksum:OGRhZTcwMzQyMTUyOTFjZWEyY2FhNGI4NDgxZGZjNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 30ad2a22-420e 0
ResourceCustomizationUUID:cc0d8d45-1bc9-47f4-96a6-958633224611
ResourceInvariantUUID:8fd6eefc-9206-49fb-a2f3-6e21e959208d
ResourceName:pNF 30ad2a22-420e
ResourceType:PNF
ResourceUUID:2ad9e961-c421-4846-ab1e-b5be4f244f35
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-07T06:37:11.714Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b168432-5bbe-4298-8501-1c565cc505ab 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-07T06:37:11.738Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:37:11.739Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:37:11.739Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:37:11.739Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c451528-ac32-4055-be9b-bea2595eb0a9 from URL: /sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:11.740Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:37:11.740Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:11.913Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:37:11.917Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar 3c451528-ac32-4055-be9b-bea2595eb0a9 87766
2022-10-07T06:37:11.918Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar ASDC sendASDCNotification
2022-10-07T06:37:11.918Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:11.918Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:37:11.918Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:11.920Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:11.920Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124631917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:37:12.020Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:37:12.022Z||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-07T06:37:12.022Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:12.033Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:12.034Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:12.921Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:37:12.922Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:37:12.922Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c451528-ac32-4055-be9b-bea2595eb0a9, URL: /sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar to file: /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:12.923Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:12.923Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:12.923Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.029Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1610452767539174862/Definitions/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml
2022-10-07T06:37:13.809Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T06:37:13.810Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:37:13.810Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 30ad2a22-420e 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-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||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-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||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-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||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-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.812Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||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-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.812Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||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-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.812Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:37:13.812Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:37:13.812Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.813Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Node template pNF 30ad2a22-420e 0 is matching search criteria
2022-10-07T06:37:13.813Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:37:13.813Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 30ad2a22-420e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:37:13.813Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:37:13.814Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.814Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Node template pNF 30ad2a22-420e 0 is matching search criteria
2022-10-07T06:37:13.814Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:37:13.814Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 30ad2a22-420e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:37:13.816Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:37:13.816Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.816Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:37:13.816Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.817Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:37:13.817Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.817Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:37:13.817Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.817Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:37:13.818Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.818Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_5HVHIVr8rnbgK81sW2LK
Description:catalog service description
Model UUID:2b168432-5bbe-4298-8501-1c565cc505ab
Model Version:NULL
Model InvariantUuid:e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229
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-07T06:37:13.825Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2ad9e961-c421-4846-ab1e-b5be4f244f35
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-07T06:37:13.828Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||pNF 30ad2a22-420e 0
2022-10-07T06:37:13.828Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2ad9e961-c421-4846-ab1e-b5be4f244f35
2022-10-07T06:37:13.829Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 2b168432-5bbe-4298-8501-1c565cc505ab
2022-10-07T06:37:13.829Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2b168432-5bbe-4298-8501-1c565cc505ab
2022-10-07T06:37:13.829Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 30ad2a22-420e 0 2ad9e961-c421-4846-ab1e-b5be4f244f35 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-07T06:37:13.833Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@775fceb, org.onap.sdc.toscaparser.api.parameters.Input@7e69a22, org.onap.sdc.toscaparser.api.parameters.Input@7e818dc4, org.onap.sdc.toscaparser.api.parameters.Input@39e9b74b, org.onap.sdc.toscaparser.api.parameters.Input@11538639]
2022-10-07T06:37:13.833Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:37:13.833Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.834Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2b168432-5bbe-4298-8501-1c565cc505ab: pNF 30ad2a22-420e
2022-10-07T06:37:13.834Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Processing PNF resource: 2ad9e961-c421-4846-ab1e-b5be4f244f35
2022-10-07T06:37:13.834Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:37:13.834Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.835Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Resource customization UUID: cc0d8d45-1bc9-47f4-96a6-958633224611 is the same as notified resource customizationUUID: cc0d8d45-1bc9-47f4-96a6-958633224611
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-07T06:37:13.872Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 30ad2a22-420e 2ad9e961-c421-4846-ab1e-b5be4f244f35 0 ASDC deployResourceStructure
2022-10-07T06:37:13.873Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar ASDC sendASDCNotification
2022-10-07T06:37:13.873Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.873Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:37:13.873Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:13.875Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:13.875Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124633873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:37:13.975Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:37:13.976Z||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-07T06:37:13.976Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:13.988Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:37:13.988Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:14.876Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-07T06:37:14.888Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-07T06:37:14.890Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:37:14.890Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:37:14.890Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:37:44.891Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-07T06:37:44.907Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-07T06:37:44.909Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:37:44.909Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:37:44.909Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:38:03.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:38:03.026Z||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-07T06:38:03.026Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:38:03.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:38:03.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124563016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124563016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:38:03.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124566023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:38:03.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124568019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:38:03.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124594046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124596253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124599381,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:38:03.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124594046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124596253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "cds",
"timestamp": 1665124598790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124594046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124596253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "cds",
"timestamp": 1665124598790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124594046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124596253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "cds",
"timestamp": 1665124598790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124594046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124596253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "cds",
"timestamp": 1665124598790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124594046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124596253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "cds",
"timestamp": 1665124598790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124594046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124596253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "cds",
"timestamp": 1665124598790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124604650,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124594046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124596253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "cds",
"timestamp": 1665124598790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124604650,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "cds",
"timestamp": 1665124598790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124606843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124604650,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124607027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124604650,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "cds",
"timestamp": 1665124607853,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "clamp",
"timestamp": 1665124607428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124608537,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124608671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124604650,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "cds",
"timestamp": 1665124608862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-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-07T06:38:03.111Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a4bed21-bf46-4818-aa68-35493a56706b
2022-10-07T06:38:03.111Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a4bed21-bf46-4818-aa68-35493a56706b 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-07T06:38:03.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "clamp",
"timestamp": 1665124607428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124609558,
"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-07T06:38:03.128Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9a4bed21-bf46-4818-aa68-35493a56706b
2022-10-07T06:38:03.128Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a4bed21-bf46-4818-aa68-35493a56706b 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-07T06:38:03.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124609675,
"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-07T06:38:03.142Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a4bed21-bf46-4818-aa68-35493a56706b
2022-10-07T06:38:03.142Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a4bed21-bf46-4818-aa68-35493a56706b 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-07T06:38:03.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "aai-ml",
"timestamp": 1665124611134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124604650,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "clamp",
"timestamp": 1665124607428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "aai-ml",
"timestamp": 1665124611134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124604650,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "clamp",
"timestamp": 1665124607428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "aai-ml",
"timestamp": 1665124611134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124604650,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "clamp",
"timestamp": 1665124607428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "aai-ml",
"timestamp": 1665124611134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "clamp",
"timestamp": 1665124607428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "aai-ml",
"timestamp": 1665124611134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "clamp",
"timestamp": 1665124607428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "aai-ml",
"timestamp": 1665124611134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "clamp",
"timestamp": 1665124607428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "aai-ml",
"timestamp": 1665124611134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "aai-ml",
"timestamp": 1665124611134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "aai-ml",
"timestamp": 1665124620125,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:38:03.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:14.909Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-07T06:38:14.923Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-07T06:38:14.929Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:38:14.929Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:38:14.929Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:38:44.930Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-07T06:38:44.948Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-07T06:38:44.951Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:38:44.951Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:38:44.952Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:39:03.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:39:03.025Z||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-07T06:39:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:03.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:03.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "aai-ml",
"timestamp": 1665124626714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:39:03.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "clamp",
"timestamp": 1665124625163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "aai-ml",
"timestamp": 1665124627722,
"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-07T06:39:03.100Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a4bed21-bf46-4818-aa68-35493a56706b
2022-10-07T06:39:03.100Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a4bed21-bf46-4818-aa68-35493a56706b 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-07T06:39:03.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "clamp",
"timestamp": 1665124627172,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "clamp",
"timestamp": 1665124628177,
"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-07T06:39:03.121Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a4bed21-bf46-4818-aa68-35493a56706b
2022-10-07T06:39:03.121Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a4bed21-bf46-4818-aa68-35493a56706b 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-07T06:39:03.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124623015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124631917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124633873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "cds",
"timestamp": 1665124628790,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124624046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124624650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "cds",
"timestamp": 1665124628790,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124624046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124624650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "cds",
"timestamp": 1665124628790,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124624046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124624650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124636247,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124624046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "cds",
"timestamp": 1665124628790,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124624650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124636247,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "cds",
"timestamp": 1665124628790,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124624046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124624650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124637428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124636247,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "cds",
"timestamp": 1665124628790,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124624046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124624650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124637428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124641134,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124636247,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "cds",
"timestamp": 1665124628790,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124624046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124624650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124637428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124641134,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124636247,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "cds",
"timestamp": 1665124628790,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124624046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124624650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124637428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124641134,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124636247,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "cds",
"timestamp": 1665124628790,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124624046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124624650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124637428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124641134,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124636247,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124637428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124644073,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124643696,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "cds",
"timestamp": 1665124643559,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124641134,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124636247,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124637428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "cds",
"timestamp": 1665124644564,
"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-07T06:39:03.171Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81c083b8-9794-42f2-8933-9a74f409f660
2022-10-07T06:39:03.171Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c083b8-9794-42f2-8933-9a74f409f660 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-07T06:39:03.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124641134,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124636247,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124645320,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124637428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124645681,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124641134,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124637428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124646528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "cds",
"timestamp": 1665124645568,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124646686,
"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-07T06:39:03.188Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81c083b8-9794-42f2-8933-9a74f409f660
2022-10-07T06:39:03.188Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c083b8-9794-42f2-8933-9a74f409f660 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-07T06:39:03.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124641134,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "cds",
"timestamp": 1665124645568,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124647983,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124641134,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "cds",
"timestamp": 1665124645568,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124649169,
"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-07T06:39:03.202Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81c083b8-9794-42f2-8933-9a74f409f660
2022-10-07T06:39:03.202Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c083b8-9794-42f2-8933-9a74f409f660 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-07T06:39:03.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124651301,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "cds",
"timestamp": 1665124645568,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124650188,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "cds",
"timestamp": 1665124645568,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "cds",
"timestamp": 1665124645568,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124651208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "cds",
"timestamp": 1665124645568,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124651208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124651208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "cds",
"timestamp": 1665124653394,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124651208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "cds",
"timestamp": 1665124654398,
"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-07T06:39:03.228Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
2022-10-07T06:39:03.228Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 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-07T06:39:03.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124654046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124651208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124654046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124651208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124654046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124656248,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124651208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124654046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124656248,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124659075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124654046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124660838,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:39:03.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124656248,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124659167,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124654046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "aai-ml",
"timestamp": 1665124661842,
"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-07T06:39:03.249Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81c083b8-9794-42f2-8933-9a74f409f660
2022-10-07T06:39:03.249Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c083b8-9794-42f2-8933-9a74f409f660 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-07T06:39:03.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124656248,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124660309,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124660195,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124654046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124656248,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124661477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "clamp",
"timestamp": 1665124661199,
"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-07T06:39:03.272Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81c083b8-9794-42f2-8933-9a74f409f660
2022-10-07T06:39:03.272Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c083b8-9794-42f2-8933-9a74f409f660 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-07T06:39:03.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124661815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124656248,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124662507,
"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-07T06:39:03.296Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
2022-10-07T06:39:03.296Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 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-07T06:39:03.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665124656248,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665124663520,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T06:39:03.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124663867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:39:03.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665124664871,
"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-07T06:39:03.325Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
2022-10-07T06:39:03.325Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 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-07T06:39:03.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "clamp",
"timestamp": 1665124667429,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "clamp",
"timestamp": 1665124667429,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "aai-ml",
"timestamp": 1665124671134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "clamp",
"timestamp": 1665124667429,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "aai-ml",
"timestamp": 1665124671134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "clamp",
"timestamp": 1665124667429,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "aai-ml",
"timestamp": 1665124671134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "clamp",
"timestamp": 1665124667429,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "aai-ml",
"timestamp": 1665124671134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "clamp",
"timestamp": 1665124667429,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "aai-ml",
"timestamp": 1665124671134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "clamp",
"timestamp": 1665124667429,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "aai-ml",
"timestamp": 1665124671134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "aai-ml",
"timestamp": 1665124671134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "aai-ml",
"timestamp": 1665124678930,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.340Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "clamp",
"timestamp": 1665124681171,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.342Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:14.953Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-07T06:39:14.966Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-07T06:39:14.969Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:39:14.969Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T06:39:14.970Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T06:39:14.970Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T06:39:14.970Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:39:14.970Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:39:14.970Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:39:14.971Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:39:14.971Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:39:14.971Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:39:14.972Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||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-07T06:39:14.976Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T06:39:44.977Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b 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-07T06:39:44.984Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a4bed21-bf46-4818-aa68-35493a56706b and serviceModelVersionId: 2b168432-5bbe-4298-8501-1c565cc505ab
2022-10-07T06:39:44.984Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229
2022-10-07T06:39:44.986Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?depth=0
2022-10-07T06:39:44.992Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T06:39:45.051Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-07T06:39:45.055Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?depth=0|INFO|500||Invoke
2022-10-07T06:39:45.076Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-07T06:39:45.483Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?depth=0|INFO|500||InvokeReturn
2022-10-07T06:39:45.483Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221007-06:39:44:281-63096], vertex-id=[426160], Content-Length=[0], Date=[Fri, 07 Oct 2022 06:39:44 GMT], Content-Type=[application/json]}
2022-10-07T06:39:45.484Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-07T06:39:45.485Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T06:39:45.485Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||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-07T06:39:45.489Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||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-07T06:39:45.490Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a4bed21-bf46-4818-aa68-35493a56706b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T06:39:45.490Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T06:39:45.490Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:45.493Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:45.493Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124785490,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:39:45.593Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:39:45.595Z||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-07T06:39:45.595Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:45.610Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:45.611Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-07T06:39:46.522Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:39:46.522Z|9a4bed21-bf46-4818-aa68-35493a56706b|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-07T06:39:46.526Z|9a4bed21-bf46-4818-aa68-35493a56706b|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:50.998Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:50.999Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:39:50.999Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"81c083b8-9794-42f2-8933-9a74f409f660","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"225222ad-89b8-4b8e-8a67-b0253c8a3c00","serviceDescription":"service","serviceInvariantUUID":"99e955eb-1018-4d58-8a1b-c7aab5f5e4f0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eaf52858-8837-44da-a930-064db14f3dd9","resourceInvariantUUID":"92d0a11d-cdcf-4cf9-880c-02bc8371c7a2","resourceCustomizationUUID":"6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01","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":"OTRkNDg5MzM1MDQxODQxNzc5M2Q1MDA1NTk0MjkwOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3bd5f75-191f-4217-8bd3-b394ffb761b4","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":"315b4972-88cc-409c-81f2-6bf0af706f29","artifactVersion":"2","generatedFromUUID":"4b34b145-61c9-4c42-b1b8-1a1ebd29f82b"},{"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":"4b34b145-61c9-4c42-b1b8-1a1ebd29f82b","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":"ZTQwMWQyYTliMDRhZmFhY2Y3MDNhZDFmNDczMDFlNmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9a89970f-0eec-4ab0-81e2-a9dbcc2f9950","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":"245fdc0b-bc4b-43ed-b2a3-305b4756b909","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":"25117af2-125d-409d-8fac-897ce9aaef1d","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":"533082d0-277b-43df-b031-7657a5b3d2f5","artifactVersion":"2","generatedFromUUID":"245fdc0b-bc4b-43ed-b2a3-305b4756b909"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmMwODc4ZDQ2Y2QyYmFmMWY2MDI0MWJlMTkyNDlmZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a676f39-bf8d-4820-83ee-c388840c548f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2Y2MWU4MTI0NDM1MzM4ZjUwMmNkMDBlYzZjOGRlODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7785ccb-c289-4135-a7cf-8f895af22cb1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:39:51.004Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:51.005Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:51.008Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:51.009Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:51.109Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:51.110Z||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-07T06:39:51.110Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:51.126Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:51.126Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:52.009Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:52.010Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:52.012Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:52.012Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-07T06:39:52.112Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:52.113Z||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-07T06:39:52.113Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:52.127Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:52.128Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:53.012Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:53.013Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:53.015Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:53.015Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-07T06:39:53.117Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-07T06:39:53.118Z||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-07T06:39:53.118Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:53.137Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:53.137Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:54.016Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:54.016Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:54.018Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:54.018Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T06:39:54.118Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:54.119Z||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-07T06:39:54.119Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:54.145Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:54.145Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:55.019Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:55.019Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:55.021Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:55.022Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-07T06:39:55.122Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:55.122Z||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-07T06:39:55.123Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:55.140Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:55.140Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:56.022Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:56.023Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:56.025Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:56.025Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:56.125Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:56.126Z||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-07T06:39:56.126Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:56.138Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:56.138Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:57.025Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:57.026Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:57.028Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:57.028Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-07T06:39:57.128Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:39:57.129Z||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-07T06:39:57.130Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:57.140Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:57.140Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:58.029Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:58.030Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:58.033Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:58.033Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:39:58.134Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:58.135Z||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-07T06:39:58.135Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:58.149Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:58.149Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:59.034Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:59.035Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:59.037Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:59.037Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:39:59.137Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:59.138Z||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-07T06:39:59.138Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:59.150Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:39:59.150Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:00.039Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "225222ad-89b8-4b8e-8a67-b0253c8a3c00",
"serviceDescription": "service",
"serviceInvariantUUID": "99e955eb-1018-4d58-8a1b-c7aab5f5e4f0",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "eaf52858-8837-44da-a930-064db14f3dd9",
"resourceInvariantUUID": "92d0a11d-cdcf-4cf9-880c-02bc8371c7a2",
"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": "315b4972-88cc-409c-81f2-6bf0af706f29",
"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": "4b34b145-61c9-4c42-b1b8-1a1ebd29f82b",
"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": "ZTQwMWQyYTliMDRhZmFhY2Y3MDNhZDFmNDczMDFlNmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9a89970f-0eec-4ab0-81e2-a9dbcc2f9950",
"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": "245fdc0b-bc4b-43ed-b2a3-305b4756b909",
"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": "533082d0-277b-43df-b031-7657a5b3d2f5",
"generatedFromUUID": "245fdc0b-bc4b-43ed-b2a3-305b4756b909"
},
"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": "533082d0-277b-43df-b031-7657a5b3d2f5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "M2Y2MWU4MTI0NDM1MzM4ZjUwMmNkMDBlYzZjOGRlODc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7785ccb-c289-4135-a7cf-8f895af22cb1"
}
],
"workloadContext": "Production"
}
2022-10-07T06:40:00.040Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T06:40:00.040Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 225222ad-89b8-4b8e-8a67-b0253c8a3c00 ASDC
2022-10-07T06:40:00.040Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:81c083b8-9794-42f2-8933-9a74f409f660
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:225222ad-89b8-4b8e-8a67-b0253c8a3c00
ServiceInvariantUUID:99e955eb-1018-4d58-8a1b-c7aab5f5e4f0
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:b7785ccb-c289-4135-a7cf-8f895af22cb1
ArtifactChecksum:M2Y2MWU4MTI0NDM1MzM4ZjUwMmNkMDBlYzZjOGRlODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01
ResourceInvariantUUID:92d0a11d-cdcf-4cf9-880c-02bc8371c7a2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:eaf52858-8837-44da-a930-064db14f3dd9
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:315b4972-88cc-409c-81f2-6bf0af706f29
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:4b34b145-61c9-4c42-b1b8-1a1ebd29f82b
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:9a89970f-0eec-4ab0-81e2-a9dbcc2f9950
ArtifactChecksum:ZTQwMWQyYTliMDRhZmFhY2Y3MDNhZDFmNDczMDFlNmY=
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:245fdc0b-bc4b-43ed-b2a3-305b4756b909
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:533082d0-277b-43df-b031-7657a5b3d2f5
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:533082d0-277b-43df-b031-7657a5b3d2f5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-07T06:40:00.040Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 225222ad-89b8-4b8e-8a67-b0253c8a3c00 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-07T06:40:00.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:40:00.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:00.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:00.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b7785ccb-c289-4135-a7cf-8f895af22cb1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-07T06:40:00.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:00.096Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-07T06:40:00.363Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:00.371Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b7785ccb-c289-4135-a7cf-8f895af22cb1 73673
2022-10-07T06:40:00.371Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:00.372Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:00.372Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:00.372Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:00.374Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:00.374Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124800371,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:40:00.475Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:00.476Z||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-07T06:40:00.476Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:00.498Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:00.498Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:01.375Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:40:01.376Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:01.377Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b7785ccb-c289-4135-a7cf-8f895af22cb1, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T06:40:01.377Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-07T06:40:01.378Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T06:40:01.378Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T06:40:01.537Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8439742304342696642/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-07T06:40:02.800Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T06:40:02.800Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:40:02.800Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T06:40:02.800Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b578caa6-7d42-4270-9d08-9611b86c4664
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:225222ad-89b8-4b8e-8a67-b0253c8a3c00
Model Version:NULL
Model InvariantUuid:99e955eb-1018-4d58-8a1b-c7aab5f5e4f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:9767b0b4-024d-4fbd-bd1e-e619348a8904
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:92d0a11d-cdcf-4cf9-880c-02bc8371c7a2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:94835735-c2aa-47b4-8d94-78acbb6a513d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d5a78112-9736-43e8-a0ac-8aa84d6c63a8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b578caa6-7d42-4270-9d08-9611b86c4664
ModelInvariantUuid:3f74b81a-9b16-4d1b-b4d8-0954dbd20492
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9046877f-ac23-48a6-835e-1420487a7fdd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:f15dbd18-68c0-41b7-8b62-61750cb92052
ModelInvariantUuid:0fd1515f-00fb-42a0-b0fa-e2b4d5981000
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:960ece5b-c89c-4efb-8f03-60d4b8ab1ce7
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-07T06:40:02.814Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: eaf52858-8837-44da-a930-064db14f3dd9
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-07T06:40:02.816Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-10-07T06:40:02.816Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eaf52858-8837-44da-a930-064db14f3dd9
2022-10-07T06:40:02.817Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 315b4972-88cc-409c-81f2-6bf0af706f29 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-07T06:40:02.817Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:02.817Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:02.931Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:02.931Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 315b4972-88cc-409c-81f2-6bf0af706f29 12
2022-10-07T06:40:02.931Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:02.931Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:02.931Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:02.932Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:02.954Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:02.955Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124802931,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:40:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:40:03.024Z||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-07T06:40:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:03.033Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-10-07T06:40:03.034Z||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-07T06:40:03.034Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:03.044Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:03.044Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:03.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:03.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:40:03.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "clamp",
"timestamp": 1665124683179,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:40:03.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:40:03.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:40:03.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "clamp",
"timestamp": 1665124684182,
"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-07T06:40:03.056Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
2022-10-07T06:40:03.057Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 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-07T06:40:03.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:40:03.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "aai-ml",
"timestamp": 1665124686638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:40:03.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:40:03.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:40:03.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "aai-ml",
"timestamp": 1665124687644,
"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-07T06:40:03.073Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
2022-10-07T06:40:03.073Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 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-07T06:40:03.955Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4b34b145-61c9-4c42-b1b8-1a1ebd29f82b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-07T06:40:03.956Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:03.956Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:04.078Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:04.079Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4b34b145-61c9-4c42-b1b8-1a1ebd29f82b 2688
2022-10-07T06:40:04.079Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:04.080Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:04.080Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:04.080Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:04.082Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:04.082Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124804079,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:40:04.182Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:04.183Z||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-07T06:40:04.183Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:04.194Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:04.194Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:05.083Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9a89970f-0eec-4ab0-81e2-a9dbcc2f9950 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-07T06:40:05.084Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:05.084Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:05.212Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:05.213Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9a89970f-0eec-4ab0-81e2-a9dbcc2f9950 828
2022-10-07T06:40:05.213Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:05.213Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:05.214Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:05.214Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:05.216Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:05.216Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124805213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:40:05.316Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:05.317Z||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-07T06:40:05.317Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:05.328Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:05.329Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:06.217Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "94835735-c2aa-47b4-8d94-78acbb6a513d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5a78112-9736-43e8-a0ac-8aa84d6c63a8",
"vfModuleModelCustomizationUUID": "925fff29-7fe4-450f-a4c2-35a32ebe4306",
"isBase": true,
"artifacts": [
"4b34b145-61c9-4c42-b1b8-1a1ebd29f82b",
"245fdc0b-bc4b-43ed-b2a3-305b4756b909",
"533082d0-277b-43df-b031-7657a5b3d2f5"
],
"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-07T06:40:06.223Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5a78112-9736-43e8-a0ac-8aa84d6c63a8
VfModuleModelInvariantUUID:94835735-c2aa-47b4-8d94-78acbb6a513d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b34b145-61c9-4c42-b1b8-1a1ebd29f82b
,
245fdc0b-bc4b-43ed-b2a3-305b4756b909
,
533082d0-277b-43df-b031-7657a5b3d2f5
}
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-07T06:40:06.225Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "94835735-c2aa-47b4-8d94-78acbb6a513d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5a78112-9736-43e8-a0ac-8aa84d6c63a8",
"vfModuleModelCustomizationUUID": "925fff29-7fe4-450f-a4c2-35a32ebe4306",
"isBase": true,
"artifacts": [
"4b34b145-61c9-4c42-b1b8-1a1ebd29f82b",
"245fdc0b-bc4b-43ed-b2a3-305b4756b909",
"533082d0-277b-43df-b031-7657a5b3d2f5"
],
"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-07T06:40:06.226Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5a78112-9736-43e8-a0ac-8aa84d6c63a8
VfModuleModelInvariantUUID:94835735-c2aa-47b4-8d94-78acbb6a513d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b34b145-61c9-4c42-b1b8-1a1ebd29f82b
,
245fdc0b-bc4b-43ed-b2a3-305b4756b909
,
533082d0-277b-43df-b031-7657a5b3d2f5
}
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-07T06:40:06.226Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 245fdc0b-bc4b-43ed-b2a3-305b4756b909 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-07T06:40:06.226Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:06.226Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:06.418Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:06.419Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 245fdc0b-bc4b-43ed-b2a3-305b4756b909 1164
2022-10-07T06:40:06.419Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:06.419Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:06.419Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:06.420Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:06.422Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:06.422Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124806419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:40:06.522Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:06.523Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-07T06:40:06.523Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:06.534Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:06.535Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:07.423Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 533082d0-277b-43df-b031-7657a5b3d2f5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-07T06:40:07.423Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:07.424Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:07.595Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:07.596Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 533082d0-277b-43df-b031-7657a5b3d2f5 200
2022-10-07T06:40:07.599Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:07.599Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:07.599Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:07.600Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:07.601Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:07.602Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124807599,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:40:07.702Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:07.702Z||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-07T06:40:07.703Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:07.715Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:07.715Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:08.602Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 225222ad-89b8-4b8e-8a67-b0253c8a3c00
2022-10-07T06:40:08.603Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 eaf52858-8837-44da-a930-064db14f3dd9 ASDC
2022-10-07T06:40:08.630Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-07T06:40:08.644Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@416c3355, org.onap.sdc.toscaparser.api.parameters.Input@5c604e0e, org.onap.sdc.toscaparser.api.parameters.Input@4b82e58b, org.onap.sdc.toscaparser.api.parameters.Input@15e8e0a2, org.onap.sdc.toscaparser.api.parameters.Input@35be8fd1]
2022-10-07T06:40:08.646Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.647Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.647Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-10-07T06:40:08.647Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01
2022-10-07T06:40:08.648Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01 matches Tosca VF Customization UUID: 6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01
2022-10-07T06:40:08.648Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01 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-07T06:40:08.650Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.650Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.651Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-07T06:40:08.651Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65bdb2ac
2022-10-07T06:40:08.651Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.652Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:40:08.652Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 925fff29-7fe4-450f-a4c2-35a32ebe4306
2022-10-07T06:40:08.652Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 925fff29-7fe4-450f-a4c2-35a32ebe4306
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-07T06:40:08.654Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.655Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:08.655Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:08.658Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.659Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:08.659Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:08.659Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.659Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-07T06:40:08.660Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-07T06:40:08.660Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b578caa6-7d42-4270-9d08-9611b86c4664
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-07T06:40:08.662Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.663Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:08.663Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:08.663Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.663Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:08.663Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01
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-07T06:40:08.679Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.679Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.679Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 225222ad-89b8-4b8e-8a67-b0253c8a3c00: basic_cnf
2022-10-07T06:40:08.679Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.680Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.680Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.680Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.680Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.680Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.681Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.681Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.681Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:08.681Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.681Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:08.762Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf eaf52858-8837-44da-a930-064db14f3dd9 1 ASDC deployResourceStructure
2022-10-07T06:40:08.763Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:08.763Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:08.764Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-07T06:40:08.764Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:08.765Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:08.766Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124808763,
"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-07T06:40:08.866Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:08.867Z||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-07T06:40:08.867Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:08.882Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:08.882Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:40:09.767Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:09.767Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:09.767Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-07T06:40:09.767Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:09.770Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:09.770Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124809766,
"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-07T06:40:09.869Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:09.871Z||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-07T06:40:09.871Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:09.884Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:09.884Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:10.771Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:10.772Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:10.772Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:40:10.772Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:10.774Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:10.774Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124810771,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-07T06:40:10.874Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:10.875Z||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-07T06:40:10.876Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:10.891Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:10.892Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:11.775Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:11.775Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:11.775Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:40:11.775Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:11.778Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:11.778Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124811775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-10-07T06:40:11.877Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:11.878Z||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-07T06:40:11.878Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:11.891Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:11.891Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:12.781Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:12.782Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:12.782Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:40:12.782Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:12.785Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:12.785Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124812781,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-10-07T06:40:12.886Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:12.887Z||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-07T06:40:12.887Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:12.901Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:12.902Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:13.787Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:13.787Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:13.787Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:40:13.787Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:13.790Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:13.790Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124813787,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-07T06:40:13.890Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:13.890Z||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-07T06:40:13.891Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:13.902Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:13.902Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:40:14.791Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81c083b8-9794-42f2-8933-9a74f409f660
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-07T06:40:14.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81c083b8-9794-42f2-8933-9a74f409f660
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-07T06:40:14.808Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:40:14.808Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T06:40:14.809Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T06:40:14.809Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T06:40:14.809Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:40:14.809Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:40:14.810Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:40:14.810Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:40:14.810Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:40:14.810Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-07T06:40:14.810Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:14.815Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T06:40:44.815Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81c083b8-9794-42f2-8933-9a74f409f660 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-07T06:40:44.824Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81c083b8-9794-42f2-8933-9a74f409f660 and serviceModelVersionId: 225222ad-89b8-4b8e-8a67-b0253c8a3c00
2022-10-07T06:40:44.824Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99e955eb-1018-4d58-8a1b-c7aab5f5e4f0
2022-10-07T06:40:44.825Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?depth=0
2022-10-07T06:40:44.829Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T06:40:44.875Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-07T06:40:44.876Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?depth=0|INFO|500||Invoke
2022-10-07T06:40:44.896Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-07T06:40:45.064Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?depth=0|INFO|500||InvokeReturn
2022-10-07T06:40:45.064Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221007-06:40:44:096-73271], vertex-id=[213040], Content-Length=[0], Date=[Fri, 07 Oct 2022 06:40:44 GMT], Content-Type=[application/json]}
2022-10-07T06:40:45.064Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-07T06:40:45.065Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T06:40:45.065Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:45.069Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-07T06:40:45.069Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81c083b8-9794-42f2-8933-9a74f409f660 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T06:40:45.069Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T06:40:45.069Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:45.071Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:45.071Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124845069,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:40:45.171Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:45.172Z||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-07T06:40:45.172Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:45.197Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:45.198Z||pool-56-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-07T06:40:46.084Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:40:46.084Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6382dc2b-e72f-4728-b9b7-8ebb60fd95f9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"80d1dc78-feb0-4b6d-b0d4-0680ae53522f","serviceDescription":"service","serviceInvariantUUID":"377a3d3c-a5ef-43f8-864f-516adccc4871","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04ca43c2-62f4-4d3d-b64a-51577842b775","resourceInvariantUUID":"0693fa2f-e67f-4b64-ada9-bada659ea2c8","resourceCustomizationUUID":"7ff31e22-04c8-4bcf-ae43-389315520bba","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":"MDJkZGI1ZGQzNzQxMTM5NDg1MjI1YzMwNjNkYjFlZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d7a02c3-22b5-419a-a445-e2a897ebab3e","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":"MGM1NDFiYTczNmViNjUwOWNlODQwZjM5NjIwNWY4YzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83f9e181-8900-4c78-9f54-c572650e2afe","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":"6a8a075c-48e5-4740-9e50-c02932d950e6","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":"9bfe0672-a8c8-4cc1-a932-fc0c0c747cd7","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":"ae644f06-d2de-4fde-a3a0-057da5fc6289","artifactVersion":"2","generatedFromUUID":"6a8a075c-48e5-4740-9e50-c02932d950e6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDg0NjcyMjNiZDY3YzJmMWVhMzk0MGYyNGY0YzhmZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"893237d2-db77-4010-afa3-20166bf1c69c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmJlYmQ3OTIwYzZkNTc4ZjMwNTYxMDk2MDg1OTJhZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91b48e3b-43b0-4e54-9422-2bbf00a08a8a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:40:46.085Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:46.085Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:46.088Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:46.088Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:40:46.190Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-07T06:40:46.196Z||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-07T06:40:46.196Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:46.208Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:46.208Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:40:47.090Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:47.090Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:47.092Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:47.092Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-07T06:40:47.192Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:47.193Z||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-07T06:40:47.193Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:47.206Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:47.206Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:48.092Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:48.093Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:48.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:48.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-07T06:40:48.195Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:48.196Z||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-07T06:40:48.196Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:48.208Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:48.208Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:49.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:49.096Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:49.098Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:49.098Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:40:49.200Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-07T06:40:49.201Z||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-07T06:40:49.201Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:49.218Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:49.218Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:50.099Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:50.100Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:50.102Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:50.102Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-07T06:40:50.202Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:50.203Z||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-07T06:40:50.203Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:50.215Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:50.215Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:51.102Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:51.103Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:51.106Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:51.106Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-07T06:40:51.206Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:51.207Z||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-07T06:40:51.207Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:51.238Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:51.239Z||pool-62-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:40:52.107Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:52.108Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:52.111Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:52.111Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124786522,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-07T06:40:52.211Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:52.212Z||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-07T06:40:52.212Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:52.222Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:52.223Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:53.113Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "80d1dc78-feb0-4b6d-b0d4-0680ae53522f",
"serviceDescription": "service",
"serviceInvariantUUID": "377a3d3c-a5ef-43f8-864f-516adccc4871",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "7ff31e22-04c8-4bcf-ae43-389315520bba",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "04ca43c2-62f4-4d3d-b64a-51577842b775",
"resourceInvariantUUID": "0693fa2f-e67f-4b64-ada9-bada659ea2c8",
"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": "MGM1NDFiYTczNmViNjUwOWNlODQwZjM5NjIwNWY4YzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83f9e181-8900-4c78-9f54-c572650e2afe",
"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": "6a8a075c-48e5-4740-9e50-c02932d950e6",
"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": "ae644f06-d2de-4fde-a3a0-057da5fc6289",
"generatedFromUUID": "6a8a075c-48e5-4740-9e50-c02932d950e6"
},
"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": "ae644f06-d2de-4fde-a3a0-057da5fc6289",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YmJlYmQ3OTIwYzZkNTc4ZjMwNTYxMDk2MDg1OTJhZGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "91b48e3b-43b0-4e54-9422-2bbf00a08a8a"
}
],
"workloadContext": "Production"
}
2022-10-07T06:40:53.114Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T06:40:53.114Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 80d1dc78-feb0-4b6d-b0d4-0680ae53522f ASDC
2022-10-07T06:40:53.115Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:80d1dc78-feb0-4b6d-b0d4-0680ae53522f
ServiceInvariantUUID:377a3d3c-a5ef-43f8-864f-516adccc4871
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:91b48e3b-43b0-4e54-9422-2bbf00a08a8a
ArtifactChecksum:YmJlYmQ3OTIwYzZkNTc4ZjMwNTYxMDk2MDg1OTJhZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:7ff31e22-04c8-4bcf-ae43-389315520bba
ResourceInvariantUUID:0693fa2f-e67f-4b64-ada9-bada659ea2c8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:04ca43c2-62f4-4d3d-b64a-51577842b775
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:83f9e181-8900-4c78-9f54-c572650e2afe
ArtifactChecksum:MGM1NDFiYTczNmViNjUwOWNlODQwZjM5NjIwNWY4YzY=
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:6a8a075c-48e5-4740-9e50-c02932d950e6
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:ae644f06-d2de-4fde-a3a0-057da5fc6289
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:ae644f06-d2de-4fde-a3a0-057da5fc6289
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-07T06:40:53.115Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80d1dc78-feb0-4b6d-b0d4-0680ae53522f 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-07T06:40:53.149Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:40:53.150Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:53.150Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:53.150Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 91b48e3b-43b0-4e54-9422-2bbf00a08a8a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-07T06:40:53.150Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:53.150Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-07T06:40:53.973Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:53.979Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 91b48e3b-43b0-4e54-9422-2bbf00a08a8a 74807
2022-10-07T06:40:53.979Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-07T06:40:53.979Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-07T06:40:53.980Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:53.980Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:53.982Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:53.982Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665124853979,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-07T06:40:54.082Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:54.083Z||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-07T06:40:54.084Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:54.099Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-07T06:40:54.100Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:54.983Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:40:54.984Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:54.985Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 91b48e3b-43b0-4e54-9422-2bbf00a08a8a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T06:40:54.985Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-07T06:40:54.986Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T06:40:54.986Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T06:40:55.186Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17374495132403510040/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-07T06:40:56.276Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T06:40:56.276Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:40:56.278Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:56.278Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:56.278Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T06:40:56.278Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:40:56.278Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:56.280Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:56.280Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-07T06:40:56.281Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-07T06:40:56.281Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-07T06:40:56.281Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-07T06:40:56.281Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-07T06:40:56.281Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-07T06:40:56.282Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-07T06:40:56.282Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:40:56.282Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery