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-09-13T05:09:00.296Z||main|||||INFO|500||The following profiles are active: basic
2022-09-13T05:09:13.059Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-13T05:09:13.060Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-13T05:09:13.171Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-13T05:09:17.585Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-13T05:09:18.053Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-13T05:09:18.570Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-13T05:09:18.577Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-13T05:09:18.721Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-13T05:09:19.000Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-13T05:09:19.698Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-13T05:09:21.759Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-13T05:09:24.131Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-13T05:09:24.189Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-13T05:09:24.717Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-13T05:09:24.930Z||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-09-13T05:09:26.062Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-13T05:09:27.113Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-13T05:09:27.129Z||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$$9f28e7d9.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-09-13T05:09:27.130Z||main|||||WARN|500||The sdc end point is not alive
2022-09-13T05:09:30.094Z||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-09-13T05:09:33.302Z||main|||||WARN|500||---
2022-09-13T05:09:33.303Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-13T05:09:33.303Z||main|||||WARN|500||---
2022-09-13T05:09:33.777Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-13T05:09:39.499Z||main|||||INFO|500||Started Application in 42.284 seconds (JVM running for 44.528)
2022-09-13T05:09:39.528Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T05:09:39.532Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T05:09:39.550Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T05:09:39.583Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T05:09:39.637Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2831f7f4-c766-4a5c-92c9-d7fe0801696b url= /sdc/v1/artifactTypes
2022-09-13T05:09:39.638Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-13T05:09:39.963Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-13T05:09:39.987Z||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-09-13T05:09:40.011Z||scheduling-1|||||DEBUG|500||create keys
2022-09-13T05:09:40.022Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-13T05:09:40.065Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:09:40.082Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fddd3293-3722-49c7-88af-a5b450d5e7f2 url= /sdc/v1/registerForDistribution
2022-09-13T05:09:40.183Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fddd3293-3722-49c7-88af-a5b450d5e7f2 url= /sdc/v1/registerForDistribution
2022-09-13T05:09:40.184Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-13T05:09:40.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:09:40.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:09:40.208Z||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-09-13T05:09:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:09:40.213Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-13T05:09:40.207Z||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-09-13T05:09:40.218Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:09:50.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:09:50.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:10:40.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:10:40.196Z||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-09-13T05:10:40.197Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:10:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:10:40.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:10:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:10:49.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:10:49.785Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:11:40.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:11:40.192Z||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-09-13T05:11:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:11:40.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:11:40.207Z||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-09-13T05:11:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:11:49.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:11:49.788Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:12:40.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:12:40.200Z||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-09-13T05:12:40.201Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:12:40.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:12:40.208Z||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-09-13T05:12:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:12:49.800Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:12:49.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:13:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:13:40.193Z||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-09-13T05:13:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:13:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:13:40.207Z||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-09-13T05:13:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:13:49.801Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:13:49.801Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:14:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:14:40.192Z||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-09-13T05:14:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:14:40.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:14:40.209Z||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-09-13T05:14:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:14:49.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:14:49.798Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:15:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:15:40.192Z||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-09-13T05:15:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:15:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:15:40.207Z||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-09-13T05:15:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:15:49.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:15:49.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:16:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:16:40.195Z||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-09-13T05:16:40.195Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:16:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:16:40.210Z||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-09-13T05:16:40.210Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:16:49.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:16:49.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:17:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:17:40.192Z||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-09-13T05:17:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:17:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:17:40.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:17:40.207Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:17:49.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:17:49.773Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:18:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:18:40.192Z||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-09-13T05:18:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:18:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:18:40.207Z||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-09-13T05:18:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:18:49.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:18:49.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:19:17.721Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-13T05:19:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:19:40.192Z||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-09-13T05:19:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:19:40.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:19:40.208Z||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-09-13T05:19:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:19:49.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:19:49.779Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:20:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:20:40.191Z||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-09-13T05:20:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:20:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:20:40.207Z||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-09-13T05:20:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:20:49.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:20:49.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:21:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:21:40.192Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:21:40.192Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:21:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:21:40.207Z||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-09-13T05:21:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:21:49.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:21:49.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:22:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:22:40.193Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:22:40.194Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:22:40.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:22:40.208Z||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-09-13T05:22:40.209Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:22:49.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:22:49.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:23:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:23:40.194Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:23:40.194Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:23:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:23:40.207Z||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-09-13T05:23:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:23:49.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:23:49.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:24:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:24:40.192Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:24:40.192Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:24:40.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:24:40.208Z||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-09-13T05:24:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:24:49.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:24:49.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:25:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:25:40.192Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:25:40.192Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:25:40.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:25:40.208Z||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-09-13T05:25:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:25:49.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:25:49.782Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:26:40.192Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:26:40.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:26:40.196Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:26:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:26:40.207Z||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-09-13T05:26:40.207Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:26:49.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:26:49.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:27:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:27:40.192Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:27:40.192Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:27:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:27:40.207Z||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-09-13T05:27:40.207Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:27:49.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:27:49.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:28:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:28:40.192Z||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-09-13T05:28:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:28:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:28:40.207Z||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-09-13T05:28:40.207Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:28:49.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:28:49.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:29:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:29:40.194Z||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-09-13T05:29:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:29:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:29:40.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:29:40.207Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:29:49.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:29:49.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:30:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:30:40.192Z||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-09-13T05:30:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:30:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:30:40.207Z||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-09-13T05:30:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:30:49.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:30:49.793Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:31:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:31:40.192Z||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-09-13T05:31:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:31:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:31:40.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:31:40.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:31:49.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:31:49.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:32:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:32:40.192Z||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-09-13T05:32:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:32:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:32:40.208Z||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-09-13T05:32:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:32:49.788Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:32:49.788Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:33:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:33:40.192Z||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-09-13T05:33:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:33:40.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:33:40.207Z||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-09-13T05:33:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:33:49.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:33:49.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:34:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:34:40.192Z||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-09-13T05:34:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:34:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:34:40.210Z||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-09-13T05:34:40.211Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:34:49.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:34:49.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:35:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:35:40.192Z||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-09-13T05:35:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:35:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:35:40.207Z||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-09-13T05:35:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:35:49.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:35:49.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:36:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:36:40.193Z||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-09-13T05:36:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:36:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:36:40.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:36:40.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:36:49.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:36:49.790Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:37:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:37:40.193Z||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-09-13T05:37:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:37:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:37:40.208Z||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-09-13T05:37:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:37:49.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:37:49.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:38:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:38:40.192Z||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-09-13T05:38:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:38:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:38:40.208Z||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-09-13T05:38:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:38:49.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:38:49.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:39:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:39:40.191Z||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-09-13T05:39:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:39:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:39:40.207Z||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-09-13T05:39:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:39:49.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:39:49.755Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:40:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:40:40.191Z||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-09-13T05:40:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:40:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:40:40.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:40:40.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:40:49.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:40:49.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:41:40.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:41:40.191Z||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-09-13T05:41:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:41:40.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:41:40.207Z||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-09-13T05:41:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:41:49.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:41:49.782Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:42:40.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:42:40.192Z||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-09-13T05:42:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:42:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:42:40.208Z||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-09-13T05:42:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:42:49.767Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:42:49.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:43:40.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:43:40.193Z||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-09-13T05:43:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:43:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:43:40.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:43:40.207Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:43:49.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:43:49.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:44:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:44:40.192Z||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-09-13T05:44:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:44:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:44:40.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:44:40.207Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:44:49.790Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:44:49.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:45:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:45:40.191Z||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-09-13T05:45:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:45:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:45:40.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:45:40.207Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:45:49.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:45:49.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:46:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:46:40.191Z||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-09-13T05:46:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:46:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:46:40.207Z||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-09-13T05:46:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:46:49.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:46:49.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:47:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:47:40.191Z||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-09-13T05:47:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:47:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:47:40.207Z||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-09-13T05:47:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:47:49.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:47:49.788Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:48:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:48:40.191Z||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-09-13T05:48:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:48:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:48:40.208Z||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-09-13T05:48:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:48:49.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:48:49.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:49:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:49:40.194Z||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-09-13T05:49:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:49:40.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:49:40.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:49:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:49:49.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:49:49.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:50:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:50:40.192Z||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-09-13T05:50:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:50:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:50:40.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:50:40.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:50:49.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:50:49.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:51:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:51:40.192Z||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-09-13T05:51:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:51:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:51:40.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:51:40.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:51:49.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:51:49.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:52:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:52:40.192Z||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-09-13T05:52:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:52:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:52:40.208Z||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-09-13T05:52:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:52:49.739Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:52:49.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:53:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:53:40.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:53:40.192Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:53:40.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:53:40.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:53:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:53:49.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:53:49.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:54:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:54:40.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:54:40.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:54:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:54:40.208Z||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-09-13T05:54:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:54:49.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:54:49.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:55:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:55:40.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:55:40.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:55:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:55:40.207Z||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-09-13T05:55:40.207Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:55:49.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:55:49.772Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:56:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:56:40.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:56:40.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:56:40.210Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:56:40.211Z||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-09-13T05:56:40.211Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:56:49.747Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:56:49.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:57:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:57:40.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:57:40.192Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:57:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:57:40.208Z||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-09-13T05:57:40.208Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:57:49.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:57:49.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:58:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:58:40.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:58:40.192Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:58:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:58:40.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:58:40.207Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:58:49.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:58:49.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:59:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:59:40.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:59:40.192Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:59:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:59:40.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T05:59:40.207Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:59:49.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T05:59:49.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:00:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:00:40.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:00:40.192Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:00:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:00:40.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:00:40.207Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:00:49.744Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:00:49.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:01:40.190Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:01:40.191Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:01:40.191Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:01:40.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:01:40.207Z||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-09-13T06:01:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:01:49.788Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:01:49.788Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:02:40.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:02:40.193Z||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-09-13T06:02:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:02:40.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:02:40.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:02:40.207Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:02:49.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:02:49.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:03:40.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:03:40.191Z||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-09-13T06:03:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:03:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:03:40.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:03:40.207Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:03:49.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:03:49.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:04:40.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:04:40.191Z||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-09-13T06:04:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:04:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:04:40.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:04:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:04:49.742Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:04:49.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:05:40.190Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:05:40.191Z||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-09-13T06:05:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:05:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:05:40.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:05:40.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:05:49.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:05:49.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:06:40.192Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:06:40.193Z||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-09-13T06:06:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:06:40.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:06:40.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:06:40.207Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:06:49.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:06:49.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:40.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:07:40.191Z||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-09-13T06:07:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:07:40.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:07:40.207Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:40.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:40.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7eef7773-196c-4bfc-bf70-dd6a3c39b1da","serviceName":"basic_onboard_zcKgWz","serviceVersion":"1.0","serviceUUID":"4e921079-0e6b-4a5a-9172-7a05d26eb5ac","serviceDescription":"service","serviceInvariantUUID":"8634c5e7-5553-4fe1-a037-8d8bda6b946f","resources":[{"resourceInstanceName":"basic_onboard_zcKgWz 0","resourceName":"basic_onboard_zcKgWz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"842c4190-b1a0-4c02-81b3-206dcde0cbaa","resourceInvariantUUID":"5fe2c4f8-b769-4fe9-a879-95af1c1b5a7c","resourceCustomizationUUID":"8f796118-67c6-4087-ac6c-ff7626f7d23f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml","artifactChecksum":"OWUzOGI5YTA3NDAyOWVkYWYxZjY4ZmIxOWE0MzU1N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32261149-5f8d-4201-b0e0-09128c0a34cd","artifactVersion":"1"},{"artifactName":"basic_onboard_zckgwz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json","artifactChecksum":"ZDk1ZDlmZDRjNzhmMzUzN2M3NWJkNmFhZmI4ZGIyZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7865ec8-5413-47c1-84c8-4f3704602893","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"95b3acbf-c792-47f3-bfe2-a7a2d3551572","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"066311a6-8a60-4dea-8360-fdb38b653256","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"13a60174-d2f7-4328-a5ff-d07614826e29","artifactVersion":"2","generatedFromUUID":"95b3acbf-c792-47f3-bfe2-a7a2d3551572"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZckgwz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml","artifactChecksum":"N2FlYzQ0NGQxN2MzY2M5ODBiODI5YTQ3MGQ5NTQzNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a4ba2c8-8fee-4357-a5e4-d992b4dce612","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZckgwz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar","artifactChecksum":"ZjdiMDQ5NGVjNDNmNDc4YjE0YWM4NzdhZWM2MzEzYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bcc00a3-97e4-4e39-b606-00f38c2b5e06","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T06:07:40.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:40.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "cds",
"timestamp": 1663049208360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.841Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:40.850Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:40.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "aai-ml",
"timestamp": 1663049210620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "cds",
"timestamp": 1663049208360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "aai-ml",
"timestamp": 1663049210620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "clamp",
"timestamp": 1663049213303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "cds",
"timestamp": 1663049208360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "aai-ml",
"timestamp": 1663049210620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.886Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:40.886Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "clamp",
"timestamp": 1663049213303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T06:07:40.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "policy-id",
"timestamp": 1663049214849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "cds",
"timestamp": 1663049208360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "aai-ml",
"timestamp": 1663049210620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "clamp",
"timestamp": 1663049213303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "policy-id",
"timestamp": 1663049214849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "cds",
"timestamp": 1663049208360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "aai-ml",
"timestamp": 1663049210620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "clamp",
"timestamp": 1663049213303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "policy-id",
"timestamp": 1663049214849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-13T06:07:40.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "cds",
"timestamp": 1663049208360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "aai-ml",
"timestamp": 1663049210620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "clamp",
"timestamp": 1663049213303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "policy-id",
"timestamp": 1663049214849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "cds",
"timestamp": 1663049208360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:07:40.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049217523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "aai-ml",
"timestamp": 1663049210620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:07:40.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "clamp",
"timestamp": 1663049213303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "policy-id",
"timestamp": 1663049214849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049217523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "cds",
"timestamp": 1663049219122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:40.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:40.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "aai-ml",
"timestamp": 1663049220257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:40.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:40.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049218906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "clamp",
"timestamp": 1663049213303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:07:40.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "policy-id",
"timestamp": 1663049214849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049217523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:40.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "cds",
"timestamp": 1663049220140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-09-13T06:07:40.986Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-09-13T06:07:40.990Z||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-09-13T06:07:40.990Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
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-09-13T06:07:41.018Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:41.019Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T06:07:41.173Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.193Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:07:41.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049218906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T06:07:41.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "policy-id",
"timestamp": 1663049214849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049217523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049218906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "policy-id",
"timestamp": 1663049222989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049217523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049221496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049218906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "policy-id",
"timestamp": 1663049224003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:07:41.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049217523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049221496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049218906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "policy-id",
"timestamp": 1663049225017,
"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-09-13T06:07:41.253Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.254Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:07:41.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049217523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049221496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049218906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049225340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049221496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049218906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "clamp",
"timestamp": 1663049226518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049221496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049226689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049221496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049227747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "clamp",
"timestamp": 1663049228527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049221496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049228841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "clamp",
"timestamp": 1663049229531,
"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-09-13T06:07:41.275Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.275Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:07:41.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049229764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:07:41.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049229955,
"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-09-13T06:07:41.291Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.292Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-13T06:07:41.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "aai-ml",
"timestamp": 1663049231574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:07:41.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049230768,
"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-09-13T06:07:41.307Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.307Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:07:41.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049230959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T06:07:41.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "aai-ml",
"timestamp": 1663049232579,
"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-09-13T06:07:41.325Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.325Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:07:41.901Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:41.901Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:41.903Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:41.903Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T06:07:42.004Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T06:07:42.006Z||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-09-13T06:07:42.006Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:42.031Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:42.032Z||pool-4-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:07:42.904Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:42.904Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:42.906Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:42.906Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-13T06:07:43.006Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:43.007Z||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-09-13T06:07:43.007Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:43.020Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:43.021Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:43.906Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:43.907Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:43.909Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:43.909Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:44.010Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:44.010Z||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-09-13T06:07:44.011Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:44.022Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:44.022Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:44.910Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:44.911Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:44.913Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:44.913Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-13T06:07:45.013Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:45.014Z||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-09-13T06:07:45.014Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:45.028Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:45.028Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:45.913Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:45.915Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:45.918Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:45.918Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:07:46.018Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:46.019Z||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-09-13T06:07:46.019Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:46.034Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:46.035Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:46.918Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:46.919Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:46.922Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:46.923Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:07:47.023Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:47.024Z||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-09-13T06:07:47.025Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:47.039Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:47.039Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:47.925Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"serviceName": "basic_onboard_zcKgWz",
"serviceVersion": "1.0",
"serviceUUID": "4e921079-0e6b-4a5a-9172-7a05d26eb5ac",
"serviceDescription": "service",
"serviceInvariantUUID": "8634c5e7-5553-4fe1-a037-8d8bda6b946f",
"resources": [
{
"resourceInstanceName": "basic_onboard_zcKgWz 0",
"resourceCustomizationUUID": "8f796118-67c6-4087-ac6c-ff7626f7d23f",
"resourceName": "basic_onboard_zcKgWz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "842c4190-b1a0-4c02-81b3-206dcde0cbaa",
"resourceInvariantUUID": "5fe2c4f8-b769-4fe9-a879-95af1c1b5a7c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zckgwz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"artifactChecksum": "ZDk1ZDlmZDRjNzhmMzUzN2M3NWJkNmFhZmI4ZGIyZjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7865ec8-5413-47c1-84c8-4f3704602893",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "95b3acbf-c792-47f3-bfe2-a7a2d3551572",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "13a60174-d2f7-4328-a5ff-d07614826e29",
"generatedFromUUID": "95b3acbf-c792-47f3-bfe2-a7a2d3551572"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "13a60174-d2f7-4328-a5ff-d07614826e29",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZckgwz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"artifactChecksum": "ZjdiMDQ5NGVjNDNmNDc4YjE0YWM4NzdhZWM2MzEzYjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6bcc00a3-97e4-4e39-b606-00f38c2b5e06"
}
],
"workloadContext": "Production"
}
2022-09-13T06:07:47.927Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T06:07:47.927Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e921079-0e6b-4a5a-9172-7a05d26eb5ac ASDC
2022-09-13T06:07:48.082Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7eef7773-196c-4bfc-bf70-dd6a3c39b1da
ServiceName:basic_onboard_zcKgWz
ServiceVersion:1.0
ServiceUUID:4e921079-0e6b-4a5a-9172-7a05d26eb5ac
ServiceInvariantUUID:8634c5e7-5553-4fe1-a037-8d8bda6b946f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZckgwz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar
ArtifactUUID:6bcc00a3-97e4-4e39-b606-00f38c2b5e06
ArtifactChecksum:ZjdiMDQ5NGVjNDNmNDc4YjE0YWM4NzdhZWM2MzEzYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zcKgWz 0
ResourceCustomizationUUID:8f796118-67c6-4087-ac6c-ff7626f7d23f
ResourceInvariantUUID:5fe2c4f8-b769-4fe9-a879-95af1c1b5a7c
ResourceName:basic_onboard_zcKgWz
ResourceType:VF
ResourceUUID:842c4190-b1a0-4c02-81b3-206dcde0cbaa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zckgwz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json
ArtifactUUID:b7865ec8-5413-47c1-84c8-4f3704602893
ArtifactChecksum:ZDk1ZDlmZDRjNzhmMzUzN2M3NWJkNmFhZmI4ZGIyZjM=
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/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:95b3acbf-c792-47f3-bfe2-a7a2d3551572
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/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
ArtifactUUID:13a60174-d2f7-4328-a5ff-d07614826e29
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/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
ArtifactUUID:13a60174-d2f7-4328-a5ff-d07614826e29
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-13T06:07:48.083Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e921079-0e6b-4a5a-9172-7a05d26eb5ac 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-09-13T06:07:48.148Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:07:48.149Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-13T06:07:48.150Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-13T06:07:48.150Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6bcc00a3-97e4-4e39-b606-00f38c2b5e06 from URL: /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:48.151Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-13T06:07:48.152Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:48.413Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-13T06:07:48.430Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar 6bcc00a3-97e4-4e39-b606-00f38c2b5e06 75234
2022-09-13T06:07:48.432Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar ASDC sendASDCNotification
2022-09-13T06:07:48.432Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:48.434Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:07:48.435Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:48.437Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:48.437Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049268430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:48.537Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:48.538Z||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-09-13T06:07:48.538Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:48.551Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:48.551Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:07:49.438Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:07:49.439Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-13T06:07:49.439Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6bcc00a3-97e4-4e39-b606-00f38c2b5e06, URL: /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar to file: /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:49.440Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:49.554Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:49.554Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:50.181Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7178420754704346812/Definitions/service-BasicOnboardZckgwz-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-09-13T06:07:52.217Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T06:07:52.225Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-13T06:07:52.225Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.225Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T06:07:52.225Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zcKgWz 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-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.225Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-13T06:07:52.236Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.238Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.244Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:52.245Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-13T06:07:52.247Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:07:52.249Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.250Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.250Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:52.250Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-13T06:07:52.250Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:07:52.251Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.251Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.256Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.257Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is not matching search criteria
2022-09-13T06:07:52.257Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-13T06:07:52.257Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-13T06:07:52.257Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-13T06:07:52.258Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-13T06:07:52.258Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T06:07:52.258Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.258Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:07:52.260Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.260Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:52.260Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:52.261Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.261Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:52.262Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:52.262Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.262Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:52.262Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:52.263Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.263Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is not matching search criteria
2022-09-13T06:07:52.263Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-13T06:07:52.263Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-13T06:07:52.263Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eb389400-2e98-4c19-b98e-1d31a2759985
2022-09-13T06:07:52.264Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.264Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.264Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.264Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.265Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.265Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.265Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:52.265Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.266Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_zcKgWz
Description:service
Model UUID:4e921079-0e6b-4a5a-9172-7a05d26eb5ac
Model Version:NULL
Model InvariantUuid:8634c5e7-5553-4fe1-a037-8d8bda6b946f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_zcKgWz
Model UUID:acf00210-f655-4bc4-aba8-a77d8c7c32bd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5fe2c4f8-b769-4fe9-a879-95af1c1b5a7c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8f796118-67c6-4087-ac6c-ff7626f7d23f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:58e80d06-1aa4-4be0-ab28-eadf32873de4
ModelName:BasicOnboardZckgwz..base_ubuntu18..module-0
ModelUuid:fa3c6104-2373-49be-96ac-67518e055dda
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:eb389400-2e98-4c19-b98e-1d31a2759985
ModelInvariantUuid:76959668-d0e2-41ba-8259-2f8d1614777d
ModelName:basic_onboard_zcKgWz-nodes.ubuntu18Cvfc
ModelUuid:31406c4e-5548-4d1a-b7c6-6437762f8e98
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e21eb504-6873-4803-80b1-05519ed6f224
ModelInvariantUuid:edf2425b-5312-46d2-861c-4c81c7e1ebe7
ModelName:BasicOnboardZckgwz.compute.nodes.heat.ubuntu18
ModelUuid:562d77d4-348a-4d61-81f4-f32eba8504c3
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-09-13T06:07:52.299Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 842c4190-b1a0-4c02-81b3-206dcde0cbaa
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-09-13T06:07:52.547Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||basic_onboard_zcKgWz 0
2022-09-13T06:07:52.555Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 842c4190-b1a0-4c02-81b3-206dcde0cbaa
2022-09-13T06:07:52.556Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b7865ec8-5413-47c1-84c8-4f3704602893 from URL: /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json
2022-09-13T06:07:52.556Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-13T06:07:52.556Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json
2022-09-13T06:07:52.601Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-13T06:07:52.602Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json b7865ec8-5413-47c1-84c8-4f3704602893 798
2022-09-13T06:07:52.602Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json ASDC sendASDCNotification
2022-09-13T06:07:52.602Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json
2022-09-13T06:07:52.602Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:07:52.603Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:52.605Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:52.605Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049272602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:52.705Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:52.706Z||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-09-13T06:07:52.706Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:52.723Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:52.726Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:53.606Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZckgwz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "58e80d06-1aa4-4be0-ab28-eadf32873de4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fa3c6104-2373-49be-96ac-67518e055dda",
"vfModuleModelCustomizationUUID": "91a2b1c2-5a15-40e8-ba27-11750dce8587",
"isBase": true,
"artifacts": [
"95b3acbf-c792-47f3-bfe2-a7a2d3551572",
"13a60174-d2f7-4328-a5ff-d07614826e29"
],
"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-09-13T06:07:53.624Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZckgwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa3c6104-2373-49be-96ac-67518e055dda
VfModuleModelInvariantUUID:58e80d06-1aa4-4be0-ab28-eadf32873de4
VfModuleModelDescription:NULL
Artifacts UUID List:{
95b3acbf-c792-47f3-bfe2-a7a2d3551572
,
13a60174-d2f7-4328-a5ff-d07614826e29
}
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-09-13T06:07:53.627Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZckgwz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "58e80d06-1aa4-4be0-ab28-eadf32873de4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fa3c6104-2373-49be-96ac-67518e055dda",
"vfModuleModelCustomizationUUID": "91a2b1c2-5a15-40e8-ba27-11750dce8587",
"isBase": true,
"artifacts": [
"95b3acbf-c792-47f3-bfe2-a7a2d3551572",
"13a60174-d2f7-4328-a5ff-d07614826e29"
],
"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-09-13T06:07:53.627Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZckgwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa3c6104-2373-49be-96ac-67518e055dda
VfModuleModelInvariantUUID:58e80d06-1aa4-4be0-ab28-eadf32873de4
VfModuleModelDescription:NULL
Artifacts UUID List:{
95b3acbf-c792-47f3-bfe2-a7a2d3551572
,
13a60174-d2f7-4328-a5ff-d07614826e29
}
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-09-13T06:07:53.627Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 95b3acbf-c792-47f3-bfe2-a7a2d3551572 from URL: /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml
2022-09-13T06:07:53.627Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-13T06:07:53.627Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml
2022-09-13T06:07:53.680Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-13T06:07:53.681Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml 95b3acbf-c792-47f3-bfe2-a7a2d3551572 5033
2022-09-13T06:07:53.681Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-13T06:07:53.681Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml
2022-09-13T06:07:53.681Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:07:53.682Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:53.683Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:53.683Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049273681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:53.784Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:07:53.784Z||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-09-13T06:07:53.785Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:53.795Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:53.796Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:54.684Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 13a60174-d2f7-4328-a5ff-d07614826e29 from URL: /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
2022-09-13T06:07:54.685Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-13T06:07:54.685Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
2022-09-13T06:07:54.722Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-13T06:07:54.722Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env 13a60174-d2f7-4328-a5ff-d07614826e29 909
2022-09-13T06:07:54.723Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-13T06:07:54.723Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
2022-09-13T06:07:54.723Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:07:54.723Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:54.725Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:54.726Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049274723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:07:54.826Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:54.828Z||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-09-13T06:07:54.828Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:54.841Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:54.841Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:55.726Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4e921079-0e6b-4a5a-9172-7a05d26eb5ac
2022-09-13T06:07:55.727Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zcKgWz 0 842c4190-b1a0-4c02-81b3-206dcde0cbaa ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T06:07:55.813Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5024762, org.onap.sdc.toscaparser.api.parameters.Input@282cef29, org.onap.sdc.toscaparser.api.parameters.Input@36999d24, org.onap.sdc.toscaparser.api.parameters.Input@37fc80c5, org.onap.sdc.toscaparser.api.parameters.Input@20d2f80f]
2022-09-13T06:07:55.817Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.817Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.818Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-09-13T06:07:55.818Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8f796118-67c6-4087-ac6c-ff7626f7d23f
2022-09-13T06:07:55.818Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f796118-67c6-4087-ac6c-ff7626f7d23f matches Tosca VF Customization UUID: 8f796118-67c6-4087-ac6c-ff7626f7d23f
2022-09-13T06:07:55.818Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8f796118-67c6-4087-ac6c-ff7626f7d23f 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-09-13T06:07:55.825Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.826Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.827Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8f796118-67c6-4087-ac6c-ff7626f7d23f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T06:07:55.827Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d15e21e
2022-09-13T06:07:55.828Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.828Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:07:55.828Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91a2b1c2-5a15-40e8-ba27-11750dce8587
2022-09-13T06:07:55.830Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91a2b1c2-5a15-40e8-ba27-11750dce8587
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-09-13T06:07:55.837Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.837Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:55.837Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:55.838Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.838Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:55.839Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:55.839Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.839Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is not matching search criteria
2022-09-13T06:07:55.839Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-13T06:07:55.840Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-13T06:07:55.840Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eb389400-2e98-4c19-b98e-1d31a2759985
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-09-13T06:07:55.909Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.910Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:55.910Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:55.911Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.911Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:55.912Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=8f796118-67c6-4087-ac6c-ff7626f7d23f
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-09-13T06:07:55.915Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.916Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.916Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4e921079-0e6b-4a5a-9172-7a05d26eb5ac: basic_onboard_zcKgWz
2022-09-13T06:07:55.917Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.917Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.917Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.917Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.918Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.918Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.918Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.918Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.919Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:07:55.919Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.919Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_zcKgWz
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-09-13T06:07:56.293Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zcKgWz 842c4190-b1a0-4c02-81b3-206dcde0cbaa 1 ASDC deployResourceStructure
2022-09-13T06:07:56.293Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json ASDC sendASDCNotification
2022-09-13T06:07:56.293Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json
2022-09-13T06:07:56.293Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:07:56.294Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:56.295Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:56.296Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049276293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T06:07:56.396Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:56.397Z||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-09-13T06:07:56.397Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:56.413Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:56.413Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:57.298Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-13T06:07:57.298Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml
2022-09-13T06:07:57.299Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:07:57.299Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:57.301Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:57.302Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049277298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-13T06:07:57.402Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:07:57.402Z||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-09-13T06:07:57.403Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:57.414Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:57.415Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:58.303Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-13T06:07:58.303Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
2022-09-13T06:07:58.304Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:07:58.304Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:58.307Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:58.307Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049278303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-13T06:07:58.407Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:58.408Z||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-09-13T06:07:58.408Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:58.422Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:58.423Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:59.308Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar ASDC sendASDCNotification
2022-09-13T06:07:59.309Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:59.309Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:07:59.310Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:59.312Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:59.312Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049279308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:07:59.412Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:59.413Z||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-09-13T06:07:59.413Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:59.427Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:07:59.428Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:08:00.313Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
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-09-13T06:08:00.337Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
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-09-13T06:08:00.341Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:08:00.341Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T06:08:00.341Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T06:08:00.342Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T06:08:00.342Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:08:00.342Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:08:00.342Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:08:00.342Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:08:00.343Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:08:00.343Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:08:00.343Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T06:08:00.350Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T06:08:30.350Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:08:30.372Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eef7773-196c-4bfc-bf70-dd6a3c39b1da and serviceModelVersionId: 4e921079-0e6b-4a5a-9172-7a05d26eb5ac
2022-09-13T06:08:30.373Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8634c5e7-5553-4fe1-a037-8d8bda6b946f
2022-09-13T06:08:40.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:08:40.208Z||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-09-13T06:08:40.208Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:08:40.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:08:40.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-13T06:08:40.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:08:40.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-13T06:08:47.230Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0
2022-09-13T06:08:47.352Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T06:08:47.852Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0|INFO|500||Invoke
2022-09-13T06:08:47.859Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7eef7773-196c-4bfc-bf70-dd6a3c39b1da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a4423e1-5386-40c9-a7c3-b9d845239538], X-ECOMP-RequestID=[7eef7773-196c-4bfc-bf70-dd6a3c39b1da], X-TransactionId=[], X-ONAP-RequestID=[7eef7773-196c-4bfc-bf70-dd6a3c39b1da], Content-Type=[application/merge-patch+json]}
2022-09-13T06:08:47.980Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-13T06:08:48.152Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?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/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220913-06:08:47:882-72106], vertex-id=[184544], Content-Length=[0], Date=[Tue, 13 Sep 2022 06:08:47 GMT], Content-Type=[application/json]}
2022-09-13T06:08:48.153Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-13T06:08:48.154Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0|INFO|500||InvokeReturn
2022-09-13T06:08:48.159Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-13T06:08:48.159Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T06:08:48.183Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T06:08:48.184Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eef7773-196c-4bfc-bf70-dd6a3c39b1da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-13T06:08:48.186Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-13T06:08:48.186Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:08:48.188Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:08:48.189Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049328185,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:08:48.289Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:08:48.290Z||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-09-13T06:08:48.290Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:08:48.302Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:08:48.303Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 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-09-13T06:08:49.216Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:08:49.217Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:08:49.218Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:08:58.767Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:09:40.191Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:09:40.192Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:09:40.193Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:09:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:09:40.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:09:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:09:40.232Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:09:40.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T06:09:40.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-13T06:09:40.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-13T06:09:40.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-13T06:09:40.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:09:40.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-13T06:09:40.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-13T06:09:40.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-13T06:09:40.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:09:40.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-13T06:09:40.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049260190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:09:40.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-13T06:09:40.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049268430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:09:40.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049272602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:09:40.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049273681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:09:40.253Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049274723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:09:40.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049276293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T06:09:40.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049277298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-13T06:09:40.256Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049278303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-13T06:09:40.257Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049279308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:09:40.257Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:49.780Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:10:40.191Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:10:40.192Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:10:40.193Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:10:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:10:40.208Z||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-09-13T06:10:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:10:40.747Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:10:40.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:10:40.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049328185,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:10:40.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:10:49.742Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:11:40.191Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:11:40.192Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:11:40.192Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:11:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:11:40.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:11:40.207Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:11:49.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:11:49.750Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:12:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:12:40.192Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:12:40.192Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:12:40.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:12:40.207Z||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-09-13T06:12:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:12:49.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:12:49.795Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:13:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:13:40.191Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:13:40.192Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:13:40.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:13:40.209Z||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-09-13T06:13:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:13:49.744Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:13:49.746Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:14:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:14:40.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:14:40.196Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:14:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:14:40.207Z||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-09-13T06:14:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:14:40.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:14:40.839Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:14:40.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"15a09aea-593e-462c-ac20-85ff17b8b483","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9","serviceDescription":"service","serviceInvariantUUID":"9b83a443-c437-41f4-b7f0-03498b325a7a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"54934abf-9cc3-4f1f-b65a-aee97b8deaec","resourceInvariantUUID":"0b290d2d-68ba-4548-a691-0e570c95f683","resourceCustomizationUUID":"1786eb74-de10-4ec7-a261-a1d58ef4fe94","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":"ZTQ0NmM5OWQyYTk2NmIzMzhhZDc3OGJmZTg2NDcxZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d8323b6-9303-4e07-9f1c-ff310ecb1926","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzFkMjQ4YzU4OGU1NjQ5NGZjYTViZjE2ZTE0ZWRhNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6534e167-2632-4768-84f9-2b101f2f39f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T06:14:40.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "cds",
"timestamp": 1663049628360,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:40.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "aai-ml",
"timestamp": 1663049630620,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:40.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "clamp",
"timestamp": 1663049633300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.846Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:14:40.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:40.846Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:14:40.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "policy-id",
"timestamp": 1663049634849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:40.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "aai-ml",
"timestamp": 1663049630620,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:14:40.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:40.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "cds",
"timestamp": 1663049628360,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:14:40.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:40.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "clamp",
"timestamp": 1663049633300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:14:40.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:40.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "policy-id",
"timestamp": 1663049634849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:14:40.852Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:14:40.853Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049680191,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:40.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "cds",
"timestamp": 1663049637981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:14:40.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:40.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "aai-ml",
"timestamp": 1663049639086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:14:40.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049637523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "policy-id",
"timestamp": 1663049639185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049637523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:14:40.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:40.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "cds",
"timestamp": 1663049638987,
"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-09-13T06:14:40.936Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15a09aea-593e-462c-ac20-85ff17b8b483
2022-09-13T06:14:40.937Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a09aea-593e-462c-ac20-85ff17b8b483 and ComponentName cds
2022-09-13T06:14:40.952Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:14:40.953Z||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-09-13T06:14:40.953Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
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-09-13T06:14:40.995Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:14:40.996Z||pool-19-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:14:40.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "policy-id",
"timestamp": 1663049640193,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:14:40.999Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:40.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049638904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:14:41.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:41.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049640294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:14:41.001Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:41.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "policy-id",
"timestamp": 1663049641198,
"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-09-13T06:14:41.021Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15a09aea-593e-462c-ac20-85ff17b8b483
2022-09-13T06:14:41.021Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a09aea-593e-462c-ac20-85ff17b8b483 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-09-13T06:14:41.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049638904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:14:41.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:41.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "aai-ml",
"timestamp": 1663049642762,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:14:41.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:41.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049642170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:14:41.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:41.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049641493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:14:41.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:41.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "aai-ml",
"timestamp": 1663049643766,
"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-09-13T06:14:41.102Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15a09aea-593e-462c-ac20-85ff17b8b483
2022-09-13T06:14:41.103Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a09aea-593e-462c-ac20-85ff17b8b483 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-09-13T06:14:41.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049643174,
"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-09-13T06:14:41.197Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15a09aea-593e-462c-ac20-85ff17b8b483
2022-09-13T06:14:41.198Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a09aea-593e-462c-ac20-85ff17b8b483 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-09-13T06:14:41.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049641493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "clamp",
"timestamp": 1663049644567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "clamp",
"timestamp": 1663049646574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:14:41.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:41.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "clamp",
"timestamp": 1663049647578,
"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-09-13T06:14:41.223Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15a09aea-593e-462c-ac20-85ff17b8b483
2022-09-13T06:14:41.223Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a09aea-593e-462c-ac20-85ff17b8b483 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-09-13T06:14:41.853Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:14:41.854Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:14:41.857Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:14:41.857Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049680191,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:14:41.958Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:14:41.959Z||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-09-13T06:14:41.959Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:14:41.973Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:14:41.974Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:14:42.858Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9",
"serviceDescription": "service",
"serviceInvariantUUID": "9b83a443-c437-41f4-b7f0-03498b325a7a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "1786eb74-de10-4ec7-a261-a1d58ef4fe94",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "54934abf-9cc3-4f1f-b65a-aee97b8deaec",
"resourceInvariantUUID": "0b290d2d-68ba-4548-a691-0e570c95f683",
"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": "YzFkMjQ4YzU4OGU1NjQ5NGZjYTViZjE2ZTE0ZWRhNjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6534e167-2632-4768-84f9-2b101f2f39f9"
}
],
"workloadContext": "Production"
}
2022-09-13T06:14:42.859Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T06:14:42.859Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9 ASDC
2022-09-13T06:14:42.859Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:15a09aea-593e-462c-ac20-85ff17b8b483
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
ServiceInvariantUUID:9b83a443-c437-41f4-b7f0-03498b325a7a
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:6534e167-2632-4768-84f9-2b101f2f39f9
ArtifactChecksum:YzFkMjQ4YzU4OGU1NjQ5NGZjYTViZjE2ZTE0ZWRhNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1786eb74-de10-4ec7-a261-a1d58ef4fe94
ResourceInvariantUUID:0b290d2d-68ba-4548-a691-0e570c95f683
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:54934abf-9cc3-4f1f-b65a-aee97b8deaec
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-13T06:14:42.860Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9 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-09-13T06:14:43.200Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:14:43.201Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:14:43.202Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:14:43.202Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6534e167-2632-4768-84f9-2b101f2f39f9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-13T06:14:43.202Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:14:43.202Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-13T06:14:43.280Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:14:43.284Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6534e167-2632-4768-84f9-2b101f2f39f9 57668
2022-09-13T06:14:43.285Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-13T06:14:43.285Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-13T06:14:43.285Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:14:43.285Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:14:43.297Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:14:43.297Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049683285,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:14:43.399Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-13T06:14:43.401Z||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-09-13T06:14:43.401Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:14:43.413Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:14:43.414Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:14:44.298Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:14:44.299Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:14:44.299Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6534e167-2632-4768-84f9-2b101f2f39f9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-13T06:14:44.300Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-13T06:14:44.300Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-13T06:14:44.301Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-13T06:14:44.519Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7637030159803846350/Definitions/service-BasicNetwork-template.yml
2022-09-13T06:14:45.270Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T06:14:45.271Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:14:45.271Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-13T06:14:45.271Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-13T06:14:45.271Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.272Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.272Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.272Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.272Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-13T06:14:45.272Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.273Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.273Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.273Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:14:45.273Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.274Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.274Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-13T06:14:45.274Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:14:45.275Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:14:45.275Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.275Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.275Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-13T06:14:45.276Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:14:45.276Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:14:45.276Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.276Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.276Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.277Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.277Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.277Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.278Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.278Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.278Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.278Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.279Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
Model Version:NULL
Model InvariantUuid:9b83a443-c437-41f4-b7f0-03498b325a7a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0b290d2d-68ba-4548-a691-0e570c95f683
Model UUID:ec71d4f6-928b-4024-af2c-2f2b7664f89a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:1786eb74-de10-4ec7-a261-a1d58ef4fe94
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-09-13T06:14:45.320Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 54934abf-9cc3-4f1f-b65a-aee97b8deaec
2022-09-13T06:14:45.320Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||No resources found for Service: de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
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-09-13T06:14:45.329Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||
2022-09-13T06:14:45.329Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-13T06:14:45.331Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||No resources found for Service: de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
2022-09-13T06:14:45.331Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
2022-09-13T06:14:45.331Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-13T06:14:45.331Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.342Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fd665c2, org.onap.sdc.toscaparser.api.parameters.Input@31608904, org.onap.sdc.toscaparser.api.parameters.Input@7d727b33, org.onap.sdc.toscaparser.api.parameters.Input@ab3a9f9, org.onap.sdc.toscaparser.api.parameters.Input@66a72518]
2022-09-13T06:14:45.344Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.344Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.344Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.345Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.345Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9: Generic NeutronNet
2022-09-13T06:14:45.345Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.345Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.346Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.346Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.420Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.420Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.421Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.421Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.421Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:14:45.421Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.422Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.668Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-13T06:14:45.669Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-13T06:14:45.669Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-13T06:14:45.669Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:14:45.670Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:14:45.671Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:14:45.672Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049685669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:14:45.772Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:14:45.773Z||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-09-13T06:14:45.773Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:14:45.787Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:14:45.787Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:14:46.673Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a09aea-593e-462c-ac20-85ff17b8b483
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-09-13T06:14:46.735Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a09aea-593e-462c-ac20-85ff17b8b483
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-09-13T06:14:46.758Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:14:46.760Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T06:14:46.801Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T06:15:16.801Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15a09aea-593e-462c-ac20-85ff17b8b483 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-09-13T06:15:16.827Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15a09aea-593e-462c-ac20-85ff17b8b483 and serviceModelVersionId: de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
2022-09-13T06:15:16.827Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b83a443-c437-41f4-b7f0-03498b325a7a
2022-09-13T06:15:16.830Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0
2022-09-13T06:15:16.836Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T06:15:16.903Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0|INFO|500||Invoke
2022-09-13T06:15:16.904Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15a09aea-593e-462c-ac20-85ff17b8b483], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[860b343a-25f6-4253-a735-04704c3f6d0e], X-ECOMP-RequestID=[15a09aea-593e-462c-ac20-85ff17b8b483], X-TransactionId=[], X-ONAP-RequestID=[15a09aea-593e-462c-ac20-85ff17b8b483], Content-Type=[application/merge-patch+json]}
2022-09-13T06:15:16.932Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-13T06:15:17.020Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?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/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220913-06:15:16:824-60918], vertex-id=[376896], Content-Length=[0], Date=[Tue, 13 Sep 2022 06:15:16 GMT], Content-Type=[application/json]}
2022-09-13T06:15:17.020Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-13T06:15:17.021Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0|INFO|500||InvokeReturn
2022-09-13T06:15:17.021Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-13T06:15:17.022Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T06:15:17.046Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T06:15:17.047Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15a09aea-593e-462c-ac20-85ff17b8b483 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-13T06:15:17.047Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-13T06:15:17.047Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:17.049Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:17.050Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049717047,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:15:17.152Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-13T06:15:17.153Z||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-09-13T06:15:17.153Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:17.187Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:17.188Z||pool-23-thread-1|||||INFO|500||cambria reply ok (36 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-09-13T06:15:40.191Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:15:40.191Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:15:40.191Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:15:40.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:15:40.207Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:40.348Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:40.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:15:40.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049680191,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:15:40.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:15:40.822Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:40.823Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-13T06:15:40.824Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8a63ce3-8002-4ea4-af31-202dc77f7393","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"de232d97-5f4b-4ed4-ac6e-a3dbe389f219","serviceDescription":"service","serviceInvariantUUID":"42310eae-6e40-45cc-87e9-80d55160e6cc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e74e8e91-ffa2-401c-84f6-9b876c6369dd","resourceInvariantUUID":"1ca8d240-3d2d-456c-9c40-656ef2b12327","resourceCustomizationUUID":"e898e1f2-6ffb-42f3-a75b-1a0a9193546d","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":"ZDc1YjIzNDdkM2NmMDVkOTIwMDQzZTJiNzIwMmUxYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b46a33c3-3601-4ca2-96e4-e29bf427aa7d","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":"1f2d0256-bf0c-4d56-b636-2b0776a0b199","artifactVersion":"2","generatedFromUUID":"df903cc7-910d-4b49-b05b-8b11b18ebb9a"},{"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":"df903cc7-910d-4b49-b05b-8b11b18ebb9a","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":"Njg4ZTMyMmIyNjJlYmExNzZjMTA4NmMwMjkxMzRlZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"107361a9-8369-4244-ab79-253bdd5b37bb","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":"36749cb4-2f27-48c8-a563-155a3aa4ec2c","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":"b1dd3466-106e-4473-9b08-776d3147ad86","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":"9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48","artifactVersion":"2","generatedFromUUID":"36749cb4-2f27-48c8-a563-155a3aa4ec2c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWZlZjNmMDJmZGFiNThiZjYyYjZjMTE1ZWUyMDUwYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"105b97b7-629c-4c7c-9e6b-7540e706c5d2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWE2ZjQwNTA4MDEyMTJjOWJkNjgxNzgzMzIxOWFkMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4f66ed9-4397-4500-b635-b4d254eedf91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T06:15:40.827Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:40.828Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:40.830Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:40.830Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:15:40.930Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:40.932Z||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-09-13T06:15:40.933Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:40.952Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:40.953Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:15:41.831Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:41.832Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:41.833Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:41.833Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-09-13T06:15:41.934Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:41.934Z||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-09-13T06:15:41.935Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:41.948Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:41.948Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:42.834Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:42.838Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:42.840Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:42.840Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-09-13T06:15:42.940Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:42.941Z||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-09-13T06:15:42.941Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:42.962Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:42.963Z||pool-26-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:43.840Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:43.841Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:43.843Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:43.843Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T06:15:43.943Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:43.944Z||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-09-13T06:15:43.944Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:43.956Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:43.956Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:44.843Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:44.845Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:44.846Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:44.847Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-09-13T06:15:44.947Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:44.948Z||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-09-13T06:15:44.948Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:44.964Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:44.964Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:45.847Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:45.848Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:45.850Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:45.850Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:15:45.951Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:15:45.952Z||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-09-13T06:15:45.952Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:45.965Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:45.966Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:46.851Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:46.852Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:46.854Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:46.854Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-09-13T06:15:46.956Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-13T06:15:46.957Z||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-09-13T06:15:46.957Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:46.997Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:46.998Z||pool-30-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:15:47.855Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:47.856Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:47.859Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:47.859Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:15:47.959Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:15:47.961Z||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-09-13T06:15:47.961Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:47.992Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:47.992Z||pool-31-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:48.860Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:48.862Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:48.864Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:48.864Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:15:48.965Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:48.966Z||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-09-13T06:15:48.966Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:48.979Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:48.979Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:49.867Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "de232d97-5f4b-4ed4-ac6e-a3dbe389f219",
"serviceDescription": "service",
"serviceInvariantUUID": "42310eae-6e40-45cc-87e9-80d55160e6cc",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "e898e1f2-6ffb-42f3-a75b-1a0a9193546d",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e74e8e91-ffa2-401c-84f6-9b876c6369dd",
"resourceInvariantUUID": "1ca8d240-3d2d-456c-9c40-656ef2b12327",
"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": "1f2d0256-bf0c-4d56-b636-2b0776a0b199",
"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": "df903cc7-910d-4b49-b05b-8b11b18ebb9a",
"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": "Njg4ZTMyMmIyNjJlYmExNzZjMTA4NmMwMjkxMzRlZDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "107361a9-8369-4244-ab79-253bdd5b37bb",
"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": "36749cb4-2f27-48c8-a563-155a3aa4ec2c",
"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": "9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48",
"generatedFromUUID": "36749cb4-2f27-48c8-a563-155a3aa4ec2c"
},
"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": "9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "OWE2ZjQwNTA4MDEyMTJjOWJkNjgxNzgzMzIxOWFkMjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e4f66ed9-4397-4500-b635-b4d254eedf91"
}
],
"workloadContext": "Production"
}
2022-09-13T06:15:49.867Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T06:15:49.867Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 de232d97-5f4b-4ed4-ac6e-a3dbe389f219 ASDC
2022-09-13T06:15:49.868Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d8a63ce3-8002-4ea4-af31-202dc77f7393
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:de232d97-5f4b-4ed4-ac6e-a3dbe389f219
ServiceInvariantUUID:42310eae-6e40-45cc-87e9-80d55160e6cc
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:e4f66ed9-4397-4500-b635-b4d254eedf91
ArtifactChecksum:OWE2ZjQwNTA4MDEyMTJjOWJkNjgxNzgzMzIxOWFkMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e898e1f2-6ffb-42f3-a75b-1a0a9193546d
ResourceInvariantUUID:1ca8d240-3d2d-456c-9c40-656ef2b12327
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e74e8e91-ffa2-401c-84f6-9b876c6369dd
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:1f2d0256-bf0c-4d56-b636-2b0776a0b199
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:df903cc7-910d-4b49-b05b-8b11b18ebb9a
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:107361a9-8369-4244-ab79-253bdd5b37bb
ArtifactChecksum:Njg4ZTMyMmIyNjJlYmExNzZjMTA4NmMwMjkxMzRlZDE=
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:36749cb4-2f27-48c8-a563-155a3aa4ec2c
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:9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48
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:9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-13T06:15:49.868Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de232d97-5f4b-4ed4-ac6e-a3dbe389f219 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-09-13T06:15:49.923Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:15:49.924Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:15:49.924Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:15:49.924Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e4f66ed9-4397-4500-b635-b4d254eedf91 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-13T06:15:49.924Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:49.924Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-13T06:15:49.988Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:49.992Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e4f66ed9-4397-4500-b635-b4d254eedf91 73669
2022-09-13T06:15:49.992Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-13T06:15:49.992Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-13T06:15:49.993Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:49.993Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:49.995Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:49.995Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049749992,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:15:50.095Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:50.096Z||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-09-13T06:15:50.096Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:50.109Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:50.109Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:50.995Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:15:50.996Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:15:50.997Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e4f66ed9-4397-4500-b635-b4d254eedf91, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-13T06:15:50.997Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-13T06:15:50.997Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-13T06:15:50.998Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-13T06:15:51.108Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3055818293447253535/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-09-13T06:15:52.298Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T06:15:52.299Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:15:52.301Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.301Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.301Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:52.301Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:52.305Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.305Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:52.305Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:52.305Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.305Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bff85f68-9106-4807-ac82-957954280ff7
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.308Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:de232d97-5f4b-4ed4-ac6e-a3dbe389f219
Model Version:NULL
Model InvariantUuid:42310eae-6e40-45cc-87e9-80d55160e6cc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:2a0eb52d-b2e1-41ee-88df-f3e56e3b13c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1ca8d240-3d2d-456c-9c40-656ef2b12327
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e898e1f2-6ffb-42f3-a75b-1a0a9193546d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:574645fb-f6c0-4baf-9694-c59e87334c18
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2cba2b89-04ec-4e58-807a-40a001d28cf9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bff85f68-9106-4807-ac82-957954280ff7
ModelInvariantUuid:27cd84a2-367c-4ab7-a799-8891607279f7
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:47ffae68-7a8b-4820-9bed-ed0970b43879
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:6d14f3fd-ce61-4c1d-bbcf-b7cdf99b2dc5
ModelInvariantUuid:67aade24-464e-43a0-8b17-3a0866118ce6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:77b65e68-025c-405c-b552-661f98ac24c7
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-09-13T06:15:52.329Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e74e8e91-ffa2-401c-84f6-9b876c6369dd
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-09-13T06:15:52.338Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-09-13T06:15:52.339Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e74e8e91-ffa2-401c-84f6-9b876c6369dd
2022-09-13T06:15:52.339Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1f2d0256-bf0c-4d56-b636-2b0776a0b199 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-13T06:15:52.339Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:52.339Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:52.386Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:52.386Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1f2d0256-bf0c-4d56-b636-2b0776a0b199 12
2022-09-13T06:15:52.387Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:52.387Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:52.387Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:52.388Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:52.391Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:52.391Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049752387,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:15:52.491Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:52.492Z||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-09-13T06:15:52.492Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:52.505Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:52.506Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:53.391Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: df903cc7-910d-4b49-b05b-8b11b18ebb9a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-13T06:15:53.392Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:53.392Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:53.425Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:53.426Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz df903cc7-910d-4b49-b05b-8b11b18ebb9a 2688
2022-09-13T06:15:53.426Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:53.426Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:53.426Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:53.427Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:53.465Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:53.465Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049753426,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:15:53.529Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2022-09-13T06:15:53.530Z||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-09-13T06:15:53.530Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:53.544Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:53.544Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:54.467Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 107361a9-8369-4244-ab79-253bdd5b37bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-13T06:15:54.467Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:54.467Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:54.515Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:54.516Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 107361a9-8369-4244-ab79-253bdd5b37bb 828
2022-09-13T06:15:54.516Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:54.516Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:54.517Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:54.517Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:54.519Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:54.519Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049754516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:15:54.619Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:54.620Z||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-09-13T06:15:54.620Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:54.633Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:54.633Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:55.519Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "574645fb-f6c0-4baf-9694-c59e87334c18",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2cba2b89-04ec-4e58-807a-40a001d28cf9",
"vfModuleModelCustomizationUUID": "dc9c5399-a359-4fd5-8ca9-6031c3af7961",
"isBase": true,
"artifacts": [
"36749cb4-2f27-48c8-a563-155a3aa4ec2c",
"df903cc7-910d-4b49-b05b-8b11b18ebb9a",
"9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48"
],
"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-09-13T06:15:55.524Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2cba2b89-04ec-4e58-807a-40a001d28cf9
VfModuleModelInvariantUUID:574645fb-f6c0-4baf-9694-c59e87334c18
VfModuleModelDescription:NULL
Artifacts UUID List:{
36749cb4-2f27-48c8-a563-155a3aa4ec2c
,
df903cc7-910d-4b49-b05b-8b11b18ebb9a
,
9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48
}
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-09-13T06:15:55.526Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "574645fb-f6c0-4baf-9694-c59e87334c18",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2cba2b89-04ec-4e58-807a-40a001d28cf9",
"vfModuleModelCustomizationUUID": "dc9c5399-a359-4fd5-8ca9-6031c3af7961",
"isBase": true,
"artifacts": [
"36749cb4-2f27-48c8-a563-155a3aa4ec2c",
"df903cc7-910d-4b49-b05b-8b11b18ebb9a",
"9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48"
],
"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-09-13T06:15:55.526Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2cba2b89-04ec-4e58-807a-40a001d28cf9
VfModuleModelInvariantUUID:574645fb-f6c0-4baf-9694-c59e87334c18
VfModuleModelDescription:NULL
Artifacts UUID List:{
36749cb4-2f27-48c8-a563-155a3aa4ec2c
,
df903cc7-910d-4b49-b05b-8b11b18ebb9a
,
9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48
}
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-09-13T06:15:55.526Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 36749cb4-2f27-48c8-a563-155a3aa4ec2c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-13T06:15:55.527Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:55.527Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:55.571Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:55.571Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 36749cb4-2f27-48c8-a563-155a3aa4ec2c 1164
2022-09-13T06:15:55.572Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:55.572Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:55.572Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:55.573Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:55.575Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:55.575Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049755572,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:15:55.675Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:55.676Z||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-09-13T06:15:55.676Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:55.689Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:55.689Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:56.576Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-13T06:15:56.576Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:56.576Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:56.624Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:56.625Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48 200
2022-09-13T06:15:56.625Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:56.625Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:56.626Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:56.626Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:56.628Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:56.628Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049756625,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:15:56.728Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:56.729Z||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-09-13T06:15:56.729Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:56.741Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:56.741Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:57.629Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: de232d97-5f4b-4ed4-ac6e-a3dbe389f219
2022-09-13T06:15:57.630Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e74e8e91-ffa2-401c-84f6-9b876c6369dd ASDC
2022-09-13T06:15:57.649Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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 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 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-09-13T06:15:57.663Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d06aa6e, org.onap.sdc.toscaparser.api.parameters.Input@61f54ab2, org.onap.sdc.toscaparser.api.parameters.Input@31a9eee6, org.onap.sdc.toscaparser.api.parameters.Input@159e8396, org.onap.sdc.toscaparser.api.parameters.Input@6d331e91]
2022-09-13T06:15:57.665Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.665Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.665Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-09-13T06:15:57.665Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e898e1f2-6ffb-42f3-a75b-1a0a9193546d
2022-09-13T06:15:57.666Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e898e1f2-6ffb-42f3-a75b-1a0a9193546d matches Tosca VF Customization UUID: e898e1f2-6ffb-42f3-a75b-1a0a9193546d
2022-09-13T06:15:57.666Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e898e1f2-6ffb-42f3-a75b-1a0a9193546d 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-09-13T06:15:57.676Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.676Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.677Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e898e1f2-6ffb-42f3-a75b-1a0a9193546d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T06:15:57.677Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@391bd716
2022-09-13T06:15:57.677Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.677Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:15:57.678Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dc9c5399-a359-4fd5-8ca9-6031c3af7961
2022-09-13T06:15:57.678Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dc9c5399-a359-4fd5-8ca9-6031c3af7961
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-09-13T06:15:57.681Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.681Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:57.681Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:57.681Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.682Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:57.682Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:57.682Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.682Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-13T06:15:57.682Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-13T06:15:57.683Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bff85f68-9106-4807-ac82-957954280ff7
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-09-13T06:15:57.686Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.686Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:57.686Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:57.686Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.687Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:57.687Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e898e1f2-6ffb-42f3-a75b-1a0a9193546d
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-09-13T06:15:57.689Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.689Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.689Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid de232d97-5f4b-4ed4-ac6e-a3dbe389f219: basic_cnf
2022-09-13T06:15:57.690Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.690Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.690Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.690Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.690Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.691Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.691Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.691Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.691Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:15:57.691Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.692Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:58.000Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e74e8e91-ffa2-401c-84f6-9b876c6369dd 1 ASDC deployResourceStructure
2022-09-13T06:15:58.001Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:58.001Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:58.001Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-13T06:15:58.002Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:58.003Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:58.003Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049758001,
"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-09-13T06:15:58.104Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T06:15:58.105Z||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-09-13T06:15:58.105Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:58.119Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:58.119Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:15:59.004Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:59.005Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:59.005Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-13T06:15:59.005Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:59.007Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:59.007Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049759004,
"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-09-13T06:15:59.107Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:59.108Z||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-09-13T06:15:59.108Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:59.177Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:15:59.178Z||pool-40-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:16:00.008Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:00.009Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:00.009Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:16:00.009Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:16:00.011Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:16:00.011Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049760008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:00.111Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:16:00.113Z||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-09-13T06:16:00.113Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:16:00.127Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:16:00.127Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:16:01.012Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:01.012Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:01.013Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:16:01.013Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:16:01.015Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:16:01.015Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049761012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:01.115Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:16:01.119Z||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-09-13T06:16:01.119Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:16:01.142Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:16:01.142Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:16:02.016Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:02.016Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:02.016Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:16:02.017Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:16:02.019Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:16:02.019Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049762016,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:02.120Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T06:16:02.121Z||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-09-13T06:16:02.121Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:16:02.137Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:16:02.138Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:16:03.020Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-13T06:16:03.020Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-13T06:16:03.020Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:16:03.020Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:16:03.022Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:16:03.022Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049763019,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:03.122Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:16:03.123Z||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-09-13T06:16:03.124Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:16:03.134Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:16:03.135Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:16:04.022Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
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-09-13T06:16:04.064Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
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-09-13T06:16:04.079Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:16:04.079Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T06:16:04.079Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T06:16:34.080Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
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-09-13T06:16:34.102Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
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-09-13T06:16:34.109Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:16:34.109Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T06:16:34.110Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T06:16:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:16:40.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:16:40.207Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:16:40.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:16:40.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049680191,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049683285,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049685669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049693300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "cds",
"timestamp": 1663049688361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049690621,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049694853,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049693300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "cds",
"timestamp": 1663049688361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049690621,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049694853,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049693300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "cds",
"timestamp": 1663049688361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049690621,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049694853,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "cds",
"timestamp": 1663049688361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049693300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049690621,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049694853,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "cds",
"timestamp": 1663049688361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049693300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049690621,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049694853,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "cds",
"timestamp": 1663049688361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049693300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049690621,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049694853,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049693300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "cds",
"timestamp": 1663049688361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049690621,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049694853,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "cds",
"timestamp": 1663049688361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049693300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049690621,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049694853,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "cds",
"timestamp": 1663049688361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049693300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049690621,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049694853,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "cds",
"timestamp": 1663049703635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049704743,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049704960,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "cds",
"timestamp": 1663049704641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T06:16:40.301Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.301Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:16:40.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049705974,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:40.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "policy-id",
"timestamp": 1663049706979,
"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-09-13T06:16:40.324Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.324Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:16:40.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "cds",
"timestamp": 1663049705648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049707283,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "cds",
"timestamp": 1663049705648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "cds",
"timestamp": 1663049705648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049708703,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "cds",
"timestamp": 1663049705648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049709750,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049709776,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049711024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:40.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049710574,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "cds",
"timestamp": 1663049705648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049710754,
"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-09-13T06:16:40.381Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.381Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:16:40.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049710818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "aai-ml",
"timestamp": 1663049712028,
"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-09-13T06:16:40.406Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.407Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:16:40.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "cds",
"timestamp": 1663049705648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049711871,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049712581,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:40.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "cds",
"timestamp": 1663049705648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049712925,
"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-09-13T06:16:40.499Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.500Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-13T06:16:40.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "clamp",
"timestamp": 1663049713584,
"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-09-13T06:16:40.560Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.560Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:16:40.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "cds",
"timestamp": 1663049713402,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049713929,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "cds",
"timestamp": 1663049714407,
"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-09-13T06:16:40.606Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:16:40.606Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:16:40.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "policy-id",
"timestamp": 1663049714848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "policy-id",
"timestamp": 1663049714848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "policy-id",
"timestamp": 1663049714848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049717047,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:16:40.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "ves-openapi-manager",
"timestamp": 1663049701494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "policy-id",
"timestamp": 1663049714848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049697524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "policy-id",
"timestamp": 1663049714848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049718860,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "policy-id",
"timestamp": 1663049714848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "aai-ml",
"timestamp": 1663049720620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "policy-id",
"timestamp": 1663049714848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049698904,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049721273,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:40.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "aai-ml",
"timestamp": 1663049720620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "policy-id",
"timestamp": 1663049722645,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049722032,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663049722278,
"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-09-13T06:16:40.702Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:16:40.703Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:16:40.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "aai-ml",
"timestamp": 1663049720620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "policy-id",
"timestamp": 1663049723662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:40.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049723079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "aai-ml",
"timestamp": 1663049720620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "clamp",
"timestamp": 1663049723300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "policy-id",
"timestamp": 1663049724667,
"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-09-13T06:16:40.735Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:16:40.736Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:16:40.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049724131,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "aai-ml",
"timestamp": 1663049720620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "clamp",
"timestamp": 1663049723300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049725159,
"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-09-13T06:16:40.757Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:16:40.757Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-13T06:16:40.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "aai-ml",
"timestamp": 1663049720620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "clamp",
"timestamp": 1663049723300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663049726163,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:40.783Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "aai-ml",
"timestamp": 1663049720620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "clamp",
"timestamp": 1663049723300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "aai-ml",
"timestamp": 1663049728333,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.805Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "clamp",
"timestamp": 1663049723300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "clamp",
"timestamp": 1663049723300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "clamp",
"timestamp": 1663049723300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:16:40.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:16:40.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "aai-ml",
"timestamp": 1663049734808,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:16:40.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "aai-ml",
"timestamp": 1663049735812,
"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-09-13T06:16:40.823Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:16:40.824Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:16:40.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "clamp",
"timestamp": 1663049739577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.841Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:04.110Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
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-09-13T06:17:04.161Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
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-09-13T06:17:04.165Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:17:04.167Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:17:04.167Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:17:04.167Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-13T06:17:04.167Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T06:17:04.176Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T06:17:34.177Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:17:34.201Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8a63ce3-8002-4ea4-af31-202dc77f7393 and serviceModelVersionId: de232d97-5f4b-4ed4-ac6e-a3dbe389f219
2022-09-13T06:17:34.201Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42310eae-6e40-45cc-87e9-80d55160e6cc
2022-09-13T06:17:34.202Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?depth=0
2022-09-13T06:17:34.206Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T06:17:34.257Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?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-09-13T06:17:34.258Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?depth=0|INFO|500||Invoke
2022-09-13T06:17:34.278Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-13T06:17:34.346Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?depth=0|INFO|500||InvokeReturn
2022-09-13T06:17:34.347Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220913-06:17:34:170-34130], vertex-id=[417856], Content-Length=[0], Date=[Tue, 13 Sep 2022 06:17:34 GMT], Content-Type=[application/json]}
2022-09-13T06:17:34.347Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-09-13T06:17:34.348Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-13T06:17:34.348Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T06:17:34.354Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T06:17:34.354Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8a63ce3-8002-4ea4-af31-202dc77f7393 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-13T06:17:34.355Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-13T06:17:34.355Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:34.357Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:34.357Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049854355,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:17:34.457Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:34.458Z||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-09-13T06:17:34.458Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:34.474Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:34.474Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T06:17:35.373Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-13T06:17:35.374Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0bec1fe7-2b67-43ff-9e88-b0f5d86c980e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"06b6327d-a553-455d-a5d5-505b1cc0326d","serviceDescription":"service","serviceInvariantUUID":"38a7bcf6-ac61-4eca-8495-670ca2fb23a6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd44da9e-cc24-47e7-92be-6840edad8a09","resourceInvariantUUID":"048bdf2a-d893-4d5a-a9b8-3730d273baf9","resourceCustomizationUUID":"2ee0bed0-c466-415d-a436-9c79ce37debf","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":"NTVmNzNmMmQ0YjA1YWQ5OGM5ZWE1MTZlZjk5OTE4ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fea741f6-fd9d-4e57-96f3-1487c5221d1c","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":"MmEyOGRmN2QwZjg0YWFjOWU1Y2IxMDA2YWUwMzVjOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0405ebc8-e594-4c46-96c8-748832f0690c","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":"1611de20-a86c-4d68-832e-3c5cf7d3e827","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":"aec2e838-1b6d-4070-a734-a145f64a8d49","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":"09307173-1ee6-4646-8d1f-5547d3f50d52","artifactVersion":"2","generatedFromUUID":"1611de20-a86c-4d68-832e-3c5cf7d3e827"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjI4OTI0OTRjODdiYTY2NGRlMDA5NjUyOWUzMWVhOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f351675-b611-428b-865a-87ebbd11a5c9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTY0NGM3ZDFkMzYwZmEyMDk2NmMwM2ZjNmU1N2ZkYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44f1c5c8-09b8-4a5b-bc96-2f238f875e25","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T06:17:35.374Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:35.374Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:35.376Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:35.376Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:17:35.476Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:35.477Z||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-09-13T06:17:35.477Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:35.490Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:35.490Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:17:36.376Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:36.377Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:36.379Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:36.379Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T06:17:36.479Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:36.480Z||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-09-13T06:17:36.480Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:36.491Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:36.492Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:17:37.379Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:37.380Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:37.382Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:37.382Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-13T06:17:37.482Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:37.483Z||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-09-13T06:17:37.483Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:37.494Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:37.495Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:38.383Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:38.383Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:38.385Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:38.385Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:17:38.485Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:38.486Z||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-09-13T06:17:38.486Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:38.501Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:38.501Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:39.385Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:39.386Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:39.388Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:39.388Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-13T06:17:39.488Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:39.489Z||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-09-13T06:17:39.489Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:39.502Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:39.502Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:17:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:17:40.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T06:17:40.207Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:40.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:40.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "clamp",
"timestamp": 1663049741585,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "clamp",
"timestamp": 1663049742589,
"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-09-13T06:17:40.289Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:17:40.290Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:17:40.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-09-13T06:17:40.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:17:40.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T06:17:40.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:17:40.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-09-13T06:17:40.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:17:40.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:17:40.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:17:40.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049749992,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.327Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049752387,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.327Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049753426,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049754516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049755572,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049756625,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049758001,
"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-09-13T06:17:40.330Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049759004,
"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-09-13T06:17:40.330Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049760008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049761012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049762016,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-09-13T06:17:40.332Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049763019,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T06:17:40.332Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.389Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:40.389Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:40.391Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:40.391Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T06:17:40.491Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:40.492Z||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-09-13T06:17:40.492Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:40.517Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:40.517Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:41.392Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:41.392Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:41.405Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:41.405Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049740190,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T06:17:41.494Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-09-13T06:17:41.495Z||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-09-13T06:17:41.495Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:41.513Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:41.514Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:42.407Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "06b6327d-a553-455d-a5d5-505b1cc0326d",
"serviceDescription": "service",
"serviceInvariantUUID": "38a7bcf6-ac61-4eca-8495-670ca2fb23a6",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "2ee0bed0-c466-415d-a436-9c79ce37debf",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dd44da9e-cc24-47e7-92be-6840edad8a09",
"resourceInvariantUUID": "048bdf2a-d893-4d5a-a9b8-3730d273baf9",
"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": "MmEyOGRmN2QwZjg0YWFjOWU1Y2IxMDA2YWUwMzVjOGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0405ebc8-e594-4c46-96c8-748832f0690c",
"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": "1611de20-a86c-4d68-832e-3c5cf7d3e827",
"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": "09307173-1ee6-4646-8d1f-5547d3f50d52",
"generatedFromUUID": "1611de20-a86c-4d68-832e-3c5cf7d3e827"
},
"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": "09307173-1ee6-4646-8d1f-5547d3f50d52",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MTY0NGM3ZDFkMzYwZmEyMDk2NmMwM2ZjNmU1N2ZkYjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "44f1c5c8-09b8-4a5b-bc96-2f238f875e25"
}
],
"workloadContext": "Production"
}
2022-09-13T06:17:42.407Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T06:17:42.407Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 06b6327d-a553-455d-a5d5-505b1cc0326d ASDC
2022-09-13T06:17:42.408Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:06b6327d-a553-455d-a5d5-505b1cc0326d
ServiceInvariantUUID:38a7bcf6-ac61-4eca-8495-670ca2fb23a6
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:44f1c5c8-09b8-4a5b-bc96-2f238f875e25
ArtifactChecksum:MTY0NGM3ZDFkMzYwZmEyMDk2NmMwM2ZjNmU1N2ZkYjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:2ee0bed0-c466-415d-a436-9c79ce37debf
ResourceInvariantUUID:048bdf2a-d893-4d5a-a9b8-3730d273baf9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:dd44da9e-cc24-47e7-92be-6840edad8a09
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:0405ebc8-e594-4c46-96c8-748832f0690c
ArtifactChecksum:MmEyOGRmN2QwZjg0YWFjOWU1Y2IxMDA2YWUwMzVjOGI=
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:1611de20-a86c-4d68-832e-3c5cf7d3e827
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:09307173-1ee6-4646-8d1f-5547d3f50d52
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:09307173-1ee6-4646-8d1f-5547d3f50d52
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-13T06:17:42.408Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06b6327d-a553-455d-a5d5-505b1cc0326d 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-09-13T06:17:42.469Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:17:42.469Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:17:42.469Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:17:42.470Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 44f1c5c8-09b8-4a5b-bc96-2f238f875e25 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-13T06:17:42.470Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:17:42.470Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-13T06:17:42.542Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:17:42.546Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 44f1c5c8-09b8-4a5b-bc96-2f238f875e25 74740
2022-09-13T06:17:42.546Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-13T06:17:42.546Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-13T06:17:42.546Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:17:42.547Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:42.548Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:42.548Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049862546,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:17:42.648Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:42.650Z||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-09-13T06:17:42.650Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:42.663Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:42.663Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:43.549Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:17:43.550Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:17:43.550Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 44f1c5c8-09b8-4a5b-bc96-2f238f875e25, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:43.551Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-13T06:17:43.551Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:43.552Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:43.683Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14584549540949092925/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-09-13T06:17:44.875Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T06:17:44.875Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:17:44.875Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:44.875Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:44.877Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:44.877Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:17:44.877Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.877Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.878Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:44.878Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:17:44.878Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:17:44.878Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.878Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.879Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:44.879Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:17:44.879Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:17:44.879Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.880Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.880Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.880Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-13T06:17:44.880Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-13T06:17:44.881Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-13T06:17:44.881Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-13T06:17:44.881Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-13T06:17:44.881Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T06:17:44.882Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.882Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:17:44.882Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.882Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:44.882Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:17:44.883Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.883Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:44.883Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:17:44.883Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.884Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:44.884Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:17:44.884Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.884Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-13T06:17:44.885Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-13T06:17:44.885Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-13T06:17:44.885Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0deedda2-9c62-493a-856c-1137300a3859
2022-09-13T06:17:44.885Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.885Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.886Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.886Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.886Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.886Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.887Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:44.887Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.887Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:06b6327d-a553-455d-a5d5-505b1cc0326d
Model Version:NULL
Model InvariantUuid:38a7bcf6-ac61-4eca-8495-670ca2fb23a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:1b5a0ea3-e2c3-4ea0-adab-312fba92d3f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:048bdf2a-d893-4d5a-a9b8-3730d273baf9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2ee0bed0-c466-415d-a436-9c79ce37debf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:114f8a22-354c-4149-a71c-41edd2bc40ea
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e2653b93-7fd3-47db-b92c-580a86d1f277
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0deedda2-9c62-493a-856c-1137300a3859
ModelInvariantUuid:d448ad4d-b08e-438e-bfbf-e741b994b7f1
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a00ab20-cf0d-4d31-af94-2d3455bb6c56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:e15ce806-458c-44d5-983e-9774c1b001b7
ModelInvariantUuid:ad1c2e49-b420-4991-976c-68fe37a7a596
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c545a364-ceb1-4dc2-8aaf-0a98fae3ced1
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-09-13T06:17:44.899Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dd44da9e-cc24-47e7-92be-6840edad8a09
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-09-13T06:17:44.912Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-09-13T06:17:44.912Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd44da9e-cc24-47e7-92be-6840edad8a09
2022-09-13T06:17:44.913Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0405ebc8-e594-4c46-96c8-748832f0690c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-13T06:17:44.913Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:17:44.913Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-13T06:17:44.952Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:17:44.953Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0405ebc8-e594-4c46-96c8-748832f0690c 787
2022-09-13T06:17:44.953Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-13T06:17:44.953Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-13T06:17:44.954Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:17:44.954Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:44.956Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:44.957Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049864953,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:17:45.057Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:45.058Z||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-09-13T06:17:45.058Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:45.072Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:45.072Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:17:45.957Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "114f8a22-354c-4149-a71c-41edd2bc40ea",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e2653b93-7fd3-47db-b92c-580a86d1f277",
"vfModuleModelCustomizationUUID": "3129792f-7206-41c8-b51a-b97e583b0f4d",
"isBase": true,
"artifacts": [
"1611de20-a86c-4d68-832e-3c5cf7d3e827",
"09307173-1ee6-4646-8d1f-5547d3f50d52"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-13T06:17:45.961Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2653b93-7fd3-47db-b92c-580a86d1f277
VfModuleModelInvariantUUID:114f8a22-354c-4149-a71c-41edd2bc40ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
1611de20-a86c-4d68-832e-3c5cf7d3e827
,
09307173-1ee6-4646-8d1f-5547d3f50d52
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-13T06:17:45.963Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "114f8a22-354c-4149-a71c-41edd2bc40ea",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e2653b93-7fd3-47db-b92c-580a86d1f277",
"vfModuleModelCustomizationUUID": "3129792f-7206-41c8-b51a-b97e583b0f4d",
"isBase": true,
"artifacts": [
"1611de20-a86c-4d68-832e-3c5cf7d3e827",
"09307173-1ee6-4646-8d1f-5547d3f50d52"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-13T06:17:45.963Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2653b93-7fd3-47db-b92c-580a86d1f277
VfModuleModelInvariantUUID:114f8a22-354c-4149-a71c-41edd2bc40ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
1611de20-a86c-4d68-832e-3c5cf7d3e827
,
09307173-1ee6-4646-8d1f-5547d3f50d52
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-13T06:17:45.963Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1611de20-a86c-4d68-832e-3c5cf7d3e827 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-13T06:17:45.963Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:17:45.963Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-13T06:17:46.012Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:17:46.013Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1611de20-a86c-4d68-832e-3c5cf7d3e827 5033
2022-09-13T06:17:46.013Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-13T06:17:46.013Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-13T06:17:46.013Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:17:46.014Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:46.016Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:46.016Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049866013,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:17:46.116Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:46.118Z||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-09-13T06:17:46.118Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:46.129Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:46.129Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:47.017Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 09307173-1ee6-4646-8d1f-5547d3f50d52 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-13T06:17:47.017Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:17:47.017Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-13T06:17:47.080Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:17:47.080Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 09307173-1ee6-4646-8d1f-5547d3f50d52 903
2022-09-13T06:17:47.080Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-13T06:17:47.081Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-13T06:17:47.081Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:17:47.081Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:47.083Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:47.083Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663049867080,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T06:17:47.183Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:47.183Z||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-09-13T06:17:47.183Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:47.210Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T06:17:47.211Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:48.083Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 06b6327d-a553-455d-a5d5-505b1cc0326d
2022-09-13T06:17:48.084Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 dd44da9e-cc24-47e7-92be-6840edad8a09 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-09-13T06:17:48.131Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59fba57b, org.onap.sdc.toscaparser.api.parameters.Input@18044459, org.onap.sdc.toscaparser.api.parameters.Input@3eda0fcb, org.onap.sdc.toscaparser.api.parameters.Input@5f3ebec7, org.onap.sdc.toscaparser.api.parameters.Input@5bea1826]
2022-09-13T06:17:48.133Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T06:17:48.133Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:48.134Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-09-13T06:17:48.134Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2ee0bed0-c466-415d-a436-9c79ce37debf
2022-09-13T06:17:48.134Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ee0bed0-c466-415d-a436-9c79ce37debf matches Tosca VF Customization UUID: 2ee0bed0-c466-415d-a436-9c79ce37debf
2022-09-13T06:17:48.134Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2ee0bed0-c466-415d-a436-9c79ce37debf 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-09-13T06:17:48.147Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery